可変情報
%s1:EJBアプリケーション名
意味
Session Beanでは以下のメソッドは使用できません。
getPrimaryKey()
remove(PrimaryKey pk)
getHomeHandle()
システムの処理
getPrimaryKey()を使用した場合
RemoteExceptionをthrowします。
remove(PrimaryKey pk) を使用した場合
RemoveExceptionをthrowします。
getHomeHandle() を使用した場合
RemoteExceptionをthrowします。
ユーザの対処
Session Beanでは、以下のメソッドを使用しないでください。
getPrimaryKey()
remove(PrimaryKey pk)
getHomeHandle()