Uses of Interface
javax.management.MBeanServer

Packages that use MBeanServer
javax.management Provides the core JMX classes
javax.management.loading Provides the classes which implement advanced dynamic loading
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.monitor Provides the definition of the monitor classes
javax.management.relation Provides the definition of the Relation service
javax.management.timer Provides the definition of the Timer MBean
 

Uses of MBeanServer in javax.management
 

Methods in javax.management that return MBeanServer
static MBeanServer QueryEval.getMBeanServer()
          Return the MBean server that was most recently given to the setMBeanServer method by this thread.
 MBeanServer MBeanServerBuilder.newMBeanServer(java.lang.String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
          This method creates a new MBeanServer implementation object.
static MBeanServer MBeanServerFactory.createMBeanServer()
          Return a new object implementing the MBeanServer interface with a standard default domain name.
static MBeanServer MBeanServerFactory.createMBeanServer(java.lang.String domain)
          Return a new object implementing the MBeanServer interface with the specified default domain name.
static MBeanServer MBeanServerFactory.newMBeanServer()
          Return a new object implementing the MBeanServer interface with a standard default domain name, without keeping an internal reference to this new object.
static MBeanServer MBeanServerFactory.newMBeanServer(java.lang.String domain)
          Return a new object implementing the MBeanServer interface with the specified default domain name, without keeping an internal reference to this new object.
 

Methods in javax.management with parameters of type MBeanServer
 void ObjectName.setMBeanServer(MBeanServer mbs)
           
 void QueryExp.setMBeanServer(MBeanServer s)
          Sets the MBean server on which the query is to be performed.
 void ValueExp.setMBeanServer(MBeanServer s)
          Deprecated. This method is not needed because a ValueExp can access the MBean server in which it is being evaluated by using QueryEval.getMBeanServer().
 void QueryEval.setMBeanServer(MBeanServer s)
          Sets the MBean server on which the query is to be performed.
 void AttributeValueExp.setMBeanServer(MBeanServer s)
          Sets the MBean server on which the query is to be performed.
 MBeanServer MBeanServerBuilder.newMBeanServer(java.lang.String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
          This method creates a new MBeanServer implementation object.
 ObjectName MBeanRegistration.preRegister(MBeanServer server, ObjectName name)
          Allows the MBean to perform any operations it needs before being registered in the MBean server.
 void StringValueExp.setMBeanServer(MBeanServer s)
          Sets the MBean server on which the query is to be performed.
static void MBeanServerFactory.releaseMBeanServer(MBeanServer mbeanServer)
          Remove internal MBeanServerFactory references to a created MBeanServer.
static ClassLoaderRepository MBeanServerFactory.getClassLoaderRepository(MBeanServer server)
          Return the ClassLoaderRepository used by the given MBeanServer.
 

Uses of MBeanServer in javax.management.loading
 

Methods in javax.management.loading with parameters of type MBeanServer
 ObjectName MLet.preRegister(MBeanServer server, ObjectName name)
          Allows the m-let to perform any operations it needs before being registered in the MBean server.
 

Uses of MBeanServer in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type MBeanServer
 ObjectName RequiredModelMBean.preRegister(MBeanServer server, ObjectName name)
          Allows the MBean to perform any operations it needs before being registered in the MBean server.
 

Uses of MBeanServer in javax.management.monitor
 

Fields in javax.management.monitor declared as MBeanServer
protected  MBeanServer Monitor.server
          Reference on the MBean server.
 

Methods in javax.management.monitor with parameters of type MBeanServer
 ObjectName Monitor.preRegister(MBeanServer server, ObjectName name)
          Allows the monitor MBean to perform any operations it needs before being registered in the MBean server.
 

Uses of MBeanServer in javax.management.relation
 

Methods in javax.management.relation with parameters of type MBeanServer
 ObjectName RelationSupport.preRegister(MBeanServer server, ObjectName name)
           
 ObjectName RelationService.preRegister(MBeanServer server, ObjectName name)
           
 

Constructors in javax.management.relation with parameters of type MBeanServer
RelationSupport(java.lang.String theRelId, ObjectName theRelServiceName, MBeanServer theRelServiceMBeanServer, java.lang.String theRelTypeName, RoleList theRoleList)
          Creates object.
 

Uses of MBeanServer in javax.management.timer
 

Methods in javax.management.timer with parameters of type MBeanServer
 ObjectName Timer.preRegister(MBeanServer server, ObjectName name)
          Allows the timer MBean to perform any operations it needs before being registered in the MBean server.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.