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