org.eclipse.jetty.deploy.jmx
Class DeploymentManagerMBean

java.lang.Object
  extended by org.eclipse.jetty.jmx.ObjectMBean
      extended by org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
All Implemented Interfaces:
DynamicMBean

public class DeploymentManagerMBean
extends ObjectMBean


Field Summary
 
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
 
Constructor Summary
DeploymentManagerMBean(Object managedObject)
           
 
Method Summary
 Collection<AppProvider> getAppProviders()
           
 Collection<String> getApps()
           
 Collection<ContextHandler> getContexts()
           
 
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentManagerMBean

public DeploymentManagerMBean(Object managedObject)
Method Detail

getApps

public Collection<String> getApps()

getContexts

public Collection<ContextHandler> getContexts()
                                       throws Exception
Throws:
Exception

getAppProviders

public Collection<AppProvider> getAppProviders()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.