Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
Modifier and Type | Method and Description |
---|---|
TerminationReasonEnum |
TerminationReason.getReason()
Returns reason
|
TerminationReasonEnum |
SimpleTerminationReason.getReason() |
static TerminationReasonEnum |
TerminationReasonEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminationReasonEnum[] |
TerminationReasonEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ContextTerminationReason(String contextName,
TerminationReasonEnum reason)
Creates new instance.
|
ContextTerminationReason(String contextName,
TerminationReasonEnum reason,
String code)
Creates new instance.
|
ContextTerminationReason(String contextName,
TerminationReasonEnum reason,
String code,
Object payload)
Creates new instance.
|
SimpleTerminationReason(TerminationReasonEnum terminationReason)
Creates new instance.
|
SimpleTerminationReason(TerminationReasonEnum reason,
String code)
Creates new instance.
|
SimpleTerminationReason(TerminationReasonEnum reason,
String code,
Object payload)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.