| java.lang.Object org.objectweb.celtix.bus.management.jmx.JMXUtils
JMXUtils | final public class JMXUtils (Code) | | |
Method Summary | |
public static ObjectName | getObjectName(String type, String name, String busID) Bus :
org.objectweb.celtix.instrumentation:type=Bus,name=celtix
WorkQueue :
org.objectweb.celtix.instrumentation:type=Bus.WorkQueue,Bus=celtix,name=WorkQueue
WSDLManager :
org.objectweb.celtix.instrumentation:type=Bus.WSDLManager,Bus=celtix,name=WSDLManager
Endpoint :
org.objectweb.celtix.instrumentation:type=Bus.Endpoint,Bus=celtix,
Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=Endpoint
HTTPServerTransport:
org.objectweb.celtix.instrumentation:type=Bus.Service.Port.HTTPServerTransport,
Bus=celtix,Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=HTTPServerTransport"
JMSServerTransport:
org.objectweb.celtix.instrumentation:type=Bus.Service.Port.JMSServerTransport,
Bus=celtix,Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=JMSServerTransport"
... |
getObjectName | public static ObjectName getObjectName(String type, String name, String busID)(Code) | | Bus :
org.objectweb.celtix.instrumentation:type=Bus,name=celtix
WorkQueue :
org.objectweb.celtix.instrumentation:type=Bus.WorkQueue,Bus=celtix,name=WorkQueue
WSDLManager :
org.objectweb.celtix.instrumentation:type=Bus.WSDLManager,Bus=celtix,name=WSDLManager
Endpoint :
org.objectweb.celtix.instrumentation:type=Bus.Endpoint,Bus=celtix,
Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=Endpoint
HTTPServerTransport:
org.objectweb.celtix.instrumentation:type=Bus.Service.Port.HTTPServerTransport,
Bus=celtix,Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=HTTPServerTransport"
JMSServerTransport:
org.objectweb.celtix.instrumentation:type=Bus.Service.Port.JMSServerTransport,
Bus=celtix,Bus.Service={http://objectweb.org/hello_world}SOAPService",Bus.Port=SoapPort,
name=JMSServerTransport"
...
|
|
|