@ManagedResource(componentName="RMManager",
description="Responsible for managing RMEndpoints.")
public class ManagedRMManager
extends Object
implements org.apache.cxf.management.ManagedComponent
| Constructor and Description |
|---|
ManagedRMManager(RMManager manager) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEndpointIdentifiers() |
ObjectName |
getObjectName() |
int |
getQueuedMessagesOutboundCount() |
boolean |
isUsingStore() |
void |
shutdown() |
public ManagedRMManager(RMManager manager)
public ObjectName getObjectName() throws JMException
getObjectName in interface org.apache.cxf.management.ManagedComponentJMException@ManagedOperation public void shutdown()
@ManagedOperation public String[] getEndpointIdentifiers()
@ManagedAttribute(description="Using Store") public boolean isUsingStore()
@ManagedAttribute(description="Total Number of Outbound Queued Messages",
currencyTimeLimit=10)
public int getQueuedMessagesOutboundCount()
Apache CXF