Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.MachineMBean

Packages that use MachineMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

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[] ServerTemplateMBean.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 ManagedExternalServerMBean.getMachine()
           The WebLogic Server host computer (machine) on which this server is meant to run.
 MachineMBean ServerTemplateMBean.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 ServerTemplateMBean.setCandidateMachines(MachineMBean[] machines)
          Sets the value of the CandidateMachines attribute.
 void ClusterMBean.setCandidateMachinesForMigratableServers(MachineMBean[] machines)
          set getCandidateMachinesForMigratableServers
 void ManagedExternalServerMBean.setMachine(MachineMBean machine)
           Sets the value of the Machine attribute.
 void ServerTemplateMBean.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, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02