|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonitoringMBean
| Method Summary | |
|---|---|
Map<String[],Long> |
getHttpRequestsCount()
Returns the number of requests since the last start. |
Map<String,Long> |
getHttpRequestsCount(String webService)
The number of requests for each execution status of the specified web-service webService whatever the web-service client. |
Map<String,Long> |
getHttpRequestsCount(String webService,
String webServiceClient)
The number of requests for each execution status of the specified web-service webService and specified web-service-client
webServiceClient. |
Map<String[],Long[]> |
getHttpRequestsResponseTimeAbs()
Returns the response time values since the last start. |
Map<String,Long> |
getHttpRequestsResponseTimeAbs(String webService)
Returns the response time values since the last start of the succeeded execution of the specified web-service webService whatever
the web-service client. |
Map<String[],Long[]> |
getHttpRequestsResponseTimeRel()
Returns the response time values on a time sample. |
Map<String,Long> |
getHttpRequestsResponseTimeRel(String webService)
Returns the response time values son a time sample of the succeeded execution of the specified web-service webService whatever
the web-service client. |
int |
getHttpServerThreadPoolAllocatedThreadsCurrent()
|
int |
getHttpServerThreadPoolAllocatedThreadsMax()
|
int |
getHttpServerThreadPoolIdleThreadsCurrent()
|
int |
getHttpServerThreadPoolIdleThreadsMax()
|
int |
getHttpServerThreadPoolMaxSize()
|
int |
getHttpServerThreadPoolMinSize()
|
int |
getHttpServerThreadPoolQueuedRequestsCurrent()
|
int |
getHttpServerThreadPoolQueuedRequestsMax()
|
long |
getInformationURLsCounter()
|
long |
getUnknownURLsCounter()
|
Map<String[],Long[]> |
getWsClientInvocationsResponseTimeAbs()
Returns the response time values since the last start. |
Map<String[],Long[]> |
getWsClientInvocationsResponseTimeRel()
Returns the response time values on a time sample. |
Map<String,Long> |
getWsClientPool(String webService)
|
Map<String[],Integer> |
getWsClientPoolClientsInUseCurrent()
|
Map<String[],Integer> |
getWsClientPoolClientsInUseMax()
|
Map<String[],Long> |
getWsClientPoolExhaustions()
|
Map<String,Long> |
getWsRequestsCount(String webServiceURL)
The number of requests for each execution status of the specified external web-service webServiceURL whatever the invoked
operation and message pattern. |
| Method Detail |
|---|
int getHttpServerThreadPoolMaxSize()
int getHttpServerThreadPoolMinSize()
int getHttpServerThreadPoolAllocatedThreadsMax()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
int getHttpServerThreadPoolAllocatedThreadsCurrent()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
int getHttpServerThreadPoolIdleThreadsMax()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
int getHttpServerThreadPoolIdleThreadsCurrent()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
int getHttpServerThreadPoolQueuedRequestsMax()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
int getHttpServerThreadPoolQueuedRequestsCurrent()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
long getUnknownURLsCounter()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
long getInformationURLsCounter()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Integer> getWsClientPoolClientsInUseMax()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Integer> getWsClientPoolClientsInUseCurrent()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
Map<String[],Long> getWsClientPoolExhaustions()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Long> getHttpRequestsCount()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
String array where:
ExecutionStatus
).
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String,Long> getHttpRequestsCount(String webService)
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
webService whatever the web-service client.
webService - The web-service for which the number of requests for each
execution status must be returned. Not null.
webService. All execution status are
contained in the map, even if set to 0. If
webService is null, an empty map is returned.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String,Long> getHttpRequestsCount(String webService,
String webServiceClient)
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
webService and specified web-service-client
webServiceClient.
webService - The web-service for which the number of requests for each
execution status must be returned. Not null.webServiceClient - The IP address of the web-service client for which the number
of requests for each execution status must be returned. Not
null.
webService and web-service client
webServiceClient. All execution status are contained
in the map, even if set to 0. If webService or
webServiceClient is null, an empty map is returned.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Long[]> getHttpRequestsResponseTimeAbs()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
String array where:
ExecutionStatus
) of the requests.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String,Long> getHttpRequestsResponseTimeAbs(String webService)
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
webService whatever
the web-service client. Each value of the map entry is an array of
response times where:
webService - The web-service for which the absolute response time values
for each execution status must be returned. Not null.
webService. All execution
status are contained in the map, even if set to 0. If
webService is null, an empty map is returned.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Long[]> getHttpRequestsResponseTimeRel()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
Map<String,Long> getHttpRequestsResponseTimeRel(String webService)
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
webService whatever
the web-service client. Each value of the map entry is an array of
response times where:
webService - The web-service for which the absolute response time values
for each execution status must be returned. Not null.
webService. All execution
status are contained in the map, even if set to 0. If
webService is null, an empty map is returned.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
Map<String,Long> getWsClientPool(String webService)
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException,
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String,Long> getWsRequestsCount(String webServiceURL)
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
webServiceURL whatever the invoked
operation and message pattern.
webServiceURL - The external web-service for which the number of requests for
each execution status must be returned. Not null.
webServiceURL. All execution
status are contained in the map, even if set to 0. If
webServiceURL is null, an empty map is returned.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Long[]> getWsClientInvocationsResponseTimeAbs()
throws org.ow2.petals.probes.exceptions.ProbeNotInitializedException
String array where:
ExecutionStatus
) of the requests.
org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotInitializedException
Map<String[],Long[]> getWsClientInvocationsResponseTimeRel()
throws org.ow2.petals.probes.exceptions.ProbeNotStartedException
org.ow2.petals.probes.exceptions.ProbeNotStartedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||