|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.excalibur.instrument.NoopInstrumentManager
public class NoopInstrumentManager
An InstrumentManager which doesn't do anything. This can be useful for container development when a true InstrumentManager is not wanted or needed.
Field Summary |
---|
Fields inherited from interface org.apache.excalibur.instrument.InstrumentManager |
---|
ROLE |
Constructor Summary | |
---|---|
NoopInstrumentManager()
|
Method Summary | |
---|---|
void |
registerInstrumentable(Instrumentable instrumentable,
java.lang.String instrumentableName)
Instrumentable to be registered with the instrument manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoopInstrumentManager()
Method Detail |
---|
public void registerInstrumentable(Instrumentable instrumentable, java.lang.String instrumentableName)
registerInstrumentable
in interface InstrumentManager
instrumentable
- Instrumentable to register with the InstrumentManager.instrumentableName
- The name to use when registering the Instrumentable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |