インタフェース
com.JRcServer.JRcSession の使用

JRcSession を使用しているパッケージ
com.JRcServer JRcServer-APIパッケージ. 
com.JRcServer.server JRcServer-API Serverパッケージ. 
 

com.JRcServer での JRcSession の使用
 

JRcSession を返す com.JRcServer のメソッド
 JRcSession JRcRequest.getSession()
          セッション情報を取得.
 

com.JRcServer.server での JRcSession の使用
 

JRcSession を返す com.JRcServer.server のメソッド
 JRcSession JRcSessionManager.createSession(java.lang.String applicationName)
          新しいセッションオブジェクトを取得.
 JRcSession JRcSessionManager.getSession(java.lang.String applicationName, long sessionID)
          セッションオブジェクトを取得.
 

JRcSession 型のパラメータを持つ com.JRcServer.server のメソッド
 void JRcSessionManager.removeSession(JRcSession session)
          セッションオブジェクトを削除.