| org.objectweb.celtix.management.Instrumentation
All known Subclasses: org.objectweb.celtix.bus.management.jmx.export.AnnotationTestInstrumentation, demo.hw.server.GreeterInstrumentation, org.objectweb.celtix.bus.transports.http.HTTPServerTransportInstrumentation, org.objectweb.celtix.bus.transports.jms.JMSServerTransportInstrumentation, org.objectweb.celtix.bus.transports.jms.JMSClientTransportInstrumentation, org.objectweb.celtix.bus.busimpl.CeltixBusInstrumentation, org.objectweb.celtix.bus.wsdl.WSDLManagerInstrumentation, org.objectweb.celtix.bus.transports.http.HTTPClientTransportInstrumentation, org.objectweb.celtix.bus.jaxws.EndpointInstrumentation, org.objectweb.celtix.bus.workqueue.WorkQueueInstrumentation,
Instrumentation | public interface Instrumentation (Code) | | Basic interface for representing a Instrumented object.
|
getComponent | Object getComponent()(Code) | | get the instrumentation managed component
the Component object reference |
getInstrumentationName | String getInstrumentationName()(Code) | | get the Instrumentation Name, this name is base on class
which implement instrumentation interface
the instrumentation name |
getUniqueInstrumentationName | String getUniqueInstrumentationName()(Code) | | get the unique Instrumentation Name, this name is base on class instance
which implement instrumentation interface
the instrumentation name and instance number |
|
|