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

Interface java.telephony.callcenter.events.CallCentCallEv

public interface CallCentCallEv
extends Object
extends CallCentEv, CallEv

Method Index

 o getTrunks()
Returns an array of all Trunks currently being used for this Call.

Methods

 o getTrunks
  public abstract CallCenterTrunk[] getTrunks() throws PlatformException
Returns an array of all Trunks currently being used for this Call. If there are no Trunks being used, this method returns null.

Returns:
An array of Trunks, null if there are none.
Throws: PlatformException
A platform-specific exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index