org.jboss.jetty
Class JBossMBeanContainer

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by org.eclipse.jetty.jmx.MBeanContainer
          extended by org.jboss.jetty.JBossMBeanContainer
All Implemented Interfaces:
EventListener, org.eclipse.jetty.util.component.Container.Listener, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle

public class JBossMBeanContainer
extends org.eclipse.jetty.jmx.MBeanContainer

JBossMBeanContainer Subclass of the jetty MBeanContainer to mesh jetty jmx architecture with jboss jmx architecture.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
 
Field Summary
static String JBOSS_DOMAIN
           
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
JBossMBeanContainer(MBeanServer server)
           
 
Method Summary
 void doStart()
           
 
Methods inherited from class org.eclipse.jetty.jmx.MBeanContainer
add, addBean, doStop, dump, dump, findBean, findMBean, getDomain, getMBeanServer, makeName, remove, removeBean, setDomain
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOSS_DOMAIN

public static final String JBOSS_DOMAIN
See Also:
Constant Field Values
Constructor Detail

JBossMBeanContainer

public JBossMBeanContainer(MBeanServer server)
Method Detail

doStart

public void doStart()
Overrides:
doStart in class org.eclipse.jetty.jmx.MBeanContainer


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