Java Programmer's Guide and Reference


Trunk class

The CallCenterTrunk class represents a Trunk interface on a switch.

Methods

Table 25 lists the CallCenterTrunk methods (and provides comments about those methods, where appropriate) for the Trunk class.

Table 25. javax.telephony.callcenter.CallCenterTrunk methods
Method Comments

Call getCall()


String getName()


int getState()


int getType()

This method always returns a type of UNKNOWN_TRUNK.

For more information, refer to the JavaSoft JTAPI 1.2 documentation.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]