BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.management.MBeanHome

Packages that use MBeanHome
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.deploy Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain. 
 

Uses of MBeanHome in weblogic.management
 

Methods in weblogic.management that return MBeanHome
 MBeanHome RemoteMBeanServer.getMBeanHome()
          Deprecated. Returns the local MBeanHome interface.
static MBeanHome Helper.getAdminMBeanHome(String user, String password, String adminServerURL)
          Deprecated. Returns the MBeanHome for the entire administrative domain.
static MBeanHome Helper.getMBeanHome(String user, String password, String serverURL, String serverName)
          Deprecated. Returns the regular MBeanHome of the server specified.
 MBeanHome Admin.getMBeanHome(String serverName)
          Deprecated. Gets the mBeanHome for a particular server.
 MBeanHome Admin.getMBeanHome()
          Deprecated. Get the MBeanHome for the JMX server that contains the localized configuration for this server instances.
 MBeanHome Admin.getAdminMBeanHome()
          Deprecated. Returns a reference to the MBeanHome that is on the Adminstration Server.
 

Methods in weblogic.management with parameters of type MBeanHome
 void MBeanHome.addManagedHome(MBeanHome managedHome, String managedServerName, String managedURL)
          Deprecated. Adds managed MBeanHome to the admin mbean server.
 

Uses of MBeanHome in weblogic.management.deploy
 

Methods in weblogic.management.deploy with parameters of type MBeanHome
static weblogic.management.runtime.DeployerRuntimeMBean DeployerRuntime.getDeployerRuntime(MBeanHome home)
          Deprecated. Provides credentialed client access to the DeployerRuntime singleton.
 

Constructors in weblogic.management.deploy with parameters of type MBeanHome
AutoRefreshPoller(File startDir, boolean searchRecursively, long sleepInterval, FileFilter filter, weblogic.management.configuration.ApplicationMBean appMBean, weblogic.management.configuration.WebAppComponentMBean compMBean, MBeanHome adminMBeanHome, String adminURL, String username, String password, boolean verbose)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs91
Copyright 2005 BEA Systems Inc.