Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

 

Methods in weblogic.management.configuration with parameters of type MachineMBean
abstract  void DomainMBean.destroyMachine(MachineMBean machine)
          Removes a Machine from this domain
abstract  void ServerTemplateMBean.setCandidateMachines(MachineMBean[] machines)
          Sets the value of the CandidateMachines attribute.
abstract  void ClusterMBean.setCandidateMachinesForMigratableServers(MachineMBean[] machines)
          set getCandidateMachinesForMigratableServers
abstract  void ManagedExternalServerMBean.setMachine(MachineMBean machine)
           Sets the value of the Machine attribute.
abstract  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
abstract  MachineMBean ClusterRuntimeMBean.getCurrentMachine()
          Provides the current MachineMBean of the server.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09