Class AggregatedAsyncPollingEventContainerServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainAggregatedServiceDetails
org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, AggregatedServiceDetails
public class AggregatedAsyncPollingEventContainerServiceDetails
extends PlainAggregatedServiceDetails
Async Polling container service details.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAggregatedAsyncPollingEventContainerServiceDetails(String serviceType, ServiceDetails[] details) -
Method Summary
Modifier and TypeMethodDescriptionintlongvoidvoidMethods inherited from class PlainAggregatedServiceDetails
getAttributes, getServiceType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
AggregatedAsyncPollingEventContainerServiceDetails
public AggregatedAsyncPollingEventContainerServiceDetails() -
AggregatedAsyncPollingEventContainerServiceDetails
public AggregatedAsyncPollingEventContainerServiceDetails(String serviceType, ServiceDetails[] details)
-
-
Method Details
-
getReceiveTimeout
public long getReceiveTimeout() -
getConcurrentConsumers
public int getConcurrentConsumers() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classPlainAggregatedServiceDetails- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classPlainAggregatedServiceDetails- Throws:
IOExceptionClassNotFoundException
-