Package 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:
SmartExternalizable,Externalizable,Serializable,ServiceDetails
Polling container service details.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.openspaces.events.EventContainerServiceDetails
SERVICE_TYPEFields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType -
Constructor Summary
ConstructorsConstructorDescriptionPollingEventContainerServiceDetails(String id, String gigaSpace, Object template, boolean performSnapshot, String transactionManager, long receiveTimeout, String receiveOperationHandler, String triggerOperationHandler, int concurrentConsumers, int maxConcurrentConsumers, boolean passArrayAsIs, boolean dynamicTemplate, int keepAliveRetries) -
Method Summary
Modifier and TypeMethodDescriptionaggregateById(ServiceDetails[] servicesDetails) aggregateByServiceSubType(ServiceDetails[] servicesDetails) voidvoidMethods inherited from class org.openspaces.events.EventContainerServiceDetails
getGigaSpace, getQueryDetails, getTemplate, getTransactionManager, isPerformSnapshot, isTransactionalMethods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
SERVICE_SUB_TYPE
- See Also:
-
-
Constructor Details
-
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, int keepAliveRetries)
-
-
Method Details
-
getReceiveTimeout
-
getReceiveOperationHandler
-
getTriggerOperationHandler
-
getConcurrentConsumers
-
getMaxConcurrentConsumers
-
isPassArrayAsIs
-
isDynamicTemplate
-
getKeepAliveRetries
-
aggregateByServiceSubType
- Overrides:
aggregateByServiceSubTypein classPlainServiceDetails
-
aggregateById
- Overrides:
aggregateByIdin classPlainServiceDetails
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classEventContainerServiceDetails- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classEventContainerServiceDetails- Throws:
IOExceptionClassNotFoundException
-