Apache CXF API

org.apache.cxf.bus
Class ManagedBus

java.lang.Object
  extended by 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
ManagedBus(Bus b)
           
 
Method Summary
 ObjectName getObjectName()
           
 void shutdown(boolean wait)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, 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 interface ManagedComponent
Throws:
JMException

Apache CXF API

Apache CXF