Class JSpaceContainerProxyWrapper

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

public class JSpaceContainerProxyWrapper 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:
  • Constructor Details

    • JSpaceContainerProxyWrapper

      public JSpaceContainerProxyWrapper()
    • JSpaceContainerProxyWrapper

      public JSpaceContainerProxyWrapper(IJSpaceContainer spacecContainerProxy, String containerName, String hostName)
      Constructor of JSpaceProxyWrapper
  • Method Details

    • proxy

      public Object proxy()
    • 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