public interface RemoteSequenceValueProducer
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nextDecimalValue() |
int |
nextIntValue() |
long |
nextLongValue() |
java.lang.String |
nextNumericalValue(int radix,
int minLength) |
boolean |
returnReservedValues() |
@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
java.lang.String nextDecimalValue()
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
int nextIntValue()
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
long nextLongValue()
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
java.lang.String nextNumericalValue(int radix,
int minLength)
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
boolean returnReservedValues()
throws com.amazon.carbonado.FetchException,
com.amazon.carbonado.PersistException
com.amazon.carbonado.FetchExceptioncom.amazon.carbonado.PersistExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.