BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.MachineMBean

Packages that use MachineMBean
weblogic.management.configuration   
weblogic.management.runtime   
 

Uses of MachineMBean in weblogic.management.configuration
 

Subinterfaces of MachineMBean in weblogic.management.configuration
 interface UnixMachineMBean
          This bean represents a machine that is running the UNIX operating system.
 

Methods in weblogic.management.configuration that return MachineMBean
 MachineMBean ServerMBean.getMachine()
          The WebLogic Server host computer (machine) on which this server is meant to run.
 MachineMBean[] ServerMBean.getCandidateMachines()
          Limits the list of candidate machines that the cluster specifies.
 MachineMBean[] DomainMBean.getMachines()
          Define machines for this Domain
 MachineMBean DomainMBean.createMachine(String name)
          Factory method to create a Machine object
 MachineMBean DomainMBean.lookupMachine(String name)
           
 MachineMBean[] ClusterMBean.getCandidateMachinesForMigratableServers()
          The set of machines (and order of preference) on which Node Manager will restart failed servers.
 

Methods in weblogic.management.configuration with parameters of type MachineMBean
 void ServerMBean.setMachine(MachineMBean machine)
          Sets the value of the Machine attribute.
 void ServerMBean.setCandidateMachines(MachineMBean[] machines)
          Sets the value of the CandidateMachines attribute.
 void DomainMBean.destroyMachine(MachineMBean machine)
          Removes a Machine from this domain
 void ClusterMBean.setCandidateMachinesForMigratableServers(MachineMBean[] machines)
          set getCandidateMachinesForMigratableServers
 

Uses of MachineMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return MachineMBean
 MachineMBean ClusterRuntimeMBean.getCurrentMachine()
          Provides the current MachineMBean of the server.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.