| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.SequencerFactory
SequencerFactory
@Deprecated public class SequencerFactory
This class implements the Singleton design pattern for obtaining database sequencers. A single instance of a Sequencer exists for a given sequence name.
| Constructor Summary | |
|---|---|
| SequencerFactory()Deprecated See BEA Commerce product offering | |
| Method Summary | |
|---|---|
| static Sequencer | createSequencer(String sequenceName)Deprecated See BEA Commerce product offering | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SequencerFactory()
| Method Detail | 
|---|
public static Sequencer createSequencer(String sequenceName)
sequenceName - database sequence name
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||