public class DeploymentManagerMBean extends ObjectMBean
_managed
Constructor and Description |
---|
DeploymentManagerMBean(Object managedObject) |
Modifier and Type | Method and Description |
---|---|
Collection<AppProvider> |
getAppProviders() |
Collection<String> |
getApps() |
Collection<String> |
getApps(String nodeName) |
Collection<ContextHandler> |
getContexts() |
Collection<String> |
getNodes() |
void |
requestAppGoal(String appId,
String nodeName) |
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, isAnnotationPresent, mbeanFor, setAttribute, setAttributes, setMBeanContainer, toVariableName
public DeploymentManagerMBean(Object managedObject)
public Collection<String> getNodes()
public Collection<String> getApps()
public Collection<String> getApps(String nodeName)
public Collection<ContextHandler> getContexts() throws Exception
Exception
public Collection<AppProvider> getAppProviders()
Copyright © 1995-2015 Webtide. All Rights Reserved.