Package | Description |
---|---|
org.apache.cxf.bus.osgi | |
org.apache.cxf.buslifecycle | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.management.jmx |
Modifier and Type | Class and Description |
---|---|
static class |
OSGiExtensionLocator.OSGIBusListener |
Modifier and Type | Interface and Description |
---|---|
interface |
BusLifeCycleManager
The manager interface for registering
BusLifeCycleListener s. |
Modifier and Type | Class and Description |
---|---|
class |
CXFBusLifeCycleManager |
Modifier and Type | Method and Description |
---|---|
void |
CXFBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener) |
void |
BusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
Register a listener to receive
Bus lifecycle notification. |
void |
CXFBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener) |
void |
BusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener)
Unregister a listener so that it will no longer receive
Bus
lifecycle events. |
Modifier and Type | Class and Description |
---|---|
class |
ServerRegistryImpl |
Modifier and Type | Class and Description |
---|---|
class |
InstrumentationManagerImpl
The manager class for the JMXManagedComponent which hosts the JMXManagedComponents.
|
Apache CXF