GigaSpaces XAP 8.0 API

org.openspaces.events.polling
Class AggregatedPollingEventContainerServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainAggregatedServiceDetails
      extended by org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, AggregatedServiceDetails

public class AggregatedPollingEventContainerServiceDetails
extends PlainAggregatedServiceDetails

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class AggregatedPollingEventContainerServiceDetails.Attributes
           
 
Constructor Summary
AggregatedPollingEventContainerServiceDetails()
           
AggregatedPollingEventContainerServiceDetails(String serviceType, ServiceDetails[] details)
           
 
Method Summary
 int getConcurrentConsumers()
           
 int getMaxConcurrentConsumers()
           
 String getReceiveOperationHandler()
           
 long getReceiveTimeout()
           
 String getTriggerOperationHandler()
           
 boolean isPassArrayAsIs()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.pu.service.PlainAggregatedServiceDetails
getAttributes, getServiceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregatedPollingEventContainerServiceDetails

public AggregatedPollingEventContainerServiceDetails()

AggregatedPollingEventContainerServiceDetails

public AggregatedPollingEventContainerServiceDetails(String serviceType,
                                                     ServiceDetails[] details)
Method Detail

getReceiveTimeout

public long getReceiveTimeout()

getReceiveOperationHandler

public String getReceiveOperationHandler()

getTriggerOperationHandler

public String getTriggerOperationHandler()

getConcurrentConsumers

public int getConcurrentConsumers()

getMaxConcurrentConsumers

public int getMaxConcurrentConsumers()

isPassArrayAsIs

public boolean isPassArrayAsIs()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class PlainAggregatedServiceDetails
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class PlainAggregatedServiceDetails
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.