com.bankframe.services.impl.sequencegenerator
Class SequenceGeneratorCMPBean
java.lang.Object
   com.bankframe.services.sequencegenerator.SequenceGeneratorBean
com.bankframe.services.sequencegenerator.SequenceGeneratorBean
       com.bankframe.services.impl.sequencegenerator.SequenceGeneratorBean
com.bankframe.services.impl.sequencegenerator.SequenceGeneratorBean
           com.bankframe.services.impl.sequencegenerator.SequenceGeneratorCMPBean
com.bankframe.services.impl.sequencegenerator.SequenceGeneratorCMPBean
- All Implemented Interfaces: 
- SequenceGenerator, Serializable, EnterpriseBean, EntityBean
- public class SequenceGeneratorCMPBean 
- extends SequenceGeneratorBean- implements EntityBean
The SequenceGeneratorCMPBean class.
- See Also:
- Serialized Form
 
 
 
 
 
 
 
SequenceGeneratorCMPBean
public SequenceGeneratorCMPBean()
- SequenceGeneratorCMPBean constructor comment.
 
ejbActivate
public void ejbActivate()
- 
- Specified by:
- ejbActivatein interface- EntityBean
 
- 
 
ejbLoad
public void ejbLoad()
- 
- Specified by:
- ejbLoadin interface- EntityBean
 
- 
 
ejbPassivate
public void ejbPassivate()
- 
- Specified by:
- ejbPassivatein interface- EntityBean
 
- 
 
ejbRemove
public void ejbRemove()
- 
- Specified by:
- ejbRemovein interface- EntityBean
 
- 
 
ejbStore
public void ejbStore()
- 
- Specified by:
- ejbStorein interface- EntityBean
 
- 
 
setEntityContext
public void setEntityContext(EntityContext ctx)
- 
- Specified by:
- setEntityContextin interface- EntityBean
 
- 
 
unsetEntityContext
public void unsetEntityContext()
- 
- Specified by:
- unsetEntityContextin interface- EntityBean
 
- 
 
amend
public void amend(int sequenceNo)
- Description copied from class: SequenceGeneratorBean
- This method amends the attributes of the Customer entity.
 
- 
- Specified by:
- amendin interface- SequenceGenerator
- Overrides:
- amendin class- SequenceGeneratorBean
 
- 
 
ejbCreate
public SequenceGeneratorPK ejbCreate(String sequenceID,
                                     int sequenceNo)
                              throws CreateException
- 
 
- 
- Throws:
- CreateException
 
ejbPostCreate
public void ejbPostCreate(String sequenceID,
                          int sequenceNo)
                   throws CreateException
- 
 
- 
- Throws:
- CreateException
 
increment
public void increment()
- 
 
- 
 
Copyright © 2005, 2007, Oracle. All rights reserved.