Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02

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

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

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.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02