org.apache.catalina.core.StandardContext Standard implementation of the <b>Context</b> interface. Each child container must be a Wrapper implementation to process the requests directed to a particular servlet. @author Craig R. McClanahan @author Remy Maucherat @version $Revision: 1.173 $ $Date: 2005/03/25 18:12:48 $
test.compliance.notification.NotificationFilterSupportTestCase Notification Filter Support tests.<p> Test it to death.<p> NOTE: The tests use String literals to ensure the comparisons are not performed on object references. @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
org.jboss.mx.loading.UnifiedLoaderRepository3 A repository of class loaders that form a flat namespace of classes and resources. This version uses UnifiedClassLoader3 instances. Class and resource loading is synchronized by the acquiring the monitor to the associated repository structure monitor. See the variable javadoc comments for what moni ...
org.jboss.system.server.ServerImpl The main container component of a JBoss server instance. <h3>Concurrency</h3> This class is <b>not</b> thread-safe. @jmx:mbean name="jboss.system:type=Server" @author <a HREF="mailto:marc.fleury@jboss.org">Marc Fleury</a> @author <a HREF="mailto:jason@plan ...
org.jboss.mx.notification.AsynchNotificationBroadcasterSupport A notification broadcaster with asynch notifications @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>. @author Scott.Stark@jboss.org @version $Revision: 1.4.6.2 $
org.jboss.resource.connectionmanager.JBossManagedConnectionPool The JBossManagedConnectionPool mbean configures and supplies pooling of JBossConnectionEventListeners to the BaseConnectionManager2 mbean.<p> It may be replaced by any mbean with a readable ManagedConnectionPool attribute of type ManagedConnectionPool. Normal pooling parameters are supplie ...
org.jboss.mx.modelmbean.ModelMBeanInvoker An extension of the {@link org.jboss.mx.server.MBeanInvoker MBeanInvoker} that implements the base Model MBean functionality, essentially making the Model MBean just another invoker of managed resources. @see javax.management.modelmbean.ModelMBean @see org.jboss.mx.server.MBeanInvoker @author & ...