GigaSpaces XAP 9.0 API

org.openspaces.events.asyncpolling
Class AsyncPollingEventContainerServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.events.EventContainerServiceDetails
          extended by org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails

public class AsyncPollingEventContainerServiceDetails
extends EventContainerServiceDetails

Async Polling container service details.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class AsyncPollingEventContainerServiceDetails.Attributes
           
 
Field Summary
static String SERVICE_SUB_TYPE
           
 
Fields inherited from class org.openspaces.events.EventContainerServiceDetails
SERVICE_TYPE
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
AsyncPollingEventContainerServiceDetails()
           
AsyncPollingEventContainerServiceDetails(String id, String gigaSpace, Object template, boolean performSnapshot, String transactionManager, long receiveTimeout, int concurrentConsumers)
           
 
Method Summary
 AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
           
 AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
           
 Integer getConcurrentConsumers()
           
 Long getReceiveTimeout()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.events.EventContainerServiceDetails
getGigaSpace, getTemplate, getTransactionManager, isPerformSnapshot, isTransactional
 
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVICE_SUB_TYPE

public static final String SERVICE_SUB_TYPE
See Also:
Constant Field Values
Constructor Detail

AsyncPollingEventContainerServiceDetails

public AsyncPollingEventContainerServiceDetails()

AsyncPollingEventContainerServiceDetails

public AsyncPollingEventContainerServiceDetails(String id,
                                                String gigaSpace,
                                                Object template,
                                                boolean performSnapshot,
                                                String transactionManager,
                                                long receiveTimeout,
                                                int concurrentConsumers)
Method Detail

getReceiveTimeout

public Long getReceiveTimeout()

getConcurrentConsumers

public Integer getConcurrentConsumers()

aggregateByServiceSubType

public AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
Overrides:
aggregateByServiceSubType in class PlainServiceDetails

aggregateById

public AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
Overrides:
aggregateById in class PlainServiceDetails

writeExternal

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

readExternal

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

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.