Package org.openspaces.pu.service
Class CustomServiceMonitors
java.lang.Object
org.openspaces.pu.service.PlainServiceMonitors
org.openspaces.pu.service.CustomServiceMonitors
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,ServiceMonitors
This class should be used by customers in order to implement their ServiceMonitors
- Since:
- 8.0.1
- See Also:
-
Field Summary
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openspaces.pu.service.PlainServiceMonitors
getDetails, getId, getMonitors, readExternal, setDetails, toString, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
CustomServiceMonitors
public CustomServiceMonitors() -
CustomServiceMonitors
- Parameters:
id- should identify that service
-
CustomServiceMonitors
- Parameters:
id- should identify that servicemonitors- exposed monitors
-