com.bankframe.services.impl.audit
Interface AuditHome

All Superinterfaces:
EJBHome, Remote

public interface AuditHome
extends EJBHome

The AuditHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 Audit create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
The name this EJB will be registered under JNDI.

See Also:
Constant Field Values
Method Detail

create

Audit create()
             throws CreateException,
                    RemoteException
Throws:
CreateException
RemoteException


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