⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 java.telephony.callcenter.callcentertrunk.html

📁 JTAPI_html 用于JTAPI的HTML文档.
💻 HTML
字号:
<!--NewPage--><html><head><!-- Generated by javadoc on Fri Feb 07 16:42:30 PST 1997 --><a name="_top_"></a><title>  Class java.telephony.callcenter.CallCenterTrunk</title></head><body><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.callcenter.html">This Package</a>  <a href="java.telephony.callcenter.Agent.html#_top_">Previous</a>  <a href="Package-java.telephony.callcenter.html">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Class java.telephony.callcenter.CallCenterTrunk</h1><pre><a href="java.lang.Object.html#_top_">java.lang.Object</a>   |   +----java.telephony.callcenter.CallCenterTrunk</pre><hr><dl>  <dt> public class <b>CallCenterTrunk</b>  <dt> extends <a href="java.lang.Object.html#_top_">Object</a></dl>The CallCenterTrunk class represents a Trunk interface on a switch.<p>The first attribute is it "name". The Trunk's name identifies whichTrunk interface in the Provider is being used.<p>The second attribute of a Trunk is its "interface type". The typeindicates whether the Trunk is an Incoming, Outgoing or Unknowntype of interface.<hr><a name="index"></a><h2>  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index"></h2><dl>  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#INCOMING_TRUNK"><b>INCOMING_TRUNK</b></a>  <dd> Trunk type: The Trunk Interface is incoming.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#OUTGOING_TRUNK"><b>OUTGOING_TRUNK</b></a>  <dd> Trunk type: The Trunk interface is outgoing.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#UNKNOWN_TRUNK"><b>UNKNOWN_TRUNK</b></a>  <dd> Trunk type: The Trunk interface is unknown.</dl><h2>  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index"></h2><dl>  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#CallCenterTrunk()"><b>CallCenterTrunk</b></a>()  <dd> </dl><h2>  <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl>  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#CallCenterTrunk(java.lang.String)"><b>CallCenterTrunk</b></a>(String)  <dd> This constructor is the default constructor, which only takes thename to apply to this Trunk.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#CallCenterTrunk(java.lang.String, int)"><b>CallCenterTrunk</b></a>(String, int)  <dd> This constructor takes the address to apply this trunkand the type of trunk.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getName()"><b>getName</b></a>()  <dd> Returns the Trunk's name.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getType()"><b>getType</b></a>()  <dd> Returns the type of trunk, either unknown, incoming oroutgoing.</dl><a name="variables"></a><h2>  <img src="images/variables.gif" width=153 height=38 alt="Variables"></h2><a name="INCOMING_TRUNK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>INCOMING_TRUNK</b><pre>  public final static int INCOMING_TRUNK</pre><dl>  <dd> Trunk type: The Trunk Interface is incoming.</dl><a name="OUTGOING_TRUNK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>OUTGOING_TRUNK</b><pre>  public final static int OUTGOING_TRUNK</pre><dl>  <dd> Trunk type: The Trunk interface is outgoing.</dl><a name="UNKNOWN_TRUNK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>UNKNOWN_TRUNK</b><pre>  public final static int UNKNOWN_TRUNK</pre><dl>  <dd> Trunk type: The Trunk interface is unknown.</dl><a name="constructors"></a><h2>  <img src="images/constructors.gif" width=231 height=38 alt="Constructors"></h2><a name="CallCenterTrunk"></a><a name="CallCenterTrunk()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a><b>CallCenterTrunk</b><pre>  public CallCenterTrunk()</pre><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="CallCenterTrunk(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="CallCenterTrunk"><b>CallCenterTrunk</b></a><pre>  public void CallCenterTrunk(<a href="java.lang.String.html#_top_">String</a> name)</pre><dl>  <dd> This constructor is the default constructor, which only takes thename to apply to this Trunk. The Trunk type is unknown.</dl><a name="CallCenterTrunk(java.lang.String, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="CallCenterTrunk"><b>CallCenterTrunk</b></a><pre>  public void CallCenterTrunk(<a href="java.lang.String.html#_top_">String</a> name,                              int type)</pre><dl>  <dd> This constructor takes the address to apply this trunkand the type of trunk.</dl><a name="getName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getName"><b>getName</b></a><pre>  public <a href="java.lang.String.html#_top_">String</a> getName()</pre><dl>  <dd> Returns the Trunk's name.<p>  <dl>    <dt> <b>Returns:</b>    <dd> The name of this trunk.  </dl></dl><a name="getType()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getType"><b>getType</b></a><pre>  public int getType()</pre><dl>  <dd> Returns the type of trunk, either unknown, incoming oroutgoing.<p>  <dl>    <dt> <b>Returns:</b>    <dd> The type of trunk.  </dl></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.callcenter.html">This Package</a>  <a href="java.telephony.callcenter.Agent.html#_top_">Previous</a>  <a href="Package-java.telephony.callcenter.html">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -