© 2005 BEA Systems, Inc.

com.bea.p13n.util.jdbc
Interface Sequencer


public interface Sequencer

This file contains an interface for a unique number sequencer. A sequencer can be used to generate a sequence of unique numbers.

See Also:
SequencerFactory

Method Summary
 long getNext()
          Gets the next sequence number.
 

Method Detail

getNext

public long getNext()
             throws SQLException
Gets the next sequence number.

Throws:
SQLException - on error.
SQLException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved