Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » DatabaseManager クラス

 

createSISHTTPListener 関数 (J2ME BlackBerry のみ)

サーバ起動同期用の HTTP SISListener を作成します。

構文
SISListener DatabaseManager.createSISHTTPListener(
 SISRequestHandler handler, int port
 String httpOptions
)
パラメータ
  • handler   SIS 要求を処理するために指定された SISRequestHandler。

  • port   サーバ・メッセージを受信する HTTP ポート。

  • httpOptions   サーバに接続するための HTTP オプション。

備考

推奨されるポート設定は 4400 です。

BlackBerry シミュレータに推奨される HTTP オプションは "deviceside=false" です。

参照
戻り値

サーバ起動同期の SISListener。