|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RoutingInteractionEvent
An event on a RoutingInteraction.
| Nested Class Summary | |
|---|---|
static class |
RoutingInteractionEvent.EventReason
Enum for the reasons of this event. |
static interface |
RoutingInteractionEvent.Extension
Contains the keys of the AIL extensions possibly present in this event. |
| Method Summary | |
|---|---|
java.util.Map |
getAttachedData()
Returns attached data at the time this event has been handled. |
DnRoutingPoint |
getDn()
Returns the routing DN of the interaction to which this event is related. |
RoutingInteractionEvent.EventReason |
getEventReason()
Returns the reason of this event. |
java.util.Map |
getExtensions()
Returns AIL extended information about this event. |
RoutingInteraction |
getRoutingInteraction()
Returns the interaction to which this event is related. |
RoutingInteraction.Status |
getStatus()
Returns the status of this interaction. |
boolean |
isStatusChanged()
Returns true if the status has changed. |
| Methods inherited from interface com.genesyslab.ail.event.AbstractInteractionEvent |
|---|
getTEventExtensions, getTEventReasons |
| Methods inherited from interface com.genesyslab.ail.event.ObjectEvent |
|---|
getSource |
| Method Detail |
|---|
DnRoutingPoint getDn()
RoutingInteraction.Status getStatus()
RoutingInteraction getRoutingInteraction()
ObjectEvent.getSource().
RoutingInteractionEvent.EventReason getEventReason()
java.util.Map getExtensions()
RoutingInteractionEvent.Extension.
getExtensions in interface AbstractInteractionEventjava.util.Map getAttachedData()
boolean isStatusChanged()
isStatusChanged in interface AbstractInteractionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||