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

📄 java.telephony.callcenter.events.routeevent.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>  Interface java.telephony.callcenter.events.RouteEvent</title></head><body><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.callcenter.events.html">This Package</a>  <a href="java.telephony.callcenter.events.RouteEndEvent.html#_top_">Previous</a>  <a href="java.telephony.callcenter.events.RouteSessionEvent.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Interface java.telephony.callcenter.events.RouteEvent</h1><dl>  <dt> public interface <b>RouteEvent</b>  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>  <dt> extends <a href="java.telephony.callcenter.events.RouteSessionEvent.html#_top_">RouteSessionEvent</a></dl>The RouteEvent interface encapsulates a routing event.<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="#SELECT_ACD"><b>SELECT_ACD</b></a>  <dd> Select a route to an ACDAddress.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#SELECT_EMERGENCY"><b>SELECT_EMERGENCY</b></a>  <dd> Select an emergency route.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#SELECT_LEAST_COST"><b>SELECT_LEAST_COST</b></a>  <dd> Select a least cost route.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#SELECT_NORMAL"><b>SELECT_NORMAL</b></a>  <dd> Select a normal route.  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#SELECT_USER_DEFINED"><b>SELECT_USER_DEFINED</b></a>  <dd> Select a user defined route.</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="#getCallingAddress()"><b>getCallingAddress</b></a>()  <dd> This returns the calling Address.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getCallingTerminal()"><b>getCallingTerminal</b></a>()  <dd> This returns the calling Terminal.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getCurrentRouteAddress()"><b>getCurrentRouteAddress</b></a>()  <dd> This returns the originally requested destination forthe call.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getRouteSelectAlgorithm()"><b>getRouteSelectAlgorithm</b></a>()  <dd> This returns the route select algorithm being used.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getSetupInformation()"><b>getSetupInformation</b></a>()  <dd> This returns the ISDN call setup message when available.</dl><a name="variables"></a><h2>  <img src="images/variables.gif" width=153 height=38 alt="Variables"></h2><a name="SELECT_NORMAL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>SELECT_NORMAL</b><pre>  public final static int SELECT_NORMAL</pre><dl>  <dd> Select a normal route.</dl><a name="SELECT_LEAST_COST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>SELECT_LEAST_COST</b><pre>  public final static int SELECT_LEAST_COST</pre><dl>  <dd> Select a least cost route.</dl><a name="SELECT_EMERGENCY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>SELECT_EMERGENCY</b><pre>  public final static int SELECT_EMERGENCY</pre><dl>  <dd> Select an emergency route.</dl><a name="SELECT_ACD"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>SELECT_ACD</b><pre>  public final static int SELECT_ACD</pre><dl>  <dd> Select a route to an ACDAddress.</dl><a name="SELECT_USER_DEFINED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>SELECT_USER_DEFINED</b><pre>  public final static int SELECT_USER_DEFINED</pre><dl>  <dd> Select a user defined route.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="getCurrentRouteAddress()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCurrentRouteAddress"><b>getCurrentRouteAddress</b></a><pre>  public abstract <a href="java.telephony.callcenter.RouteAddress.html#_top_">RouteAddress</a> getCurrentRouteAddress()</pre><dl>  <dd> This returns the originally requested destination forthe call.</dl><a name="getCallingAddress()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCallingAddress"><b>getCallingAddress</b></a><pre>  public abstract <a href="java.telephony.Address.html#_top_">Address</a> getCallingAddress()</pre><dl>  <dd> This returns the calling Address.</dl><a name="getCallingTerminal()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCallingTerminal"><b>getCallingTerminal</b></a><pre>  public abstract <a href="java.telephony.Terminal.html#_top_">Terminal</a> getCallingTerminal()</pre><dl>  <dd> This returns the calling Terminal.</dl><a name="getRouteSelectAlgorithm()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getRouteSelectAlgorithm"><b>getRouteSelectAlgorithm</b></a><pre>  public abstract int getRouteSelectAlgorithm()</pre><dl>  <dd> This returns the route select algorithm being used.</dl><a name="getSetupInformation()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getSetupInformation"><b>getSetupInformation</b></a><pre>  public abstract <a href="java.lang.String.html#_top_">String</a> getSetupInformation()</pre><dl>  <dd> This returns the ISDN call setup message when available.</dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.callcenter.events.html">This Package</a>  <a href="java.telephony.callcenter.events.RouteEndEvent.html#_top_">Previous</a>  <a href="java.telephony.callcenter.events.RouteSessionEvent.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

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