public abstract class ServiceMixFacadeSupport extends java.lang.Object implements ServiceMixFacade
org.apache.servicemix.ServiceMixContext
will use the JMX API to
gather information.Modifier and Type | Field and Description |
---|---|
protected javax.management.MBeanServerConnection |
mBeanServer |
Modifier | Constructor and Description |
---|---|
protected |
ServiceMixFacadeSupport(javax.management.MBeanServerConnection mBeanServer) |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.apache.servicemix.nmr.management.ManagedEndpointMBean> |
getEndpoints()
Gets all the ServiceMixContexts in the JVM
|
protected javax.management.MBeanServerConnection |
getMBeanServerConnection() |
protected java.lang.Object |
newProxyInstance(javax.management.ObjectName objectName,
java.lang.Class interfaceClass,
boolean notificationBroadcaster) |
protected java.util.Set<javax.management.ObjectInstance> |
queryNames(javax.management.ObjectName name,
javax.management.QueryExp query) |
protected ServiceMixFacadeSupport(javax.management.MBeanServerConnection mBeanServer) throws java.lang.Exception
java.lang.Exception
protected javax.management.MBeanServerConnection getMBeanServerConnection() throws java.lang.Exception
java.lang.Exception
protected java.util.Set<javax.management.ObjectInstance> queryNames(javax.management.ObjectName name, javax.management.QueryExp query) throws java.lang.Exception
java.lang.Exception
protected java.lang.Object newProxyInstance(javax.management.ObjectName objectName, java.lang.Class interfaceClass, boolean notificationBroadcaster) throws java.lang.Exception
java.lang.Exception
public java.util.List<org.apache.servicemix.nmr.management.ManagedEndpointMBean> getEndpoints() throws java.lang.Exception
ServiceMixFacade
getEndpoints
in interface ServiceMixFacade
java.lang.Exception
Copyright © 2016 Red Hat. All Rights Reserved.