| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.sequence.SequenceSesSL
SequenceSesSL | public class SequenceSesSL implements SessionBean(Code) | | The SequenceSessionBean is a wrapper for the Sequence and Sequenceline entity beans.
The session bean is what is accessed by the SequenceEntry application. This
bean also implements the getCustStatus method to retrieve all common
belonging to a particular customer.
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
nextKey | public int nextKey(String id) throws FinderException(Code) | | nextKey: provides the next unique key from a sequence id.
keys are not guaranteed to be issued in order and without gaps.
The only guarantee is that the key is unique in this sequence id.
Parameters: id - - Id of the sequence - an available integer key exception: FinderException - - the sequence id is invalid |
setSessionContext | public void setSessionContext(SessionContext sessionContext)(Code) | | |
|
|
|