| Package | Description |
|---|---|
| org.apache.avalon.excalibur.component.servlet |
This package provides the ExcaliburComponentManagerServlet which
makes it easy to use the ExcaliburComponentManager in a servlet
environment.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
ExcaliburComponentManagerServlet.Latch
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractReferenceProxyLatch |
AbstractReferenceProxy.m_latch
Deprecated.
AbstractReferenceProxyLatch which owns the proxy.
|
| Constructor and Description |
|---|
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.
|