ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
@Deprecated public interface AdminServerMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
getActiveDomain() |
Deprecated.
9.0.0.0
|
java.lang.String |
getName() |
Deprecated.
|
ServerMBean |
getServer() |
Deprecated.
9.0.0.0
|
void |
setName(java.lang.String name) |
Deprecated.
Sets the value of the Name attribute.
|
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
@Deprecated ServerMBean getServer()
Returns the Administration Server's ServerMBean.
ServerMBean
@Deprecated DomainMBean getActiveDomain()
Returns the DomainMBean for the domain that this Administration Server manages.
DomainMBean
@Deprecated java.lang.String getName()
AdminServer
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean
void setName(java.lang.String name) throws javax.management.InvalidAttributeValueException, ManagementException
Sets the value of the Name attribute.
setName
in interface ConfigurationMBean
setName
in interface WebLogicMBean
javax.management.InvalidAttributeValueException
ManagementException