org.apache.openejb.assembler.monitoring
Class JMXContainer
java.lang.Object
org.apache.openejb.assembler.monitoring.JMXContainer
@Description(value="describe a container")
public class JMXContainer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXContainer
public JMXContainer(ContainerInfo serviceInfo,
Container service)
getContainerId
@ManagedAttribute
@Description(value="Container id.")
public String getContainerId()
getContainerType
@ManagedAttribute
@Description(value="Container type.")
public String getContainerType()
getManagedBeans
@ManagedAttribute
@Description(value="Container managed beans.")
public String[] getManagedBeans()
getService
@ManagedAttribute
@Description(value="Container service.")
public String getService()
getClassName
@ManagedAttribute
@Description(value="Container class name.")
public String getClassName()
getFactoryMethod
@ManagedAttribute
@Description(value="Container factory method.")
public String getFactoryMethod()
getProperties
@ManagedAttribute
@Description(value="Container properties.")
public String[] getProperties()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.