org.openspaces.events.asyncpolling
Class AsyncPollingEventContainerServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainServiceDetails
org.openspaces.events.EventContainerServiceDetails
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
SERVICE_SUB_TYPE
public static final String SERVICE_SUB_TYPE
- See Also:
- Constant Field Values
AsyncPollingEventContainerServiceDetails
public AsyncPollingEventContainerServiceDetails()
AsyncPollingEventContainerServiceDetails
public AsyncPollingEventContainerServiceDetails(String id,
String gigaSpace,
Object template,
boolean performSnapshot,
String transactionManager,
long receiveTimeout,
int concurrentConsumers)
getReceiveTimeout
public long getReceiveTimeout()
getConcurrentConsumers
public int 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
Copyright © GigaSpaces.