org.openspaces.pu.container.servicegrid
Interface PUServiceBean
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- PUServiceBeanImpl
public interface PUServiceBean
- extends Remote
- Author:
- kimchy
Method Summary |
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. |
com.j_spaces.core.IJSpace[] |
listSpaces()
|
com.j_spaces.core.client.SpaceURL[] |
listSpacesURLs()
|
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
Copyright © GigaSpaces.