JSR-043: JTAPI-1.4

javax.telephony.callcenter.capabilities
Interface CallCenterAddressCapabilities

All Superinterfaces:
AddressCapabilities

public interface CallCenterAddressCapabilities
extends AddressCapabilities

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


Method Summary
 boolean canAddCallObserver(boolean remain)
          This method returns true if the method addCallObserver with the remain flag on the CallCenterAddress interface is supported.
 
Methods inherited from interface javax.telephony.capabilities.AddressCapabilities
isObservable
 

Method Detail

canAddCallObserver

public boolean canAddCallObserver(boolean remain)
This method returns true if the method addCallObserver with the remain flag on the CallCenterAddress interface is supported.
Parameters:
remain - addres supports the callcenter remain capability
Returns:
True if the method addCallObserver on the CallCenterAddress interface is supported.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org