GigaSpaces XAP 10.0.1 API

org.openspaces.events.polling
Class PollingEventContainerServiceMonitors

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceMonitors
      extended by org.openspaces.events.EventContainerServiceMonitors
          extended by org.openspaces.events.polling.PollingEventContainerServiceMonitors
All Implemented Interfaces:
Externalizable, Serializable, ServiceMonitors

public class PollingEventContainerServiceMonitors
extends EventContainerServiceMonitors

Polling container service monitors.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class PollingEventContainerServiceMonitors.Attributes
           
 
Field Summary
 
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors
 
Constructor Summary
PollingEventContainerServiceMonitors()
           
PollingEventContainerServiceMonitors(String id, long processedEvents, long failedEvents, String status, int consumers)
           
 
Method Summary
 int getConsumers()
           
 PollingEventContainerServiceDetails getPollingEventDetails()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.events.EventContainerServiceMonitors
getEventDetails, getFailedEvents, getProcessedEvents, getStatus
 
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

PollingEventContainerServiceMonitors

public PollingEventContainerServiceMonitors()

PollingEventContainerServiceMonitors

public PollingEventContainerServiceMonitors(String id,
                                            long processedEvents,
                                            long failedEvents,
                                            String status,
                                            int consumers)
Method Detail

getPollingEventDetails

public PollingEventContainerServiceDetails getPollingEventDetails()

getConsumers

public int getConsumers()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class EventContainerServiceMonitors
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class EventContainerServiceMonitors
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.