|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RouteEvent
The RouteEvent event interface indicates the
RouteSession interface has moved into the
RouteSession.ROUTE state and the Provider is requesting the
application route a Call. This interface extends the
RouteSessionEvent interface and is reported via the
RouteCallback interface.
RouteSession,
RouteCallback,
RouteSessionEvent| Field Summary | |
|---|---|
static int |
SELECT_ACD
Route Selection Algorithm: Select a route to an ACDAddress. |
static int |
SELECT_EMERGENCY
Route Selection Algorithm: Select an emergency route. |
static int |
SELECT_LEAST_COST
Route Selection Algorithm: Select a least cost route. |
static int |
SELECT_NORMAL
Route Selection Algorithm: Select a normal route. |
static int |
SELECT_USER_DEFINED
Route Selection Algorithm: Select a user defined route. |
| Method Summary | |
|---|---|
Address |
getCallingAddress()
Returns the calling Address. |
Terminal |
getCallingTerminal()
Returns the calling Terminal. |
RouteAddress |
getCurrentRouteAddress()
Returns the originally requested destination for the call. |
int |
getRouteSelectAlgorithm()
Returns the route select algorithm being used. |
java.lang.String |
getSetupInformation()
Returns the ISDN call setup message when available. |
| Methods inherited from interface javax.telephony.callcenter.events.RouteSessionEvent |
|---|
getRouteSession |
| Field Detail |
|---|
static final int SELECT_NORMAL
static final int SELECT_LEAST_COST
static final int SELECT_EMERGENCY
static final int SELECT_ACD
static final int SELECT_USER_DEFINED
| Method Detail |
|---|
RouteAddress getCurrentRouteAddress()
Address getCallingAddress()
Terminal getCallingTerminal()
int getRouteSelectAlgorithm()
java.lang.String getSetupInformation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||