GigaSpaces XAP 9.0 API

org.openspaces.core.space
Class SpaceServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.core.space.SpaceServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails

public class SpaceServiceDetails
extends PlainServiceDetails

A Space service defined within a processing unit.

Author:
kimchy
See Also:
Serialized Form

Nested Class Summary
static class SpaceServiceDetails.Attributes
           
 
Field Summary
static String SERVICE_TYPE
           
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
SpaceServiceDetails()
           
SpaceServiceDetails(IJSpace space)
           
SpaceServiceDetails(String id, IJSpace space)
           
 
Method Summary
 String getContainerName()
           
 String getName()
           
 ServiceID getServiceID()
           
 SpaceType getSpaceType()
           
 SpaceURL getSpaceUrl()
           
 String getUrl()
           
 Boolean isClustered()
           
 Boolean isMirror()
           
 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

SpaceServiceDetails

public SpaceServiceDetails()

SpaceServiceDetails

public SpaceServiceDetails(IJSpace space)

SpaceServiceDetails

public SpaceServiceDetails(String id,
                           IJSpace space)
Method Detail

getName

public String getName()

getContainerName

public String getContainerName()

getServiceID

public ServiceID getServiceID()

getSpaceType

public SpaceType getSpaceType()

isMirror

public Boolean isMirror()

isClustered

public Boolean isClustered()

getUrl

public String getUrl()

getSpaceUrl

public SpaceURL getSpaceUrl()

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

Copyright © GigaSpaces.