org.openspaces.events.polling
Class PollingEventContainerServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainServiceDetails
org.openspaces.events.EventContainerServiceDetails
org.openspaces.events.polling.PollingEventContainerServiceDetails
- All Implemented Interfaces:
- Externalizable, Serializable, ServiceDetails
public class PollingEventContainerServiceDetails
- extends EventContainerServiceDetails
Polling container service details.
- Author:
- kimchy
- See Also:
- Serialized Form
Constructor Summary |
PollingEventContainerServiceDetails()
|
PollingEventContainerServiceDetails(String id,
String gigaSpace,
Object template,
boolean performSnapshot,
String transactionManager,
long receiveTimeout,
String receiveOperationHandler,
String triggerOperationHandler,
int concurrentConsumers,
int maxConcurrentConsumers,
boolean passArrayAsIs,
boolean dynamicTemplate)
|
SERVICE_SUB_TYPE
public static final String SERVICE_SUB_TYPE
- See Also:
- Constant Field Values
PollingEventContainerServiceDetails
public PollingEventContainerServiceDetails()
PollingEventContainerServiceDetails
public PollingEventContainerServiceDetails(String id,
String gigaSpace,
Object template,
boolean performSnapshot,
String transactionManager,
long receiveTimeout,
String receiveOperationHandler,
String triggerOperationHandler,
int concurrentConsumers,
int maxConcurrentConsumers,
boolean passArrayAsIs,
boolean dynamicTemplate)
getReceiveTimeout
public Long getReceiveTimeout()
getReceiveOperationHandler
public String getReceiveOperationHandler()
getTriggerOperationHandler
public String getTriggerOperationHandler()
getConcurrentConsumers
public Integer getConcurrentConsumers()
getMaxConcurrentConsumers
public Integer getMaxConcurrentConsumers()
isPassArrayAsIs
public Boolean isPassArrayAsIs()
isDynamicTemplate
public Boolean isDynamicTemplate()
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.