Uses of Class
org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxyLatch

Packages that use AbstractReferenceProxyLatch
org.apache.avalon.excalibur.component.servlet This package provides the ExcaliburComponentManagerServlet which makes it easy to use the ExcaliburComponentManager in a servlet environment. 
 

Uses of AbstractReferenceProxyLatch in org.apache.avalon.excalibur.component.servlet
 

Subclasses of AbstractReferenceProxyLatch in org.apache.avalon.excalibur.component.servlet
private static class ExcaliburComponentManagerServlet.Latch
          Deprecated.  
 

Fields in org.apache.avalon.excalibur.component.servlet declared as AbstractReferenceProxyLatch
private  AbstractReferenceProxyLatch AbstractReferenceProxy.m_latch
          Deprecated. AbstractReferenceProxyLatch which owns the proxy.
 

Constructors in org.apache.avalon.excalibur.component.servlet with parameters of type AbstractReferenceProxyLatch
AbstractReferenceProxy(AbstractReferenceProxyLatch latch, java.lang.String name)
          Deprecated. Create a new AbstractReferenceProxy around a given object.
ComponentManagerReferenceProxy(org.apache.avalon.framework.component.ComponentManager componentManager, AbstractReferenceProxyLatch latch, java.lang.String name)
          Deprecated. Create a new proxy.
InstrumentManagerReferenceProxy(org.apache.excalibur.instrument.InstrumentManager instrumentManager, AbstractReferenceProxyLatch latch, java.lang.String name)
          Deprecated. Create a new proxy.
LoggerManagerReferenceProxy(org.apache.avalon.excalibur.logger.LoggerManager loggerManager, AbstractReferenceProxyLatch latch, java.lang.String name)
          Deprecated. Create a new proxy.
ServiceManagerReferenceProxy(org.apache.avalon.framework.service.ServiceManager serviceManager, AbstractReferenceProxyLatch latch, java.lang.String name)
          Deprecated. Create a new proxy.