public interface NodeManagerMBean extends ConfigurationMBean
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ADAPTER_SEPARATOR
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
String | 
getAdapter()
Gets the node manager client adapter name_version when using a VMM adapter to connect
 to OVM or other VMM adapter providers 
 | 
String | 
getAdapterName()
Gets the node manager client adapter name when using a VMM adapter to connect
 to OVM or other VMM adapters providers 
 | 
String | 
getAdapterVersion()
Gets the node manager client adapter version when using a VMM adapter to connect
 to OVM or other VMM adapters providers 
 | 
String[] | 
getInstalledVMMAdapters()
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
String | 
getListenAddress()
The host name or IP address of the NodeManager for the server or
 clients on the server to use when connecting to the NodeManager
 instance. 
 | 
int | 
getListenPort()
The port number of the NodeManager for the server or clients on the
 server to use when connecting to the NodeManager instance. 
 | 
String | 
getNMType()
Returns the node manager type for the server or clients on the server
 to use when connecting to the NodeManager instance. 
 | 
String | 
getNodeManagerHome()
Returns the node manager home directory that will be used to substitute
 for the shell command template 
 | 
String | 
getPassword()
The password used by a Node Manager client to connect to the underlying
 service to which the Node Manager client delegates operations. 
 | 
byte[] | 
getPasswordEncrypted()
The encrypted Node Manager client user password. 
 | 
String | 
getShellCommand()
Returns the local command line to use when invoking SSH or RSH node
 manager functions. 
 | 
String | 
getUserName()
The Node Manager client user name used to connect to the underlying
 service to which the client delegates operations. 
 | 
boolean | 
isDebugEnabled()
Specifies whether communication with this Node Manager needs to
 be debugged. 
 | 
void | 
setAdapter(String adapterName_Version)
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
void | 
setAdapterName(String adapterName)
Deprecated. 
 
10.3.4.0 Replaced by  
NodeManagerMBean.getAdapter() | 
void | 
setAdapterVersion(String adapterVersion)
Deprecated. 
 
10.3.4.0 Replaced by  
setAdapter | 
void | 
setDebugEnabled(boolean enable)
Set the value of the DebugEnabled attribute. 
 | 
void | 
setListenAddress(String address)
Sets the value of the ListenAddress attribute of the NodeManager for
 the server or clients on the server to use when connecting to the
 NodeManager instance. 
 | 
void | 
setListenPort(int port)
Sets the value of the ListenPort of the NodeManager for the server or
 clients on the server to use when connecting to the NodeManager
 instance. 
 | 
void | 
setNMType(String type)
Sets the node manager type for the server or clients on the server to
 use when connecting to the NodeManager instance. 
 | 
void | 
setNodeManagerHome(String nmhome)
Sets the node manager home to use when invoking SSH or RSH node manager
 functions. 
 | 
void | 
setPassword(String s)
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
void | 
setPasswordEncrypted(byte[] bytes)
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
void | 
setShellCommand(String cmd)
Sets the command line to use when invoking SSH or RSH node manager
 functions. 
 | 
void | 
setUserName(String s)
Deprecated. 
 
VMM client support is removed since 12.1.2 
 | 
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, removePropertyChangeListenerstatic final String ADAPTER_SEPARATOR
void setNMType(String type) throws InvalidAttributeValueException
type - the node manager typeInvalidAttributeValueExceptionString getNMType()
String getListenAddress()
The host name or IP address of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.
void setListenAddress(String address) throws InvalidAttributeValueException
Sets the value of the ListenAddress attribute of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.
address - The new listenAddress valueInvalidAttributeValueExceptionNodeManagerMBean.getListenAddress()int getListenPort()
The port number of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.
void setListenPort(int port)
Sets the value of the ListenPort of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance.
port - The new listenPort valueNodeManagerMBean.getListenPort()boolean isDebugEnabled()
Specifies whether communication with this Node Manager needs to be debugged. When enabled, connections to the NodeManager from the server or clients on the server will result in more information sent to the server log.
void setDebugEnabled(boolean enable)
Set the value of the DebugEnabled attribute.
enable - The new debugEnabled valueNodeManagerMBean.isDebugEnabled()void setShellCommand(String cmd)
cmd - the local command lineString getShellCommand()
void setNodeManagerHome(String nmhome)
nmhome - the node manager home directory for the machineString getNodeManagerHome()
void setAdapter(String adapterName_Version)
adapterName_Version - the name and version of the adapter to use with the syntax of String getAdapter()
void setAdapterName(String adapterName)
NodeManagerMBean.getAdapter()adapterName - the name of the adapter associated with a VMM node manager clientString getAdapterName()
void setAdapterVersion(String adapterVersion)
setAdapteradapterVersion - the version of the adapter associated with a VMM node manager clientString getAdapterVersion()
void setUserName(String s)
Sets the value of the UserName attribute.
s - The new userName valueNodeManagerMBean.getUserName()String getUserName()
The Node Manager client user name used to connect to the underlying service to which the client delegates operations.
void setPassword(String s)
Sets the value of the Password attribute.
s - The new password valueNodeManagerMBean.getPassword()String getPassword()
The password used by a Node Manager client to connect to the underlying service to which the Node Manager client delegates operations.
When you get the value of this attribute, WebLogic Server does the following:
PasswordEncrypted attribute.When you set the value of this attribute, WebLogic Server does the following:
PasswordEncrypted attribute to the 
 encrypted value.Caution: Using the (Password) attribute is a potential 
 security risk because
 the String object (which contains the unencrypted password), remains in
 the JVM's memory until garbage collection removes it and the memory is reallocated.
 Depending on how memory is allocated in the JVM, a significant amount of time 
 could pass before this unencrypted data is removed from memory. 
 Therefore, you should use the PasswordEncrypted() attribute instead.
NodeManagerMBean.getPasswordEncrypted()byte[] getPasswordEncrypted()
The encrypted Node Manager client user password.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt() 
 to encrypt the value. Then set this attribute to the output of the encrypt()
 method.
To compare a password that a user enters with the encrypted
 value of this attribute, go to the same WebLogic Server instance
 that you used to set and encrypt this attribute
 and use weblogic.management.EncryptionHelper.encrypt()
 to encrypt the user-supplied password. Then compare the encrypted values.
void setPasswordEncrypted(byte[] bytes)
Encrypts the user password and sets the value of the
 PasswordEncrypted attribute.
bytes - The new password value, as a byte arrayNodeManagerMBean.getPasswordEncrypted()String[] getInstalledVMMAdapters()
Gets a list of the names and versions of the installed Virtual Machine Manager (VMM) adapters