GigaSpaces XAP 9.0 API

org.openspaces.pu.service
Interface ServiceMonitors

All Superinterfaces:
Serializable
All Known Implementing Classes:
AsyncPollingEventContainerServiceMonitors, CustomServiceMonitors, EventContainerServiceMonitors, MemcachedServiceMonitors, NotifyEventContainerServiceMonitors, PlainServiceMonitors, PollingEventContainerServiceMonitors, RemotingServiceMonitors, WebRequestsServiceMonitors

public interface ServiceMonitors
extends Serializable

A generic service that exists within a processing unit.

Author:
kimchy
See Also:
PlainServiceMonitors

Method Summary
 ServiceDetails getDetails()
          Returns the details of the service.
 String getId()
          Returns the id of the service monitor (usually the bean id).
 Map<String,Object> getMonitors()
          Returns monitor values.
 

Method Detail

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

Map<String,Object> getMonitors()
Returns monitor values.


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.