GigaSpaces XAP 9.7.2 API

org.openspaces.events.notify
Class AggregatedNotifyEventContainerServiceDetails

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

public class AggregatedNotifyEventContainerServiceDetails
extends PlainAggregatedServiceDetails

Notify container service details.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class AggregatedNotifyEventContainerServiceDetails.Attributes
           
 
Constructor Summary
AggregatedNotifyEventContainerServiceDetails()
           
AggregatedNotifyEventContainerServiceDetails(String serviceType, ServiceDetails[] details)
           
 
Method Summary
 Integer getBatchSize()
           
 Integer getBatchTime()
           
 String getCommType()
           
 boolean isAutoRenew()
           
 boolean isFifo()
           
 boolean isNotifyLeaseExpire()
           
 boolean isNotifyTake()
           
 boolean isNotifyUnmatched()
           
 boolean isNotifyUpdate()
           
 boolean isNotifyWrite()
           
 boolean isPassArrayAsIs()
           
 boolean isPerformTakeOnNotify()
           
 Boolean isReplicateNotifyTemplate()
           
 Boolean isTriggerNotifyTemplate()
           
 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

AggregatedNotifyEventContainerServiceDetails

public AggregatedNotifyEventContainerServiceDetails()

AggregatedNotifyEventContainerServiceDetails

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

getCommType

public String getCommType()

isFifo

public boolean isFifo()

getBatchSize

public Integer getBatchSize()

getBatchTime

public Integer getBatchTime()

isAutoRenew

public boolean isAutoRenew()

isNotifyWrite

public boolean isNotifyWrite()

isNotifyUpdate

public boolean isNotifyUpdate()

isNotifyTake

public boolean isNotifyTake()

isNotifyLeaseExpire

public boolean isNotifyLeaseExpire()

isNotifyUnmatched

public boolean isNotifyUnmatched()

isTriggerNotifyTemplate

public Boolean isTriggerNotifyTemplate()

isReplicateNotifyTemplate

public Boolean isReplicateNotifyTemplate()

isPerformTakeOnNotify

public boolean isPerformTakeOnNotify()

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 9.7.2 API

Copyright © GigaSpaces.