ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface LifecycleManagerEndPointMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
byte[] | 
getPasswordEncrypted() | 
 Get the encrypted password 
 | 
java.lang.String | 
getRuntimeName() | 
 Returns the runtime name for this WebLogic Server domain. 
 | 
java.lang.String | 
getURL() | 
 Returns the URL for the root REST resource for the LifecycleManager 
 instance. 
 | 
java.lang.String | 
getUsername() | 
 The user name that will be passed when opening a connection to a 
 LifecycleManager instance (specified by the URL value for this endpoint). 
 | 
boolean | 
isEnabled() | 
 Returns true if this LifecycleManager endpoint configuration is active
 and should be used when a WebLogic Server component needs to share a
 configuration change. 
 | 
void | 
setEnabled(boolean enabled) | 
 Enable this LifecycleManager endpoint. 
 | 
void | 
setPassword(java.lang.String password) | 
 Set the password to be specified when opening a connection to a LifecycleManager
 cd ..instance (specified by the URL value for this endpoint). 
 | 
void | 
setRuntimeName(java.lang.String runtimeName) | 
 Changes the runtime name for this Weblogic Server domain from the perspective of 
 the LifecycleManager instance. 
 | 
void | 
setURL(java.lang.String url) | 
 Changes the URL for the root REST resource for the LifecycleManager
 instance. 
 | 
void | 
setUsername(java.lang.String user) | 
 Change the name of the user passed when authentication to a LifecycleManager
 instance. 
 | 
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, setParentboolean isEnabled()
void setEnabled(boolean enabled)
enabled - Enables the endpoint configuration if true.java.lang.String getURL()
void setURL(java.lang.String url)
URL - java.lang.String getRuntimeName()
void setRuntimeName(java.lang.String runtimeName)
runtimeName - java.lang.String getUsername()
void setUsername(java.lang.String user)
user - the user namevoid setPassword(java.lang.String password)
          throws javax.management.InvalidAttributeValueException
password - javax.management.InvalidAttributeValueExceptiongetPassword(), 
#setEncryptedPassword(byte[])byte[] getPasswordEncrypted()