Class JSpaceProxyWrapper

java.lang.Object
com.j_spaces.core.client.JSpaceProxyWrapper
All Implemented Interfaces:
Serializable, Remote

public class JSpaceProxyWrapper extends Object implements Remote, Serializable
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 Details

  • Constructor Details

    • JSpaceProxyWrapper

      public JSpaceProxyWrapper()
    • JSpaceProxyWrapper

      public JSpaceProxyWrapper(IJSpace spaceProxy)
  • Method Details

    • proxy

      public Object 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

      public String toString()
      Overrides:
      toString in class Object
    • getProxyName

      public String getProxyName()
    • hashCode

      public int hashCode()
      Proxies for servers with the same uuid have the same hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Proxies for servers with the same Uuid are considered equal.
      Overrides:
      equals in class Object
    • getState

      public int getState()
    • setState

      public void setState(int state)
    • getServiceID

      public ServiceID 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)