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 Summary
Constructors Constructor Description ManagedBus(Bus b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectName
getObjectName()
void
shutdown(boolean wait)
-
-
-
Constructor Detail
-
ManagedBus
public ManagedBus(Bus b)
-
-
Method Detail
-
shutdown
@ManagedOperation public void shutdown(boolean wait)
-
getObjectName
public ObjectName getObjectName() throws JMException
- Specified by:
getObjectName
in interfaceManagedComponent
- Throws:
JMException
-
-