ejb.authenticating
Interface AuthenticateHome

All Superinterfaces:
EJBHome, Remote

public interface AuthenticateHome
extends EJBHome

This is the home interface for the Authenticate stateless session bean. For information about the Authenticate component, its behavior and exception handling, please see Authenticate.

Version:
1.0
Author:
Team Two: Matthew Bass, Vijay Sai, Manik Bhojwani, Paulo Merson
See Also:
Search

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

Method Detail

create

public Authenticate create()
                    throws CreateException,
                           RemoteException


Copyright © 2003 Team Two.