Interface java.telephony.callcenter.events.RouteEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcenter.events.RouteEvent

public interface RouteEvent
extends Object
extends RouteSessionEvent
The RouteEvent interface encapsulates a routing event.

Variable Index

 o SELECT_ACD
Select a route to an ACDAddress.
 o SELECT_EMERGENCY
Select an emergency route.
 o SELECT_LEAST_COST
Select a least cost route.
 o SELECT_NORMAL
Select a normal route.
 o SELECT_USER_DEFINED
Select a user defined route.

Method Index

 o getCallingAddress()
This returns the calling Address.
 o getCallingTerminal()
This returns the calling Terminal.
 o getCurrentRouteAddress()
This returns the originally requested destination for the call.
 o getRouteSelectAlgorithm()
This returns the route select algorithm being used.
 o getSetupInformation()
This returns the ISDN call setup message when available.

Variables

 o SELECT_NORMAL
  public final static int SELECT_NORMAL
Select a normal route.
 o SELECT_LEAST_COST
  public final static int SELECT_LEAST_COST
Select a least cost route.
 o SELECT_EMERGENCY
  public final static int SELECT_EMERGENCY
Select an emergency route.
 o SELECT_ACD
  public final static int SELECT_ACD
Select a route to an ACDAddress.
 o SELECT_USER_DEFINED
  public final static int SELECT_USER_DEFINED
Select a user defined route.

Methods

 o getCurrentRouteAddress
  public abstract RouteAddress getCurrentRouteAddress()
This returns the originally requested destination for the call.
 o getCallingAddress
  public abstract Address getCallingAddress()
This returns the calling Address.
 o getCallingTerminal
  public abstract Terminal getCallingTerminal()
This returns the calling Terminal.
 o getRouteSelectAlgorithm
  public abstract int getRouteSelectAlgorithm()
This returns the route select algorithm being used.
 o getSetupInformation
  public abstract String getSetupInformation()
This returns the ISDN call setup message when available.

All Packages  Class Hierarchy  This Package  Previous  Next  Index