com.bankframe.services.impl.sequencegenerator
Interface SequenceGeneratorHome
- All Superinterfaces: 
- EJBHome, Remote, SequenceGeneratorFinders
- public interface SequenceGeneratorHome 
- extends EJBHome, SequenceGeneratorFinders
The SequenceGeneratorHome interface.
 
 
 
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- The name this EJB will be registered under JNDI.
 
- See Also:
- Constant Field Values
 
create
SequenceGenerator create(String sequenceID,
                         int sequenceNo)
                         throws RemoteException,
                                CreateException
- 
 
- 
- Throws:
- RemoteException
- CreateException
 
findByPrimaryKey
SequenceGenerator findByPrimaryKey(SequenceGeneratorPK primaryKey)
                                   throws FinderException,
                                          RemoteException
- 
 
- 
- Throws:
- FinderException
- RemoteException
 
Copyright © 2005, 2007, Oracle. All rights reserved.