| Package | Description | 
|---|---|
| weblogic.management.configuration | |
| weblogic.management.runtime | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UnixMachineMBeanThis bean represents a machine that is running the UNIX
 operating system. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | ServerTemplateMBean. getMachine()The WebLogic Server host computer (machine) on which this server
 is meant to run. | 
| MachineMBean | ManagedExternalServerMBean. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | ServerTemplateMBean. setMachine(MachineMBean machine)Sets the value of the Machine attribute. | 
| void | ManagedExternalServerMBean. setMachine(MachineMBean machine)
 Sets the value of the Machine attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| MachineMBean | ClusterRuntimeMBean. getCurrentMachine()Provides the current MachineMBean of the server. |