|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceMonitoring
.
Monitoring of services provided by Admin service.
Method Summary | |
ServiceEndpointThroughputLog |
dataThroughputControl(ServiceEndpoint serviceEndpoint,
int controlOperation)
Deprecated. Control service endpoint data throughput monitor. |
boolean |
debugControl(ServiceEndpoint serviceEndpoint,
int controlOperation)
Deprecated. Control service endpoint debugging. |
ServiceEndpointPerformanceLog |
performanceControl(ServiceEndpoint serviceEndpoint,
int controlOperation)
Deprecated. Control service endpoint performance monitor. |
Method Detail |
public boolean debugControl(ServiceEndpoint serviceEndpoint, int controlOperation) throws AdminServiceException
serviceEndpoint
- target service endpoint.controlOperation
- may be one of the following:
ENABLE
: enable debugging.
DISABLE
: disable debugging.
GET
: determine whether endpoint is debugged.
CLEAN
: clean debug log.
true
if service endpoint is debugged, else it
returns false
.
AdminServiceException
ControlOperations
public ServiceEndpointThroughputLog dataThroughputControl(ServiceEndpoint serviceEndpoint, int controlOperation) throws AdminServiceException
serviceEndpoint
- target service endpoint.controlOperation
- may be one of the following:
RESET
: reset values for this service endpoint monitor.
GET
: get the service endpoint monitor log.
ADD
: install data monitor for this service endpoint.
REMOVE
: remove service endpoint monitor.
GET
operation returns log for the service endpoint,
else returns null
.
AdminServiceException
ServiceEndpointThroughputLog
,
ControlOperations
public ServiceEndpointPerformanceLog performanceControl(ServiceEndpoint serviceEndpoint, int controlOperation) throws AdminServiceException
serviceEndpoint
- target service endpoint.controlOperation
- may be one of the following:
RESET
: reset the values for this service endpoint performance monitor.
GET
: get the performance monitor log.
ADD
: install the performance monitor for this endpoint.
REMOVE
: remove the performance monitor for this endpoint.
GET
operation returns performance log for the service
endpoint, else returns null
.
AdminServiceException
ServiceEndpointPerformanceLog
,
ControlOperations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |