javax.telephony.callcenter.events
Interface RouteUsedEvent

All Superinterfaces:
RouteSessionEvent
All Known Subinterfaces:
ITsapiRouteUsedEvent, LucentRouteUsedEvent

public interface RouteUsedEvent
extends RouteSessionEvent

The RouteUsedEvent event interface indicates the RouteSession interface has moved into the RouteSession.ROUTE_USED state and the Call has terminated at a destination as a result of routing by the application. This interface extends the RouteSessionEvent interface and is reported via the RouteCallback interface.

See Also:
RouteSession, RouteCallback, RouteSessionEvent

Method Summary
 Address getCallingAddress()
          Returns the calling Address.
 Terminal getCallingTerminal()
          Returns the calling Terminal.
 boolean getDomain()
          Returns true if the call was routed out of the Provider's domain, false otherwise.
 Terminal getRouteUsed()
          Returns the final destination Terminal.
 
Methods inherited from interface javax.telephony.callcenter.events.RouteSessionEvent
getRouteSession
 

Method Detail

getRouteUsed

Terminal getRouteUsed()
Returns the final destination Terminal.

Returns:
The final destination Terminal.

getCallingTerminal

Terminal getCallingTerminal()
Returns the calling Terminal.

Returns:
The calling Terminal.

getCallingAddress

Address getCallingAddress()
Returns the calling Address.

Returns:
The calling Address.

getDomain

boolean getDomain()
Returns true if the call was routed out of the Provider's domain, false otherwise.

Returns:
True if the call was routed out of the Provider's domain, false otherwise.


Copyright © 2006 Avaya All Rights Reserved.