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 继承的字段
_managed
 
构造方法摘要
DeploymentManagerMBean(Object managedObject)
           
 
方法摘要
 Collection<AppProvider> getAppProviders()
           
 Collection<String> getApps()
           
 Collection<String> getApps(String nodeName)
           
 Collection<ContextHandler> getContexts()
           
 Collection<String> getNodes()
           
 void requestAppGoal(String appId, String nodeName)
           
 
从类 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.