org.openspaces.events
Class EventContainerServiceMonitors
java.lang.Object
org.openspaces.pu.service.PlainServiceMonitors
org.openspaces.events.EventContainerServiceMonitors
- All Implemented Interfaces:
- Externalizable, Serializable, ServiceMonitors
- Direct Known Subclasses:
- AsyncPollingEventContainerServiceMonitors, NotifyEventContainerServiceMonitors, PollingEventContainerServiceMonitors
public class EventContainerServiceMonitors
- extends PlainServiceMonitors
A generic event container service monitors.
- Author:
- kimchy
- See Also:
- Serialized Form
EventContainerServiceMonitors
public EventContainerServiceMonitors()
EventContainerServiceMonitors
public EventContainerServiceMonitors(String id,
long processedEvents,
long failedEvents,
String status)
getEventDetails
public EventContainerServiceDetails getEventDetails()
getProcessedEvents
public long getProcessedEvents()
getFailedEvents
public long getFailedEvents()
getStatus
public String getStatus()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class PlainServiceMonitors
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class PlainServiceMonitors
- Throws:
IOException
ClassNotFoundException
Copyright © GigaSpaces.