org.openspaces.core.space
Class SpaceServiceDetails
java.lang.Object
  
org.openspaces.pu.service.PlainServiceDetails
      
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
 
 
 
 
 
 
 
 
SERVICE_TYPE
public static final String SERVICE_TYPE
- See Also:
 - Constant Field Values
 
SpaceServiceDetails
public SpaceServiceDetails()
SpaceServiceDetails
public SpaceServiceDetails(IJSpace space)
SpaceServiceDetails
public SpaceServiceDetails(String id,
                           IJSpace space)
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
 
Copyright © GigaSpaces.