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
-
getTrunks()
- Returns an array of all Trunks currently being used for this Call.
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