|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EscalationChain
Describes an escalation chain.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
int |
getActivationState()
Returns the activation state of the escalation chain. |
Escalation |
getEscalation(java.lang.String escalationName)
Returns the named escalation instance in the escalation chain. |
java.util.List |
getEscalations()
Returns the ordered list of escalations in the escalation chain. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
int getActivationState()
escalation
object.java.util.List getEscalations()
escalation
s in the chain. The list may be empty, but not null.Escalation getEscalation(java.lang.String escalationName)
escalationName
- The name of the requested escalation.
escalation
instance or null if not found.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |