| jaasclient.beans.secusb.JAASOpHome
JAASOpHome | public interface JAASOpHome extends EJBHome(Code) | | Home interface for the bean JAASOp
author: JOnAS team |
Method Summary | |
JAASOp | create(String user) Create an instance of the Op bean.
Parameters: user - the user name. |
create | JAASOp create(String user) throws CreateException, RemoteException(Code) | | Create an instance of the Op bean.
Parameters: user - the user name. the Remote interface of the bean Op. throws: CreateException - if the creation failed. throws: RemoteException - if the RMI call failed. |
|
|