public interface MachineMBean extends ConfigurationMBean
This bean represents a machine on which servers may be booted. A
 server is bound to a machine by calling to
 ServerMBean.setMachine(). Although it is typical that
 one MachineMBean refers to one physical machine and
 vice versa, it is possible to have a multihomed machine represented
 by multiple MachineMBeans. The only restriction is
 that each MachineMBean be configured with
 non-overlapping addresses. A configuration may contain one or more
 of MachineMBeans which may be looked up by their
 logical names.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAddresses()Deprecated. 
 8.1.0.0 Replaced by  ServerTemplateMBean.getListenAddress() | 
| NodeManagerMBean | getNodeManager()Returns the NodeManager Mbean that defines the configuration of the Node Manager instance that runs on the machine. | 
| void | setAddresses(String[] addresses)Deprecated. 
 8.1.0.0 Replaced by  ServerTemplateMBean.getListenAddress() | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerString[] getAddresses()
ServerTemplateMBean.getListenAddress()The addresses by which this machine is known. May be either host names or literal IP addresses.
void setAddresses(String[] addresses) throws InvalidAttributeValueException
ServerTemplateMBean.getListenAddress()Sets the value of the Addresses attribute.
addresses - The new addresses valueInvalidAttributeValueExceptionIllegalArgumentException - if the array is null or contains  null elements.MachineMBean.getAddresses()NodeManagerMBean getNodeManager()
Returns the NodeManager Mbean that defines the configuration of the Node Manager instance that runs on the machine.