| Package | Description |
|---|---|
| org.apache.cxf.bus | |
| org.apache.cxf.bus.managers | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.management | |
| org.apache.cxf.management.counters | |
| org.apache.cxf.management.jmx |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedBus |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkQueueImplMBeanWrapper |
class |
WorkQueueManagerImplMBeanWrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedEndpoint |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
InstrumentationManager.register(ManagedComponent component)
Register a component with management infrastructure.
|
ObjectName |
InstrumentationManager.register(ManagedComponent component,
boolean forceRegistration)
Register a component with management infrastructure.
|
void |
InstrumentationManager.unregister(ManagedComponent component)
Unregisters component with management infrastructure
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Counter |
| Modifier and Type | Class and Description |
|---|---|
class |
PerformanceCounter |
class |
ResponseTimeCounter |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
InstrumentationManagerImpl.register(ManagedComponent i) |
ObjectName |
InstrumentationManagerImpl.register(ManagedComponent i,
boolean forceRegistration) |
void |
InstrumentationManagerImpl.unregister(ManagedComponent component) |
Apache CXF