Package com.j_spaces.core.client
Class JSpaceProxyWrapper
java.lang.Object
com.j_spaces.core.client.JSpaceProxyWrapper
- All Implemented Interfaces:
Serializable,Remote
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortstatic final shortstatic final shortstatic final short -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanProxies for servers with the same Uuid are considered equal.This method returns ServiceID instance of space or container.shortintgetState()inthashCode()Proxies for servers with the same uuid have the same hash code.proxy()Return the object that contains the JSpaceProxyWrapper.voidsetSpaceMode(short mode) voidsetState(int state) toString()
-
Field Details
-
SPACE_MODE_REGULAR
public static final short SPACE_MODE_REGULAR- See Also:
-
SPACE_MODE_PRIMARY
public static final short SPACE_MODE_PRIMARY- See Also:
-
SPACE_MODE_BACKUP
public static final short SPACE_MODE_BACKUP- See Also:
-
SPACE_MODE_REMOVED_FROM_JINI_LUS
public static final short SPACE_MODE_REMOVED_FROM_JINI_LUS- See Also:
-
-
Constructor Details
-
JSpaceProxyWrapper
public JSpaceProxyWrapper() -
JSpaceProxyWrapper
-
-
Method Details
-
proxy
Return the object that contains the JSpaceProxyWrapper. If the object stored as MarshalledObject, so returns the unMarshalling object. get- Returns:
- The object of JSpaceProxyWrapper
-
toString
-
getProxyName
-
hashCode
public int hashCode()Proxies for servers with the same uuid have the same hash code. -
equals
Proxies for servers with the same Uuid are considered equal. -
getState
public int getState() -
setState
public void setState(int state) -
getServiceID
This method returns ServiceID instance of space or container.- Returns:
- ServiceID instance of space or container
-
getSpaceMode
public short getSpaceMode() -
setSpaceMode
public void setSpaceMode(short mode)
-