GigaSpaces - Open Spaces

org.openspaces.pu.container.servicegrid
Interface PUServiceBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PUServiceBeanImpl

public interface PUServiceBean
extends Remote

Author:
kimchy

Method Summary
 ClusterInfo getClusterInfo()
           
 boolean isAlive()
          Return true if the member is alive or not.
 boolean isMemberAliveEnabled()
          Should this member be checked to see if it is alive or not.
 PUServiceDetails[] listServiceDetails()
           
 com.j_spaces.core.IJSpace[] listSpaces()
           
 com.gigaspaces.cluster.activeelection.SpaceMode[] listSpacesModes()
           
 com.j_spaces.core.client.SpaceURL[] listSpacesURLs()
           
 

Method Detail

isMemberAliveEnabled

boolean isMemberAliveEnabled()
                             throws RemoteException
Should this member be checked to see if it is alive or not.

Throws:
RemoteException

isAlive

boolean isAlive()
                throws RemoteException
Return true if the member is alive or not.

Throws:
RemoteException

listSpacesURLs

com.j_spaces.core.client.SpaceURL[] listSpacesURLs()
                                                   throws RemoteException
Throws:
RemoteException

listSpaces

com.j_spaces.core.IJSpace[] listSpaces()
                                       throws RemoteException
Throws:
RemoteException

listSpacesModes

com.gigaspaces.cluster.activeelection.SpaceMode[] listSpacesModes()
                                                                  throws RemoteException
Throws:
RemoteException

listServiceDetails

PUServiceDetails[] listServiceDetails()
                                      throws RemoteException
Throws:
RemoteException

getClusterInfo

ClusterInfo getClusterInfo()
                           throws RemoteException
Throws:
RemoteException

GigaSpaces - Open Spaces

Copyright © GigaSpaces.