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

📄 java.telephony.callcenter.routeaddress.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.RouteAddress</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.CallCenterProvider.html#_top_">Previous</a>  <a href="java.telephony.callcenter.RouteCallback.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Interface java.telephony.callcenter.RouteAddress</h1><dl>  <dt> public interface <b>RouteAddress</b>  <dt> extends <a href="java.lang.Object.html#_top_">Object</a></dl>The RouteAddress interface augments the core Address class to addmethods to allow applications to register to route calls for aspecific Address. Such Addresses are typically logical PBX extension,so it is being modeled by an extended Address.<p>An application can register to route calls for all extensions, thisis supported by invoking registration methods on a RouteAddress createdwith a special valid Address, ALL_ROUTE_ADDRESS.<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="#ALL_ROUTE_ADDRESS"><b>ALL_ROUTE_ADDRESS</b></a>  <dd> When an application registers to route calls for a RouteAddresscreated with this special Address, the application is implyingthat it wants to route calls for all Addresses in the Provider'sdomain.</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="#cancelRouteCallback(java.telephony.callcenter.RouteCallback)"><b>cancelRouteCallback</b></a>(RouteCallback)  <dd> An application uses this method to cancel a previousregistration to route calls for this Address.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getActiveRouteSessions()"><b>getActiveRouteSessions</b></a>()  <dd> An application uses this method to get all RouteSessionsactive for this RouteAddress.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getRouteCallback()"><b>getRouteCallback</b></a>()  <dd> An application uses this method to get all registrationsto route calls for this Address.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#registerRouteCallback(java.telephony.callcenter.RouteCallback)"><b>registerRouteCallback</b></a>(RouteCallback)  <dd> An application uses this method to register to route callsfor this Address.</dl><a name="variables"></a><h2>  <img src="images/variables.gif" width=153 height=38 alt="Variables"></h2><a name="ALL_ROUTE_ADDRESS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>ALL_ROUTE_ADDRESS</b><pre>  public final static <a href="java.lang.String.html#_top_">String</a> ALL_ROUTE_ADDRESS</pre><dl>  <dd> When an application registers to route calls for a RouteAddresscreated with this special Address, the application is implyingthat it wants to route calls for all Addresses in the Provider'sdomain.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="registerRouteCallback(java.telephony.callcenter.RouteCallback)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="registerRouteCallback"><b>registerRouteCallback</b></a><pre>  public abstract void registerRouteCallback(<a href="java.telephony.callcenter.RouteCallback.html#_top_">RouteCallback</a> routeCallback) throws <a href="java.telephony.PlatformException.html#_top_">PlatformException</a></pre><dl>  <dd> An application uses this method to register to route callsfor this Address.The RouteCallback, passed in as a parameter, is called backwhen the provider wants the application to route a call.<p>A Provider may support multiple registrations. Once the limiton number of registrations is reached an exception will bethrown.</dl><a name="cancelRouteCallback(java.telephony.callcenter.RouteCallback)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="cancelRouteCallback"><b>cancelRouteCallback</b></a><pre>  public abstract void cancelRouteCallback(<a href="java.telephony.callcenter.RouteCallback.html#_top_">RouteCallback</a> routeCallback) throws <a href="java.telephony.PlatformException.html#_top_">PlatformException</a></pre><dl>  <dd> An application uses this method to cancel a previousregistration to route calls for this Address.</dl><a name="getRouteCallback()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getRouteCallback"><b>getRouteCallback</b></a><pre>  public abstract <a href="java.telephony.callcenter.RouteCallback.html#_top_">RouteCallback</a>[] getRouteCallback() throws <a href="java.telephony.PlatformException.html#_top_">PlatformException</a></pre><dl>  <dd> An application uses this method to get all registrationsto route calls for this Address.</dl><a name="getActiveRouteSessions()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getActiveRouteSessions"><b>getActiveRouteSessions</b></a><pre>  public abstract <a href="java.telephony.callcenter.RouteSession.html#_top_">RouteSession</a>[] getActiveRouteSessions() throws <a href="java.telephony.PlatformException.html#_top_">PlatformException</a></pre><dl>  <dd> An application uses this method to get all RouteSessionsactive for this RouteAddress.</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.CallCenterProvider.html#_top_">Previous</a>  <a href="java.telephony.callcenter.RouteCallback.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

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