| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.environment.domain |
This package contains classes that are used to describe components of a WebLogic Domain.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeManager.ConnectionType |
NodeManager.connectionType |
| Modifier and Type | Method and Description |
|---|---|
static NodeManager.ConnectionType |
NodeManager.ConnectionType.fromValue(String value) |
NodeManager.ConnectionType |
NodeManager.getConnectionType()
Returns the connectionType of the NodeManager.
|
static NodeManager.ConnectionType |
NodeManager.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeManager.ConnectionType[] |
NodeManager.ConnectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NodeManager |
NodeManager.setConnectionType(NodeManager.ConnectionType connectionType)
Sets the connectionType of the NodeManager.
|