Package herddb.utils
Class SystemInstrumentation.SingleInstrumentationPointListener
- java.lang.Object
-
- herddb.utils.SystemInstrumentation.SingleInstrumentationPointListener
-
- All Implemented Interfaces:
SystemInstrumentation.InstrumentationPointListener
- Enclosing class:
- SystemInstrumentation
public abstract static class SystemInstrumentation.SingleInstrumentationPointListener extends Object implements SystemInstrumentation.InstrumentationPointListener
Listens only for a given instrumentation point
-
-
Constructor Summary
Constructors Constructor Description SingleInstrumentationPointListener(String crashpointid)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(String crashpointid, Object... args)abstract voidacceptSingle(Object... args)
-
-
-
Constructor Detail
-
SingleInstrumentationPointListener
public SingleInstrumentationPointListener(String crashpointid)
-
-