| sb.OpHome
OpHome | public interface OpHome extends EJBHome(Code) | | Home interface for the bean Op
author: JOnAS team |
Method Summary | |
Op | create(String user) Create an instance of the Op bean.
Parameters: user - the user name. |
create | Op 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. |
|
|