org.apache.openejb.assembler.monitoring
Class JMXContainer

java.lang.Object
  extended by org.apache.openejb.assembler.monitoring.JMXContainer

@Description(value="describe a container")
public class JMXContainer
extends Object


Constructor Summary
JMXContainer(ContainerInfo serviceInfo, Container service)
           
 
Method Summary
 String getClassName()
           
 String getContainerId()
           
 String getContainerType()
           
 String getFactoryMethod()
           
 String[] getManagedBeans()
           
 String[] getProperties()
           
 String getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXContainer

public JMXContainer(ContainerInfo serviceInfo,
                    Container service)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.