com.bankframe.services.sequencegenerator
Interface SequenceGenerator

All Known Subinterfaces:
SequenceGenerator
All Known Implementing Classes:
SequenceGeneratorBean

public interface SequenceGenerator

The Sequence interface.


Method Summary
 void amend(int sequenceNo)
           
 java.lang.String getSequenceID()
           
 int getSequenceNo()
           
 

Method Detail

amend

public void amend(int sequenceNo)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSequenceID

public java.lang.String getSequenceID()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSequenceNo

public int getSequenceNo()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.