Class ProxyReference


  • public class ProxyReference
    extends java.lang.Object
    A proxy reference is the transfer format of a remote reference which should be made to a proxy on the other side.
    • Field Detail

      • cache

        protected java.util.Map<java.lang.String,​java.lang.Object> cache
        The value cache.
    • Constructor Detail

      • ProxyReference

        public ProxyReference()
        Create a new proxy reference.
    • Method Detail

      • getProxyInfo

        public ProxyInfo getProxyInfo()
        Get the proxy info.
        Returns:
        The proxy info.
      • setProxyInfo

        public void setProxyInfo​(ProxyInfo pi)
        Set the pi.
        Parameters:
        pi - The pi to set.
      • getRemoteReference

        public RemoteReference getRemoteReference()
        Get the remoteReference.
        Returns:
        the remoteReference.
      • setRemoteReference

        public void setRemoteReference​(RemoteReference remoteReference)
        Set the remote reference.
        Parameters:
        remote - reference The remote reference to set.
      • getCache

        public java.util.Map<java.lang.String,​java.lang.Object> getCache()
        Get the cached values.
        Returns:
        The cached values.
      • setCache

        public void setCache​(java.util.Map<java.lang.String,​java.lang.Object> cache)
        Set the cached values.
        Parameters:
        cache - The cached values.
      • putCache

        public void putCache​(java.lang.String key,
                             java.lang.Object value)
        Get the cached values.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.