|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UniqueIdGeneratorPK | |
| com.opmath.test.j2ee.uid | An entity EJB that generates unique IDs. |
| Uses of UniqueIdGeneratorPK in com.opmath.test.j2ee.uid |
| Methods in com.opmath.test.j2ee.uid that return UniqueIdGeneratorPK | |
UniqueIdGeneratorPK |
UniqueIdGenerator.getKey()
Returns the primary key for this UniqueIdGenerator EJB. |
abstract UniqueIdGeneratorPK |
UniqueIdGeneratorBean.getKey()
Returns the primary key for this UniqueIdGenerator EJB. |
UniqueIdGeneratorPK |
UniqueIdGeneratorBean.ejbCreate(UniqueIdGeneratorPK key)
Creates a new UniqueIdGenerator EJB instance. |
| Methods in com.opmath.test.j2ee.uid with parameters of type UniqueIdGeneratorPK | |
abstract void |
UniqueIdGeneratorBean.setKey(UniqueIdGeneratorPK key)
Sets the primary key for this UniqueIdGenerator EJB to the given UniqueIdGeneratorPK object. |
UniqueIdGeneratorPK |
UniqueIdGeneratorBean.ejbCreate(UniqueIdGeneratorPK key)
Creates a new UniqueIdGenerator EJB instance. |
void |
UniqueIdGeneratorBean.ejbPostCreate(UniqueIdGeneratorPK key)
Executed after the create operation has completed. |
UniqueIdGenerator |
UniqueIdGeneratorHome.create(UniqueIdGeneratorPK key)
Requests that a new UniqueIdGenerator EJB is created with the given unqiue key. |
UniqueIdGenerator |
UniqueIdGeneratorHome.findByPrimaryKey(UniqueIdGeneratorPK key)
Finds the UniqueIdGenerator EJB with the given unqiue key. |
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||