GigaSpaces XAP 10.0.1 API

org.openspaces.events.notify
Class NotifyEventContainerServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.events.EventContainerServiceDetails
          extended by org.openspaces.events.notify.NotifyEventContainerServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails

public class NotifyEventContainerServiceDetails
extends EventContainerServiceDetails

Notify container service details.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class NotifyEventContainerServiceDetails.Attributes
           
 
Field Summary
static String SERVICE_SUB_TYPE
           
 
Fields inherited from class org.openspaces.events.EventContainerServiceDetails
SERVICE_TYPE
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
NotifyEventContainerServiceDetails()
           
NotifyEventContainerServiceDetails(String id, String gigaSpace, Object template, boolean performSnapshot, String transactionManager, int commType, boolean fifo, Integer batchSize, Integer batchTime, Integer batchPendingThreshold, boolean autoRenew, Boolean notifyAll, Boolean notifyWrite, Boolean notifyUpdate, Boolean notifyTake, Boolean notifyLeaseExpire, Boolean notifyUnmatched, Boolean notifyMatched, Boolean notifyRematched, Boolean triggerNotifyTemplate, Boolean replicateNotifyTemplate, boolean performTakeOnNotify, boolean passArrayAsIs, boolean guaranteed, boolean durable)
           
 
Method Summary
 AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
           
 AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
           
 Integer getBatchSize()
           
 Integer getBatchTime()
           
 String getCommType()
           
 Boolean isAutoRenew()
           
 Boolean isDurable()
           
 Boolean isFifo()
           
 Boolean isGuaranteed()
           
 Boolean isNotifyLeaseExpire()
           
 Boolean isNotifyMatched()
           
 Boolean isNotifyRematched()
           
 Boolean isNotifyTake()
           
 Boolean isNotifyUnmatched()
           
 Boolean isNotifyUpdate()
          Deprecated. since 9.1 use isNotifyMatched() or isNotifyRematched() instead.
 Boolean isNotifyWrite()
           
 Boolean isPassArrayAsIs()
           
 Boolean isPerformTakeOnNotify()
           
 Boolean isReplicateNotifyTemplate()
           
 Boolean isTriggerNotifyTemplate()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.events.EventContainerServiceDetails
getGigaSpace, getQueryDetails, getTemplate, getTransactionManager, isPerformSnapshot, isTransactional
 
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVICE_SUB_TYPE

public static final String SERVICE_SUB_TYPE
See Also:
Constant Field Values
Constructor Detail

NotifyEventContainerServiceDetails

public NotifyEventContainerServiceDetails()

NotifyEventContainerServiceDetails

public NotifyEventContainerServiceDetails(String id,
                                          String gigaSpace,
                                          Object template,
                                          boolean performSnapshot,
                                          String transactionManager,
                                          int commType,
                                          boolean fifo,
                                          Integer batchSize,
                                          Integer batchTime,
                                          Integer batchPendingThreshold,
                                          boolean autoRenew,
                                          Boolean notifyAll,
                                          Boolean notifyWrite,
                                          Boolean notifyUpdate,
                                          Boolean notifyTake,
                                          Boolean notifyLeaseExpire,
                                          Boolean notifyUnmatched,
                                          Boolean notifyMatched,
                                          Boolean notifyRematched,
                                          Boolean triggerNotifyTemplate,
                                          Boolean replicateNotifyTemplate,
                                          boolean performTakeOnNotify,
                                          boolean passArrayAsIs,
                                          boolean guaranteed,
                                          boolean durable)
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

@Deprecated
public Boolean isNotifyUpdate()
Deprecated. since 9.1 use isNotifyMatched() or isNotifyRematched() instead.


isNotifyTake

public Boolean isNotifyTake()

isNotifyLeaseExpire

public Boolean isNotifyLeaseExpire()

isNotifyUnmatched

public Boolean isNotifyUnmatched()

isNotifyMatched

public Boolean isNotifyMatched()

isNotifyRematched

public Boolean isNotifyRematched()

isTriggerNotifyTemplate

public Boolean isTriggerNotifyTemplate()

isReplicateNotifyTemplate

public Boolean isReplicateNotifyTemplate()

isPerformTakeOnNotify

public Boolean isPerformTakeOnNotify()

isPassArrayAsIs

public Boolean isPassArrayAsIs()

isGuaranteed

public Boolean isGuaranteed()

isDurable

public Boolean isDurable()

aggregateById

public AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
Overrides:
aggregateById in class PlainServiceDetails

aggregateByServiceSubType

public AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
Overrides:
aggregateByServiceSubType in class PlainServiceDetails

writeExternal

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

readExternal

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

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.