| Package | Description |
|---|---|
| weblogic.wsee.reliability | |
| weblogic.wsee.reliability.faults |
Provides classes for
weblogic.wsee.reliability.faults. |
| Modifier and Type | Method and Description |
|---|---|
static WsrmConstants.FaultGeneratedBy |
WsrmConstants.FaultGeneratedBy.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WsrmConstants.FaultGeneratedBy[] |
WsrmConstants.FaultGeneratedBy.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WsrmConstants.FaultGeneratedBy |
SequenceFaultMsg.getGeneratedBy()
Deprecated.
|
| Constructor and Description |
|---|
SequenceFaultMsg(WsrmConstants.RMVersion rmVersion,
WsrmConstants.FaultGeneratedBy generatedBy,
WsrmConstants.FaultCode code,
String subCode,
String reason,
SequenceFaultMsgType type)
Deprecated.
Creates a new sequence fault message.
|