public interface MessageServiceMBean
| Modifier and Type | Method and Description |
|---|---|
void |
dumpState()
Dumps state information to the AS log.
|
int |
getActiveChannelCount()
Returns the total number of DeliveryChannels that have been activated
in the NMR.
|
String[] |
getActiveChannels()
Returns a list of component IDs corresponding to active channels in the NMR.
|
String[] |
getActiveConsumingEndpoints()
Returns a list of active consuming endpoints in the NMR.
|
String[] |
getActiveConsumingEndpoints(String ownerId)
Identical to getActiveEndpoints(ownerid), but list is limited to consuming endpoints
registered by the specified component.
|
int |
getActiveEndpointCount()
Returns the total number of EndpointReferences that have been activated
in the NMR.
|
String[] |
getActiveEndpoints()
Returns a list of active endpoints in the NMR.
|
String[] |
getActiveEndpoints(String ownerId)
Identical to getActiveEndpoints(), but list is limited to endpoints
registered by the specified component.
|
String |
getDescriptor(String service,
String endpoint)
Provides metadata query facility for endpoints registered with the NMR.
|
int getActiveChannelCount()
int getActiveEndpointCount()
String[] getActiveChannels()
String[] getActiveEndpoints()
String[] getActiveConsumingEndpoints()
String[] getActiveConsumingEndpoints(String ownerId)
ownerId - component identifierString[] getActiveEndpoints(String ownerId)
ownerId - component identifierString getDescriptor(String service, String endpoint)
service - string representation of service QNameendpoint - endpoint namevoid dumpState()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.