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

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ管理 » Mobile Link サーバ API » Java による同期スクリプトの作成 » Java 用 Mobile Link サーバ API リファレンス

 

ServerContext インタフェース

構文
public ianywhere.ml.script.ServerContext
備考

Mobile Link サーバの継続期間中に存在する、すべてのコンテキストのインスタンス化。このコンテキストを静的なデータとして保持し、バックグラウンド・スレッドで使用できます。Mobile Link によって起動される Java 仮想マシンの継続期間中は有効です。

ServerContext インスタンスにアクセスするには、DBConnectionContext.getServerContext メソッドを使用します。

メンバ

ianywhere.ml.script.ServerContext のすべてのメンバ (継承されたメンバも含みます) を以下に示します。


addInfoListener メソッド
addErrorListener メソッド
addShutdownListener メソッド
addWarningListener メソッド
getProperties メソッド
getPropertiesByVersion メソッド
getPropertySetNames メソッド
getStartClassInstances メソッド
makeConnection メソッド
removeErrorListener メソッド
removeInfoListener メソッド
removeShutdownListener メソッド
removeWarningListener メソッド
shutdown メソッド