NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential

クラス
com.docomo_um.module.CommunicationFailureException の使用

CommunicationFailureException を使用しているパッケージ
com.docomo_um.module.net 無線通信に関するクラスを定義します。 
com.docomo_um.module.net.ssl セキュアなパケット通信を行うためのクラスを定義します。 
 

com.docomo_um.module.net での CommunicationFailureException の使用
 

CommunicationFailureException をスローする com.docomo_um.module.net のメソッド
 void VoiceController.changeHoldStatus()
           保留呼を通話呼に変更します。
 void POPClient.deleteMail(int mailNumber)
           POPサーバからメールを削除します。
 void Session.disconnect()
          切断します。
 void VoiceSession.hold()
          通話呼を保留呼に設定します。
 void POPClient.login()
           POPサーバにログインします。
 void POPClient.logout()
           POPサーバからログアウトします。
 void PacketSession.receive()
          着信時に接続します。
abstract  void Session.receive()
          着信時に接続します。
 Mail POPClient.receiveHeader(int mailNumber)
           メールのヘッダを取得します。
 Mail POPClient.receiveMail(int mailNumber)
           POPサーバからメールを取得します。
 long POPClient.receiveMailSize(int mailNumber)
           POPサーバからメールのサイズ(byte)を取得します。
 int POPClient.receiveTotalMailNumbers()
          POPサーバにあるメールの総数を取得します。
 void VoiceExtensible.redirect()
          着信時に音声着信のセッションを転送先電話番号に転送します。
 void VoiceSession.redirect()
          着信時に音声着信のセッションを転送先電話番号に転送します。
 void PacketSession.send()
          発信します。
abstract  void Session.send()
          発信します。
 int ShortMessageBox.send(int messageNumber, boolean smssr, int vp)
          保存先のメッセージ番号を指定してSMSメッセージを送信します。
 int ShortMessageBox.send(ShortMessage shortMessage, boolean smssr, int vp)
          メッセージを指定してSMSメッセージを送信します。
 void VoiceExtensible.sendAnswering()
          着信時に音声着信のセッションを留守番電話サービスに転送します。
 void VoiceSession.sendAnswering()
          着信時に音声着信のセッションを留守番電話サービスに転送します。
 void VoiceExtensible.sendDTMF(java.lang.String message)
          DTMFを送信します。
 void VoiceSession.sendDTMF(java.lang.String message)
          DTMFを送信します。
 void SMTPClient.sendMail(Mail mail)
           メールを送信します。
 

com.docomo_um.module.net.ssl での CommunicationFailureException の使用
 

CommunicationFailureException をスローする com.docomo_um.module.net.ssl のメソッド
 SecureSocket SecureSocketFactory.createSocket(java.lang.String host, int port)
          SecureSocketオブジェクトを作成します。
 void SecureSocket.startHandshake()
          SSLハンドシェークを開始し、接続を確立します。
 


Copyright © 2013 NTT DOCOMO, INC. and Hitachi Kokusai Electric Inc. All Rights Reserved.