com.bankframe.services.impl.sequencegenerator
Interface SequenceGeneratorHome

All Superinterfaces:
EJBHome, Remote, SequenceGeneratorFinders

public interface SequenceGeneratorHome
extends EJBHome, SequenceGeneratorFinders

The SequenceGeneratorHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 SequenceGenerator create(String sequenceID, int sequenceNo)
           
 SequenceGenerator findByPrimaryKey(SequenceGeneratorPK primaryKey)
           
 
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

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.