Package org.openspaces.remoting
Class RemotingServiceMonitors
java.lang.Object
org.openspaces.pu.service.PlainServiceMonitors
org.openspaces.remoting.RemotingServiceMonitors
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,ServiceMonitors
A generic event container service monitors.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors -
Constructor Summary
ConstructorsConstructorDescriptionRemotingServiceMonitors(String id, long processed, long failed, RemotingServiceMonitors.RemoteServiceStats[] remoteServiceStats) -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidvoidMethods inherited from class org.openspaces.pu.service.PlainServiceMonitors
getDetails, getId, getMonitors, setDetails, toStringMethods 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
-
RemotingServiceMonitors
public RemotingServiceMonitors() -
RemotingServiceMonitors
public RemotingServiceMonitors(String id, long processed, long failed, RemotingServiceMonitors.RemoteServiceStats[] remoteServiceStats)
-
-
Method Details
-
getRemotingDetails
-
getProcessed
public long getProcessed() -
getFailed
public long getFailed() -
getRemoteServiceStats
-
getRemoteServiceStats
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classPlainServiceMonitors- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classPlainServiceMonitors- Throws:
IOExceptionClassNotFoundException
-