com.bankframe.services.accesscontrol.administration.user
Interface UserAdministrationHome
- All Superinterfaces: 
 - javax.ejb.EJBHome, java.rmi.Remote
 
- public interface UserAdministrationHome
- extends javax.ejb.EJBHome
  
This class is the home interface of the UserAdministration bean. It defines
 its create method.
- Author:
 
  - Rob O'Neill
 
 
| Methods inherited from interface javax.ejb.EJBHome | 
getEJBMetaData, getHomeHandle, remove, remove | 
 
create
public UserAdministration create()
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException
- This method gets a refererence to the 
UserAdministration bean
 
- Throws:
 javax.ejb.CreateException
java.rmi.RemoteException
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.