Package org.openspaces.pu.service
Interface ServiceMonitors
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AsyncPollingEventContainerServiceMonitors,CustomServiceMonitors,EventContainerServiceMonitors,NotifyEventContainerServiceMonitors,PlainServiceMonitors,PollingEventContainerServiceMonitors,RemotingServiceMonitors,RocksDBServiceMonitors,WebRequestsServiceMonitors
A generic service that exists within a processing unit.
- Author:
- kimchy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the details of the service.getId()Returns the id of the service monitor (usually the bean id).Returns monitor values.
-
Method Details
-
getId
String getId()Returns the id of the service monitor (usually the bean id). -
getDetails
ServiceDetails getDetails()Returns the details of the service.Note, should not be marshalled from the server to the client, the client should be able to set it.
-
getMonitors
Returns monitor values.
-