GigaSpaces XAP 9.0 API

org.openspaces.events
Class EventContainerServiceMonitors

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceMonitors
      extended by 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

Nested Class Summary
static class EventContainerServiceMonitors.Attributes
           
 
Field Summary
 
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors
 
Constructor Summary
EventContainerServiceMonitors()
           
EventContainerServiceMonitors(String id, long processedEvents, long failedEvents, String status)
           
 
Method Summary
 EventContainerServiceDetails getEventDetails()
           
 long getFailedEvents()
           
 long getProcessedEvents()
           
 String getStatus()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.pu.service.PlainServiceMonitors
getDetails, getId, getMonitors, setDetails, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventContainerServiceMonitors

public EventContainerServiceMonitors()

EventContainerServiceMonitors

public EventContainerServiceMonitors(String id,
                                     long processedEvents,
                                     long failedEvents,
                                     String status)
Method Detail

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

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.