org.jboss.jetty.jmx
Class JBossWebAppContextMBean

java.lang.Object
  extended by org.eclipse.jetty.jmx.ObjectMBean
      extended by org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
          extended by org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
              extended by org.jboss.jetty.jmx.JBossWebAppContextMBean
All Implemented Interfaces:
DynamicMBean

public class JBossWebAppContextMBean
extends org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean

JBossWebApplicationContextMBean Provides special object name for itself so that we can integrate with jboss jsr77 management system.


Field Summary
 
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
 
Constructor Summary
JBossWebAppContextMBean(Object managedObject)
           
 
Method Summary
 ObjectName getObjectName()
           
 
Methods inherited from class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
getContextAttributes, removeContextAttribute, setContextAttribute, setContextAttribute
 
Methods inherited from class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
getContextName, getObjectContextBasis, getObjectNameBasis
 
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
defineAttribute, getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, 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

JBossWebAppContextMBean

public JBossWebAppContextMBean(Object managedObject)
Method Detail

getObjectName

public ObjectName getObjectName()
Overrides:
getObjectName in class org.eclipse.jetty.jmx.ObjectMBean


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