Package org.apache.cxf.bus
Class ManagedBus
- java.lang.Object
- 
- org.apache.cxf.bus.ManagedBus
 
- 
- All Implemented Interfaces:
- ManagedComponent
 
 @ManagedResource(componentName="Bus", description="Responsible for managing services.") public class ManagedBus extends Object implements ManagedComponent 
- 
- 
Constructor SummaryConstructors Constructor Description ManagedBus(Bus b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectNamegetObjectName()voidshutdown(boolean wait)
 
- 
- 
- 
Constructor Detail- 
ManagedBuspublic ManagedBus(Bus b) 
 
- 
 - 
Method Detail- 
shutdown@ManagedOperation public void shutdown(boolean wait) 
 - 
getObjectNamepublic ObjectName getObjectName() throws JMException - Specified by:
- getObjectNamein interface- ManagedComponent
- Throws:
- JMException
 
 
- 
 
-