|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.core.util.SpaceUtils
public abstract class SpaceUtils
A set of IJSpace
utilites.
Constructor Summary | |
---|---|
SpaceUtils()
|
Method Summary | |
---|---|
static IJSpace |
getClusterMemberSpace(IJSpace space)
Returns a proxy space to the specified space name. |
static boolean |
isRemoteProtocol(IJSpace space)
Returns true if the Space uses a remote protocol. |
static boolean |
isRemoteProtocol(SpaceURL spaceUrl)
Returns true if the url points at a remote protocol. |
static boolean |
isRemoteProtocol(String spaceUrl)
Returns true if the url points at a remote protocol. |
static boolean |
isSameSpace(IJSpace space1,
IJSpace space2)
|
static String |
spaceUrlProperty(String propertyName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceUtils()
Method Detail |
---|
public static IJSpace getClusterMemberSpace(IJSpace space) throws DataAccessException
space
- The space to get the cluster member space from.
DataAccessException
public static boolean isRemoteProtocol(IJSpace space)
true
if the Space uses a remote protocol.
public static boolean isRemoteProtocol(SpaceURL spaceUrl)
true
if the url points at a remote protocol. A remote protocol is
either a jini
or a rmi
protocol.
public static boolean isRemoteProtocol(String spaceUrl)
true
if the url points at a remote protocol.
public static String spaceUrlProperty(String propertyName)
public static boolean isSameSpace(IJSpace space1, IJSpace space2) throws DataAccessException
DataAccessException
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |