javax.telephony.callcenter.capabilities
Interface RouteAddressCapabilities

All Superinterfaces:
AddressCapabilities

public interface RouteAddressCapabilities
extends AddressCapabilities

The RouteAddressCapabilities interface extends the AddressCapabilities interface to add capabilities methods for the RouteAddress interface. Applications query these methods to find out what actions are possible on the RouteAddress interface.


Method Summary
 boolean canRouteCalls()
          This method returns true if the methods registerRouteCallback, cancelRouteCallback, getRouteCallback and getActiveRouteSessions on the RouteAddress interface are supported.
 
Methods inherited from interface javax.telephony.capabilities.AddressCapabilities
isObservable
 

Method Detail

canRouteCalls

boolean canRouteCalls()
This method returns true if the methods registerRouteCallback, cancelRouteCallback, getRouteCallback and getActiveRouteSessions on the RouteAddress interface are supported.

Returns:
True if the methods for routing on the RouteAddress interface are supported.


Copyright © 2006 Avaya All Rights Reserved.