All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcenter.events.RouteUsedEvent

public interface RouteUsedEvent
extends RouteSessionEvent
The RouteUsedEvent interface encapsulates a route used event.


Method Index

 o getCallingAddress()
This returns the calling Address.
 o getCallingTerminal()
This returns the calling Terminal.
 o getDomain()
This returns true if the call was routed out of the provider's domain.
 o getRouteUsed()
This returns the final destination Terminal.

Methods

 o getRouteUsed
 public abstract Terminal getRouteUsed()
This returns the final destination Terminal.

 o getCallingTerminal
 public abstract Terminal getCallingTerminal()
This returns the calling Terminal.

 o getCallingAddress
 public abstract Address getCallingAddress()
This returns the calling Address.

 o getDomain
 public abstract boolean getDomain()
This returns true if the call was routed out of the provider's domain.


All Packages  Class Hierarchy  This Package  Previous  Next  Index