KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanServer > Top Examples

  • test.compliance.server.MBeanServerTEST
    Tests the MBean server impl. through the <tt>MBeanServer</tt> interface. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.27 $
  • test.compliance.relation.RelationServiceTestCase
    Relation Service tests TODO test internal relations TODO test relations as mbeans in roles TODO test multiple relation services (avoid future mods adding static data) @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • test.implementation.util.MBeanProxyTEST
    Tests for mbean proxy @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.8 $
  • test.compliance.server.MBeanServerInvocationHandlerTestCase
    Tests the MBeanServerInvocationHandler @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • test.compliance.relation.RelationSupportTestCase
    Relation Support tests @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • test.compliance.query.QueryMBeansObjectNameOnlyTestCase
    Object Name Query tests.<p> TODO: More tests, more systematic? @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.apache.webapp.admin.Lists
    General purpose utility methods to create lists of objects that are commonly required in building the user interface. In all cases, if there are no matching elements, a zero-length list (rather than <code>null</code>) is returned. @author Craig R. McClanahan @author Amy Roh @version ...
  • org.jboss.test.jbossmx.compliance.server.MBeanServerTestCase
  • org.jboss.management.j2ee.LocalJBossServerDomain
    The integration MBean for the local JBoss server management domain. This bridges between the core JBoss JSR-77 agnostic code to the JSR-77 managed object interfaces. @author <a HREF="mailto:andreas@jboss.org">Andreas Schaefer</a>. @author Scott.Stark@jboss.org @version $Revision: 1.10 ...
  • org.jboss.cache.TreeCacheInvocationHandler
    TreeCacheInvocationHandler is a ServerInvocationHandler that will forward requests to the MBeanServer and return the results from the MBeanServer. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @author Bela Ban @version $Id: TreeCacheInvocationHandler.java,v 1.1 2004/ ...
  • test.compliance.server.DefaultDomainTestCase
    Tests default domain handling in the Server.<p> TODO createMBean x4. TODO deserialize x2 TODO getAttribute x2 TODO getMBeanInfo TODO instantiate x2 TODO isInstanceOf TODO isRegistered TODO removeNotificationListener x2 TODO setAttribute x2 @author <a HREF="mailto:Adrian.Brock@Happening ...
  • org.jboss.remoting.detection.AbstractDetector
    AbstractDetector @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @author <a HREF="mailto:tom.elrod@jboss.com">Tom Elrod</a> @version $Revision: 1.15.8.2 $
  • org.jboss.ejb.EjbUtil
    Utility methods for resolving ejb-ref and ejb-local-ref within the scope of a deployment. @author <a HREF="mailto:criege@riege.com">Christian Riege</a> @author Scott.Stark@jboss.org @version $Revision: 1.5.6.1 $
  • com.caucho.jmx.EnvironmentMBeanServerBuilder
    Resin implementation for an MBeanServer factory.
  • org.apache.catalina.cluster.tcp.ReplicationTransmitter
    Transmit message to ohter cluster members create sender from replicationMode type FIXME i18n log messages FIXME compress data depends on message type and size FIXME send very big messages at some block see FarmWarDeployer! TODO pause and resume senders @author Peter Rossbach @author Filip Hanik @ ...
  • org.objectweb.cjdbc.controller.jmx.MBeanServerManager
    The MBeanServerManager (Singleton) creates a single MBeanServer in an JVM. The server can be accessed with the getInstance() method. <p> The server is created with org.objectweb.cjdbc.controller.jmx.MBeanServerBuilder @author <a HREF="mailto:marc.wick@monte-bre.ch">Marc Wick </a> ...
  • org.jboss.remoting.ServerInterceptorChain
    ServerInterceptorChain.java Created: Fri May 2 10:36:51 2003 @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @version 1.0 @jmx.mbean description="ServerInvocationHandler that represents a chain of ServerInterceptors" @jboss.xmbean
  • org.objectweb.jonas.web.AbsJWebContainerServiceImpl
    This abstract class provides an implementation for a dynamic JWebContainerService service. @author Florent Benoit @author Ludovic Bert (J2EE 1.3) @author Nicolas Van Caneghem (exploded ear) @author Michel-Ange Anton (contributor)
  • org.apache.webapp.admin.users.SetUpRoleAction
    <p>Implementation of <strong>Action</strong> that sets up and stashes a <code>RoleForm</code> bean in request scope. The form bean will have a null <code>objectName</code> property if this form represents a role being added, or a non-null value for an exi ...
  • test.performance.modelmbean.ThroughputTEST
Popular Tags