public class PollingEventContainerServiceDetails extends EventContainerServiceDetails
Modifier and Type | Class and Description |
---|---|
static class |
PollingEventContainerServiceDetails.Attributes |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_SUB_TYPE |
SERVICE_TYPE
attributes, description, id, longDescription, serviceSubType, serviceType
Constructor and Description |
---|
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,
int keepAliveRetries) |
Modifier and Type | Method and Description |
---|---|
AggregatedServiceDetails |
aggregateById(ServiceDetails[] servicesDetails) |
AggregatedServiceDetails |
aggregateByServiceSubType(ServiceDetails[] servicesDetails) |
Integer |
getConcurrentConsumers() |
Integer |
getKeepAliveRetries() |
Integer |
getMaxConcurrentConsumers() |
String |
getReceiveOperationHandler() |
Long |
getReceiveTimeout() |
String |
getTriggerOperationHandler() |
Boolean |
isDynamicTemplate() |
Boolean |
isPassArrayAsIs() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getGigaSpace, getQueryDetails, getTemplate, getTransactionManager, isPerformSnapshot, isTransactional
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final String SERVICE_SUB_TYPE
public 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)
public Long getReceiveTimeout()
public String getReceiveOperationHandler()
public String getTriggerOperationHandler()
public Integer getConcurrentConsumers()
public Integer getMaxConcurrentConsumers()
public Boolean isPassArrayAsIs()
public Boolean isDynamicTemplate()
public Integer getKeepAliveRetries()
public AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
aggregateByServiceSubType
in class PlainServiceDetails
public AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
aggregateById
in class PlainServiceDetails
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class EventContainerServiceDetails
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class EventContainerServiceDetails
IOException
ClassNotFoundException
Copyright © GigaSpaces.