NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential

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

ExternalStatusException を使用しているパッケージ
com.docomo_um.module モジュール全般に関するクラスを定義します。 
com.docomo_um.module.location 位置情報に関するクラスを定義します。 
com.docomo_um.module.net 無線通信に関するクラスを定義します。 
 

com.docomo_um.module での ExternalStatusException の使用
 

ExternalStatusException をスローする com.docomo_um.module のメソッド
 void PINManager.changePIN1Code(java.lang.String currentCode, java.lang.String newCode)
          PIN1コードを変更します。
 int PINManager.getFullLockRemainCount()
          完全ロック状態(PINManager.STATUS_FULL_LOCK)となるまでに入力可能な残りの回数を取得します。
 java.lang.String ModuleInfo.getICCID()
          ICCID(Integrated Circuit Card ID)を取得します。
 int PINManager.getPIN1LockRemainCount()
          PIN1ロック状態(PINManager.STATUS_LOCK_PIN1)となるまでに入力可能な残り回数を取得します。
 PINManager ModuleManager.getPINManager()
          PIN管理クラスのインスタンスを生成します。
 int PINManager.getPINStatus()
          PIN状態を取得します。
 java.lang.String ModuleInfo.getTelephoneNumber()
          モジュールが利用する電話番号を取得します。
 void PINManager.setPIN1CodeEnable(boolean enabled, java.lang.String code)
          PIN1コードの有効/無効を指定します。
 void PINManager.unlockPIN1Code(java.lang.String unlockCode, java.lang.String newCode)
          PIN1のロックを解除します。
 void ModuleManager.updateSystem()
          システムアップデートを実行します。
 void PINManager.verifyPIN1Code(java.lang.String code)
          PIN1コードの照合を行います。
 

com.docomo_um.module.location での ExternalStatusException の使用
 

ExternalStatusException をスローする com.docomo_um.module.location のメソッド
 Location LocationProvider.getLocation()
           現在位置取得を行います。
 

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

ExternalStatusException をスローする com.docomo_um.module.net のメソッド
abstract  void MessageBox.delete(int messageNumber)
          メッセージ番号を指定して、メッセージボックスに保存されているメッセージを削除します。
 void ShortMessageBox.delete(int messageNumber)
           
abstract  void MessageBox.delete(java.lang.String type)
          メッセージ状態を指定して、メッセージボックスに保存されているメッセージを削除します。
 void ShortMessageBox.delete(java.lang.String type)
           
abstract  ShortMessage MessageBox.get(int messageNumber)
          メッセージ番号を指定して、メッセージボックスに保存されているメッセージを取得します。
 ShortMessage ShortMessageBox.get(int messageNumber)
           
abstract  java.util.List<ShortMessage> MessageBox.get(java.lang.String type)
          メッセージ状態を指定して、メッセージボックスに保存されているメッセージを取得します。
 java.util.List<ShortMessage> ShortMessageBox.get(java.lang.String type)
           
 int ShortMessageBox.getSavedMessageNumber(java.lang.String actionType)
          メッセージボックスに保存されているメッセージの数を取得します。
 java.lang.String ShortMessageBox.getStorage(java.lang.String actionType)
          SMSメッセージの保存領域設定を取得します。
 int ShortMessageBox.getTotalMessageNumber(java.lang.String actionType)
          メッセージボックスに保存可能なメッセージの総数を取得します。
 int ShortMessageBox.save(ShortMessage message)
          SMSメッセージを保存します。
 void PacketSession.send()
          発信します。
abstract  void Session.send()
          発信します。
 void VoiceSession.send()
          発信します。
 int ShortMessageBox.send(int messageNumber, boolean smssr, int vp)
          保存先のメッセージ番号を指定してSMSメッセージを送信します。
 int ShortMessageBox.send(ShortMessage shortMessage, boolean smssr, int vp)
          メッセージを指定してSMSメッセージを送信します。
 void USSDServiceManager.send(java.lang.String message)
          USSDを送信します。
 void VoiceController.setCallWaiting(boolean enable)
          キャッチホンサービスの有効/無効を設定します。
 void ShortMessageBox.setStorage(java.lang.String actionType, java.lang.String storageType)
          SMSメッセージの保存領域を設定します。
 


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