<< Click to Display Table of Contents >>

Service


Constructor Detail

Service

public Service(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)

Parameters:

url:HTTP方式OZ ServerのURL

id:ユーザーID

pw:ユーザーのパスワード

bAutoLogin:自動ログインをするか否か

useUSL:USLを使用するか否か


Method Detail

garbageCollect

public void garbageCollect() throws OZCPException

別のメモリ解放プログラムを実行してJVM上で使用していないメモリを解放して再使用可能にするgarbage collectionを実行します。

ping

public boolean ping() throws OZCPException

サーバーが動作中であるか否かを確認します。

getHandlerCount

public int getHandlerCount() throws OZCPException

サーバーの同時実行数を確認します。