@Description(value="describe a container") public class JMXContainer extends Object
| Constructor and Description |
|---|
JMXContainer(ContainerInfo serviceInfo,
Container service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getContainerId() |
String |
getContainerType() |
String |
getFactoryMethod() |
String[] |
getManagedBeans() |
String[] |
getProperties() |
String |
getService() |
public JMXContainer(ContainerInfo serviceInfo, Container service)
@ManagedAttribute @Description(value="Container id.") public String getContainerId()
@ManagedAttribute @Description(value="Container type.") public String getContainerType()
@ManagedAttribute @Description(value="Container managed beans.") public String[] getManagedBeans()
@ManagedAttribute @Description(value="Container service.") public String getService()
@ManagedAttribute @Description(value="Container class name.") public String getClassName()
@ManagedAttribute @Description(value="Container factory method.") public String getFactoryMethod()
@ManagedAttribute @Description(value="Container properties.") public String[] getProperties()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.