org.eclipse.jetty.deploy.jmx
类 DeploymentManagerMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- 所有已实现的接口:
- DynamicMBean
public class DeploymentManagerMBean
- extends ObjectMBean
| 从类 org.eclipse.jetty.jmx.ObjectMBean 继承的方法 |
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentManagerMBean
public DeploymentManagerMBean(Object managedObject)
getNodes
public Collection<String> getNodes()
getApps
public Collection<String> getApps()
getApps
public Collection<String> getApps(String nodeName)
getContexts
public Collection<ContextHandler> getContexts()
throws Exception
- 抛出:
Exception
getAppProviders
public Collection<AppProvider> getAppProviders()
requestAppGoal
public void requestAppGoal(String appId,
String nodeName)
Copyright © 2013. All Rights Reserved.