com.bankframe.services.sequencegenerator
Interface SequenceGenerator

All Known Subinterfaces:
SequenceGenerator
All Known Implementing Classes:
SequenceGeneratorBean, SequenceGeneratorBean, SequenceGeneratorCMPBean

public interface SequenceGenerator

The Sequence interface.


Method Summary
 void amend(int sequenceNo)
           
 String getSequenceID()
           
 int getSequenceNo()
           
 

Method Detail

amend

void amend(int sequenceNo)
           throws RemoteException
Throws:
RemoteException

getSequenceID

String getSequenceID()
                     throws RemoteException
Throws:
RemoteException

getSequenceNo

int getSequenceNo()
                  throws RemoteException
Throws:
RemoteException


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