|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.excalibur.component.servlet.AbstractReferenceProxy
abstract class AbstractReferenceProxy
Common Reference Proxy implementation.
Field Summary | |
---|---|
private AbstractReferenceProxyLatch |
m_latch
Deprecated. AbstractReferenceProxyLatch which owns the proxy. |
private java.lang.String |
m_name
Deprecated. Name of the proxy. |
Constructor Summary | |
---|---|
AbstractReferenceProxy(AbstractReferenceProxyLatch latch,
java.lang.String name)
Deprecated. Create a new AbstractReferenceProxy around a given object. |
Method Summary | |
---|---|
protected void |
finalize()
Deprecated. Called when all references to the ReferenceProxy have been removed. |
(package private) java.lang.String |
getName()
Deprecated. Returns the name of the proxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private AbstractReferenceProxyLatch m_latch
private java.lang.String m_name
Constructor Detail |
---|
AbstractReferenceProxy(AbstractReferenceProxyLatch latch, java.lang.String name)
object
- The object to protect with the proxy.latch
- ReferenceProxyLatch which owns the proxy.Method Detail |
---|
java.lang.String getName()
protected void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |