JSR-043: JTAPI-1.4

javax.telephony.callcenter.events
Interface RouteUsedEvent

All Superinterfaces:
RouteSessionEvent

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

public Terminal getRouteUsed()
Returns the final destination Terminal.

Returns:
The final destination Terminal.

getCallingTerminal

public Terminal getCallingTerminal()
Returns the calling Terminal.

Returns:
The calling Terminal.

getCallingAddress

public Address getCallingAddress()
Returns the calling Address.

Returns:
The calling Address.

getDomain

public 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.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org