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 Cluster.MessagingMode |
Cluster.messagingMode |
Modifier and Type | Method and Description |
---|---|
static Cluster.MessagingMode |
Cluster.MessagingMode.fromValue(String value) |
Cluster.MessagingMode |
Cluster.getMessagingMode()
Returns the messagingMode of the cluster.
|
static Cluster.MessagingMode |
Cluster.MessagingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.MessagingMode[] |
Cluster.MessagingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.setMessagingMode(Cluster.MessagingMode messagingMode)
Sets the messagingMode of the cluster.
|