final class InstrumentManagerReferenceProxy extends AbstractReferenceProxy implements org.apache.excalibur.instrument.InstrumentManager
| Modifier and Type | Field and Description |
|---|---|
private org.apache.excalibur.instrument.InstrumentManager |
m_instrumentManager
Deprecated.
|
| Constructor and Description |
|---|
InstrumentManagerReferenceProxy(org.apache.excalibur.instrument.InstrumentManager instrumentManager,
AbstractReferenceProxyLatch latch,
java.lang.String name)
Deprecated.
Create a new proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerInstrumentable(org.apache.excalibur.instrument.Instrumentable instrumentable,
java.lang.String instrumentableName)
Deprecated.
Instrumentable to be registered with the instrument manager.
|
finalize, getNameprivate org.apache.excalibur.instrument.InstrumentManager m_instrumentManager
InstrumentManagerReferenceProxy(org.apache.excalibur.instrument.InstrumentManager instrumentManager,
AbstractReferenceProxyLatch latch,
java.lang.String name)
instrumentManager - InstrumentManager being proxied.latch - Latch wich will be notified when this proxy is finalized.name - Name of the proxy.public void registerInstrumentable(org.apache.excalibur.instrument.Instrumentable instrumentable,
java.lang.String instrumentableName)
throws java.lang.Exception
registerInstrumentable in interface org.apache.excalibur.instrument.InstrumentManagerinstrumentable - Instrumentable to register with the InstrumentManager.instrumentableName - The name to use when registering the Instrumentable.java.lang.Exception - If there were any problems registering the Instrumentable.