📄 java.telephony.callcenter.callcenteraddress.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.CallCenterAddress</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.AgentTerminalObserver.html#_top_">Previous</a> <a href="java.telephony.callcenter.CallCenterCall.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre><hr><h1> Interface java.telephony.callcenter.CallCenterAddress</h1><dl> <dt> public interface <b>CallCenterAddress</b> <dt> extends <a href="java.lang.Object.html#_top_">Object</a> <dt> extends <a href="java.telephony.Address.html#_top_">Address</a></dl>The CallCenterAddress interface models call center addresses likeACD groups and ACD Managers.<p>ACDAddress which models an ACD group, extends the CallcenterAddress.<br>ACDMangerAddress which models an ACD Manager, extends the CallcenterAddress.<p>This interface augments the core Address class to add a CallObserver.The CallObserver reports all Call-related state changes as events aswell as all types of connection-related state changes as events for thoseConnections and TerminalConnections associated with the Call.The Call object will report events to this CallObserver objectonly after the Call has involved Address. Once the Call has involvedthis Address, the events will be reported on the CallObserver.<hr><a name="index"></a><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="#addCallObserver(java.telephony.CallObserver, boolean)"><b>addCallObserver</b></a>(CallObserver, boolean) <dd> Adds a call observer to this CallCenterAddress.</dl><a name="methods"></a><h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="addCallObserver(java.telephony.CallObserver, boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="addCallObserver"><b>addCallObserver</b></a><pre> public abstract void addCallObserver(<a href="java.telephony.CallObserver.html#_top_">CallObserver</a> observer, boolean remain) throws <a href="java.telephony.ResourceUnavailableException.html#_top_">ResourceUnavailableException</a>, <a href="java.telephony.PlatformException.html#_top_">PlatformException</a></pre><dl> <dd> Adds a call observer to this CallCenterAddress. This differs from the<EM>Address.addCallObserver()</EM> method in that is takes a booleanargument. If true, the CallObserver will remain on the Call objectfor the lifetime of the Call. If false, the CallObserver will remain onthe Call object only during the time when this Address is part of thetelephone Call. Therefore, addCallObserver(false) in equivalent to thatmethod found in the core package.<p>If an instance of the CallObserver has already been added to an Address,repeated attempts to add the same CallObserver will silently fail. Thatis, multiple instances of the same observer will not be added nor willan exception be thrown.<p>There are no pre-conditions for this method.<p>The post-condition predicates for this method are:<OL><LI>observer is an element of address.getCallObservers()</OL><p> <dl> <dt> <b>Parameters:</b> <dd> observer - The call observer being added. <dd> remain - If true, the observer remains on the Call for the lifetimeof the Call. If false, the observer remains on the Call so long as thisAddress is part of the Call. <dt> <b>Throws:</b> <a href="java.telephony.ResourceUnavailableException.html#_top_">ResourceUnavailableException</a> <dd> The resource limit for thenumbers of observers has been exceeded. <dt> <b>Throws:</b> <a href="java.telephony.PlatformException.html#_top_">PlatformException</a> <dd> A platform-specific exception occurred. </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.AgentTerminalObserver.html#_top_">Previous</a> <a href="java.telephony.callcenter.CallCenterCall.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -