public class ProxyReference
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
cache
The value cache.
|
protected ProxyInfo |
pi
The proxy info.
|
protected RemoteReference |
rr
The remote reference.
|
Constructor and Description |
---|
ProxyReference()
Create a new proxy reference.
|
ProxyReference(ProxyInfo pi,
RemoteReference rr)
Create a new proxy reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getCache()
Get the cached values.
|
ProxyInfo |
getProxyInfo()
Get the proxy info.
|
RemoteReference |
getRemoteReference()
Get the remoteReference.
|
void |
putCache(java.lang.String key,
java.lang.Object value)
Get the cached values.
|
void |
setCache(java.util.Map<java.lang.String,java.lang.Object> cache)
Set the cached values.
|
void |
setProxyInfo(ProxyInfo pi)
Set the pi.
|
void |
setRemoteReference(RemoteReference remoteReference)
Set the remote reference.
|
java.lang.String |
toString()
Get the string representation.
|
protected ProxyInfo pi
protected RemoteReference rr
protected java.util.Map<java.lang.String,java.lang.Object> cache
public ProxyReference()
public ProxyReference(ProxyInfo pi, RemoteReference rr)
public ProxyInfo getProxyInfo()
public void setProxyInfo(ProxyInfo pi)
pi
- The pi to set.public RemoteReference getRemoteReference()
public void setRemoteReference(RemoteReference remoteReference)
remote
- reference The remote reference to set.public java.util.Map<java.lang.String,java.lang.Object> getCache()
public void setCache(java.util.Map<java.lang.String,java.lang.Object> cache)
cache
- The cached values.public void putCache(java.lang.String key, java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object