| org.objectweb.jonas.jtests.beans.sequence.SequenceSes
SequenceSes | public interface SequenceSes extends EJBObject(Code) | | This is the interface of the SequenceSessionBean, which is
a key cache for the SequenceEC2 entity bean.
|
Method Summary | |
public int | nextKey(String id) nextKey: provides the next unique key from a sequence id. |
nextKey | public int nextKey(String id) throws RemoteException, 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: RemoteException - - system or network error occurred exception: FinderException - - the sequence id is invalid |
|
|