com.amazon.carbonado.sequence
Interface SequenceCapability

All Superinterfaces:
Capability
All Known Implementing Classes:
AbstractRepository

public interface SequenceCapability
extends Capability

Capability to use sequences.

Since:
1.2
Author:
bcastill

Method Summary
 SequenceValueProducer getSequenceValueProducer(String name)
          Retrieve and/or generate a SequenceValueProducer for the given name.
 

Method Detail

getSequenceValueProducer

SequenceValueProducer getSequenceValueProducer(String name)
                                               throws RepositoryException
Retrieve and/or generate a SequenceValueProducer for the given name.

Parameters:
name - sequence name
Throws:
RepositoryException


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.