com.bankframe.services.accesscontrol.administration.group
Interface GroupAdministrationHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface GroupAdministrationHome
extends javax.ejb.EJBHome

This interface is the home interface of the GroupAdministration bean that defines its create method.


Method Summary
 GroupAdministration create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public GroupAdministration create()
                           throws javax.ejb.CreateException,
                                  java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.