GigaSpaces XAP 8.0 API

org.openspaces.events
Class EventContainerServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.events.EventContainerServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails
Direct Known Subclasses:
AsyncPollingEventContainerServiceDetails, NotifyEventContainerServiceDetails, PollingEventContainerServiceDetails

public class EventContainerServiceDetails
extends PlainServiceDetails

A generic event container service details.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class EventContainerServiceDetails.Attributes
           
 
Field Summary
static String SERVICE_TYPE
           
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
EventContainerServiceDetails()
           
EventContainerServiceDetails(String id, String serviceSubType, String gigaSpace, String description, String longDescription, Object template, boolean performSnapshot, String transctionManager)
           
 
Method Summary
 String getGigaSpace()
           
 Object getTemplate()
           
 String getTransactionManager()
           
 boolean isPerformSnapshot()
           
 boolean isTransactional()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateById, aggregateByServiceSubType, 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_TYPE

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

EventContainerServiceDetails

public EventContainerServiceDetails()

EventContainerServiceDetails

public EventContainerServiceDetails(String id,
                                    String serviceSubType,
                                    String gigaSpace,
                                    String description,
                                    String longDescription,
                                    Object template,
                                    boolean performSnapshot,
                                    String transctionManager)
Method Detail

getTemplate

public Object getTemplate()

isPerformSnapshot

public boolean isPerformSnapshot()

getGigaSpace

public String getGigaSpace()

isTransactional

public boolean isTransactional()

getTransactionManager

public String getTransactionManager()

writeExternal

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

readExternal

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

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.