com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction
Interface ForwardTransactionHome

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

public interface ForwardTransactionHome
extends javax.ejb.EJBHome

The ForwardTransactionHome interface.


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

Field Detail

JNDI_LOOKUP_NAME

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

See Also:
Constant Field Values
Method Detail

create

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


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