com.bankframe.ei.impl.txnhandler
Interface TransactionHandlerHome
- All Superinterfaces: 
 - javax.ejb.EJBHome, java.rmi.Remote
 
- public interface TransactionHandlerHome
- extends javax.ejb.EJBHome
  
This class is the home interface of the TransactionHandler bean
| 
Field Summary | 
static java.lang.String | 
JNDI_LOOKUP_NAME
 
          The name this EJB will be registered under JNDI. | 
 
 
| Methods inherited from interface javax.ejb.EJBHome | 
getEJBMetaData, getHomeHandle, remove, remove | 
 
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
 
 
create
public TransactionHandler create()
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException
- This method creates a TransactionHandler EJB instance
 
- Returns:
 - TransactionHandler an instance of the TransactionHandler
 - Throws:
 javax.ejb.CreateException
java.rmi.RemoteException
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.