?? java.telephony.callcontrol.capabilities.callcontroladdresscapabilities.html
字號:
<!--NewPage--><html><head><!-- Generated by javadoc on Fri Feb 07 16:42:30 PST 1997 --><a name="_top_"></a><title> Interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities</title></head><body><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.telephony.callcontrol.capabilities.html">This Package</a> <a href="Package-java.telephony.callcontrol.capabilities.html">Previous</a> <a href="java.telephony.callcontrol.capabilities.CallControlCallCapabilities.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre><hr><h1> Interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities</h1><dl> <dt> public interface <b>CallControlAddressCapabilities</b> <dt> extends <a href="java.lang.Object.html#_top_">Object</a> <dt> extends <a href="java.telephony.capabilities.AddressCapabilities.html#_top_">AddressCapabilities</a></dl>The CallControlAddressCapabilities interface extends the AddressCapabilitiesinterface. This interface provides methods to reflect the capabilitiesof the CallControlAddress interface methods. Applications query the objectreturned from the getAddressCapabilities() methods to see whether itimplements this interface for both the static and dynamic capabilities forthe CallControlAddress object.<p><dl> <dt> <b>See Also:</b> <dd> <a href="java.telephony.capabilities.AddressCapabilities.html#_top_">AddressCapabilities</a></dl><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="#canCancelForwarding()"><b>canCancelForwarding</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.cancelForwarding() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canGetDoNotDisturb()"><b>canGetDoNotDisturb</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.getDoNotDisturb() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canGetForwarding()"><b>canGetForwarding</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.getForwarding() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canGetMessageWaiting()"><b>canGetMessageWaiting</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.getMessageWaiting() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canSetDoNotDisturb()"><b>canSetDoNotDisturb</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.setDoNotDisturb() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canSetForwarding()"><b>canSetForwarding</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.setForwarding() method. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canSetMessageWaiting()"><b>canSetMessageWaiting</b></a>() <dd> Returns true if the application can invoke theCallControlAddress.setMessageWaiting() method.</dl><a name="methods"></a><h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="canSetForwarding()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canSetForwarding"><b>canSetForwarding</b></a><pre> public abstract boolean canSetForwarding()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.setForwarding() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.setForwarding() method, false otherwise. </dl></dl><a name="canGetForwarding()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canGetForwarding"><b>canGetForwarding</b></a><pre> public abstract boolean canGetForwarding()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.getForwarding() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.getForwarding() method, false otherwise. </dl></dl><a name="canCancelForwarding()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canCancelForwarding"><b>canCancelForwarding</b></a><pre> public abstract boolean canCancelForwarding()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.cancelForwarding() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.cancelForwarding() method, false otherwise. </dl></dl><a name="canGetDoNotDisturb()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canGetDoNotDisturb"><b>canGetDoNotDisturb</b></a><pre> public abstract boolean canGetDoNotDisturb()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.getDoNotDisturb() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.getDoNotDisturb() method, false otherwise. </dl></dl><a name="canSetDoNotDisturb()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canSetDoNotDisturb"><b>canSetDoNotDisturb</b></a><pre> public abstract boolean canSetDoNotDisturb()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.setDoNotDisturb() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.setDoNotDisturb() method, false otherwise. </dl></dl><a name="canGetMessageWaiting()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canGetMessageWaiting"><b>canGetMessageWaiting</b></a><pre> public abstract boolean canGetMessageWaiting()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.getMessageWaiting() method. Returns false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.getMessageWaiting() method, false otherwise. </dl></dl><a name="canSetMessageWaiting()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canSetMessageWaiting"><b>canSetMessageWaiting</b></a><pre> public abstract boolean canSetMessageWaiting()</pre><dl> <dd> Returns true if the application can invoke theCallControlAddress.setMessageWaiting() method. Returns falseotherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke theCallControlAddress.setMessageWaiting() method, false otherwise. </dl></dl><hr><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.telephony.callcontrol.capabilities.html">This Package</a> <a href="Package-java.telephony.callcontrol.capabilities.html">Previous</a> <a href="java.telephony.callcontrol.capabilities.CallControlCallCapabilities.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -