public interface JBIStatisticsMBean
| Modifier and Type | Method and Description |
|---|---|
TabularData |
getComponentStats(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
TabularData |
getConsumingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of consuming endpoints for a component.
|
TabularData |
getEndpointStats(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
TabularData |
getFrameworkStats(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
TabularData |
getNMRStats(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
TabularData |
getProvidingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of provisioning endpoints for a component.
|
TabularData |
getServiceAssemblyStats(String saName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
TabularData getFrameworkStats(String targetName) throws JBIRemoteException
target - target name.JBIRemoteExceptionTabularData getConsumingEndpointsForComponent(String componentName, String targetName) throws JBIRemoteException
componentName - component nametarget - target name.JBIRemoteException - if the list of endpoints could not be obtained.
If the target is a standalone instance the table will have one entry.
If the target is a cluster the table will have an entry for each instance.
Each entry in this tabular data is of the following composite type
String - "InstanceName",
String[] - "Endpoints",TabularData getProvidingEndpointsForComponent(String componentName, String targetName) throws JBIRemoteException
componentName - component nametarget - target name.JBIRemoteException - if the list of endpoints could not be obtained.
If the target is a standalone instance the table will have one entry.
If the target is a cluster the table will have an entry for each instance.
Each entry in this tabular data is of the following composite type
String - "InstanceName",
String[] - "Endpoints",TabularData getComponentStats(String componentName, String targetName) throws JBIRemoteException
targetName - target namecomponentName - component nameJBIRemoteExceptionTabularData getEndpointStats(String endpointName, String targetName) throws JBIRemoteException
targetName - target nameendpointName - the endpoint NameJBIRemoteExceptionTabularData getNMRStats(String targetName) throws JBIRemoteException
target - target name.JBIRemoteExceptionTabularData getServiceAssemblyStats(String saName, String targetName) throws JBIRemoteException
target - target name.saName - the service assembly name.JBIRemoteExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.