ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanUnixMachineMBeanpublic 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 | Description |
|---|---|---|
java.lang.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(java.lang.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, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent@Deprecated java.lang.String[] getAddresses()
ServerTemplateMBean.getListenAddress()The addresses by which this machine is known. May be either host names or literal IP addresses.
@Deprecated
void setAddresses(java.lang.String[] addresses)
throws javax.management.InvalidAttributeValueException
ServerTemplateMBean.getListenAddress()Sets the value of the Addresses attribute.
addresses - The new addresses valuejavax.management.InvalidAttributeValueExceptionjava.lang.IllegalArgumentException - if the array is null or contains null elements.getAddresses()NodeManagerMBean getNodeManager()
Returns the NodeManager Mbean that defines the configuration of the Node Manager instance that runs on the machine.