com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations
Interface ForwardOperationsHome

All Superinterfaces:
EJBHome, Remote

public interface ForwardOperationsHome
extends EJBHome

The ForwardOperationsHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 ForwardOperations create()
          This method creates a new ForwardOperations Session instance.
 
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

ForwardOperations create()
                         throws CreateException,
                                RemoteException
This method creates a new ForwardOperations Session instance.

Throws:
CreateException
RemoteException


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