|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RouterMonitorServiceErrorException | |
|---|---|
| org.ow2.petals.jmx | |
| Uses of RouterMonitorServiceErrorException in org.ow2.petals.jmx |
|---|
| Methods in org.ow2.petals.jmx that throw RouterMonitorServiceErrorException | |
|---|---|
void |
RouterMonitorServiceClient.clearMonitorStorage()
Clear the monitor storage.The persisted data related to the monitored exchanges are deleted. |
java.util.Map<java.lang.String,java.lang.String> |
RouterMonitorServiceClient.getExchange(java.lang.String exchangeId)
Get the exchange with the given exchange Id. |
java.util.Map<java.lang.String,java.lang.Long> |
RouterMonitorServiceClient.getExchangeHistory(java.lang.String exchangeId)
Get the history of the given exchange. |
java.util.List<java.lang.String> |
RouterMonitorServiceClient.getExchangeIds(javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
javax.xml.namespace.QName operationName,
long startDate,
long endDate)
Get the list of exchange Ids that has been sent or received at least once, matching the given criteria and the exchange persistence duration |
java.util.List<java.lang.String> |
RouterMonitorServiceClient.getExchangeIds(java.lang.String propertyKey,
java.lang.String propertyValue)
Get the list of exchange Ids that has been sent or received at least once, matching the given criteria and the exchange persistence duration |
int |
RouterMonitorServiceClient.getExchanges(javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
javax.xml.namespace.QName operationName,
long startDate,
long endDate)
Get the number of exchange that has been sent or received at least once and matching the duration |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
RouterMonitorServiceClient.getMonitoredExchange()
Get the list of Router Monitor filter. |
java.lang.Long |
RouterMonitorServiceClient.getMonitorStorageDuration()
Get the duration of the monitoring storage. |
RouterMonitorServiceClient |
JMXClient.getRouterMonitoringServiceClient()
Retrieve the Router Monitor service client API |
void |
RouterMonitorServiceClient.monitorExchanges(javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
javax.xml.namespace.QName operationName,
boolean storeExchanges)
Activate the monitoring of the exchanges matching the given criteria. |
void |
RouterMonitorServiceClient.setMonitorStorageDuration(long duration)
Set the duration of the monitoring storage. |
void |
RouterMonitorServiceClient.unmonitorExchanges(javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
javax.xml.namespace.QName operationName)
Deactivate the monitoring of the exchanges matching the given criteria. |
| Constructors in org.ow2.petals.jmx that throw RouterMonitorServiceErrorException | |
|---|---|
RouterMonitorServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of RouterMonitorServiceClient |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||