Package | Description |
---|---|
weblogic.management |
Provides for the configuration, control and monitoring of a WebLogic Domain.
|
Modifier and Type | Field and Description |
---|---|
private PartitionRuntimeStateManager.StateAssignment |
PartitionRuntimeStateManager.RunnableState.currentState |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,PartitionRuntimeStateManager.StateAssignment> |
PartitionRuntimeStateManager.RunnableState.serverStates |
Modifier and Type | Method and Description |
---|---|
protected PartitionRuntimeStateManager.StateAssignment |
PartitionRuntimeStateManager.PartitionRunnableState.getResourceGroupState(java.lang.String resourceGroupName) |
protected PartitionRuntimeStateManager.StateAssignment |
PartitionRuntimeStateManager.PartitionRunnableState.getResourceGroupState(java.lang.String resourceGroupName,
java.lang.String serverName) |
protected PartitionRuntimeStateManager.StateAssignment |
PartitionRuntimeStateManager.RunnableState.getServerState(java.lang.String serverName) |
protected PartitionRuntimeStateManager.StateAssignment |
PartitionRuntimeStateManager.RunnableState.getState() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,PartitionRuntimeStateManager.StateAssignment> |
PartitionRuntimeStateManager.RunnableState.serverStates() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
PartitionRuntimeStateManager.calculateState(PartitionRuntimeStateManager.StateAssignment... stateAssignments)
Returns the correct state computed from the state assignments supplied.
|