abstract class AbstractReferenceProxy extends java.lang.Object implements ReferenceProxy
| Modifier and Type | Field and Description |
|---|---|
private AbstractReferenceProxyLatch |
m_latch
Deprecated.
AbstractReferenceProxyLatch which owns the proxy.
|
private java.lang.String |
m_name
Deprecated.
Name of the proxy.
|
| Constructor and Description |
|---|
AbstractReferenceProxy(AbstractReferenceProxyLatch latch,
java.lang.String name)
Deprecated.
Create a new AbstractReferenceProxy around a given object.
|
private AbstractReferenceProxyLatch m_latch
private java.lang.String m_name
AbstractReferenceProxy(AbstractReferenceProxyLatch latch, java.lang.String name)
object - The object to protect with the proxy.latch - ReferenceProxyLatch which owns the proxy.