|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
Title: Description: Copyright: Copyright (c) 2003 Company:
Constructor Summary | |
SequencerManagerBean()
|
Method Summary | |
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
long |
nextValue(java.lang.String key)
For the key given by argument, get the next value. |
long |
nextValue(java.lang.String key,
long base)
Get the next value for the key given by argument. |
void |
setSessionContext(javax.ejb.SessionContext sessionContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequencerManagerBean()
Method Detail |
public void ejbCreate() throws javax.ejb.CreateException
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void setSessionContext(javax.ejb.SessionContext sessionContext)
setSessionContext
in interface javax.ejb.SessionBean
public long nextValue(java.lang.String key) throws java.rmi.RemoteException
key
- unique identification of the id to be givejava.rmi.RemoteException
- public long nextValue(java.lang.String key, long base) throws java.rmi.RemoteException
key
- base
- java.rmi.RemoteException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |