| org.objectweb.earsample.beans.secusb.OpLocalHome
OpLocalHome | public interface OpLocalHome extends EJBLocalHome(Code) | | Local home interface for the bean Op
author: JOnAS team |
Method Summary | |
OpLocal | create(String user) Create an instance of the Op bean.
Parameters: user - the user name. |
create | OpLocal create(String user) throws CreateException(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. |
|
|