Uses of Interface
org.apache.avalon.excalibur.component.servlet.ReferenceProxy

Packages that use ReferenceProxy
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 ReferenceProxy in org.apache.avalon.excalibur.component.servlet
 

Classes in org.apache.avalon.excalibur.component.servlet that implement ReferenceProxy
(package private)  class AbstractReferenceProxy
          Deprecated. ECM is no longer supported
(package private)  class ComponentManagerReferenceProxy
          Deprecated. The ComponentManager interface has been deprecated in favor of the ServiceManager.
(package private)  class InstrumentManagerReferenceProxy
          Deprecated. ECM is no longer supported
(package private)  class LoggerManagerReferenceProxy
          Deprecated. ECM is no longer supported
(package private)  class ServiceManagerReferenceProxy
          Deprecated. ECM is no longer supported
 

Methods in org.apache.avalon.excalibur.component.servlet that return ReferenceProxy
 ReferenceProxy AbstractReferenceProxyLatch.createProxy(java.lang.Object object, java.lang.String name)
          Deprecated.