org.jasig.cas.util
Interface LongNumericGenerator

All Superinterfaces:
NumericGenerator
All Known Implementing Classes:
DefaultLongNumericGenerator

public interface LongNumericGenerator
extends NumericGenerator

Interface to guaranteed to return a long.

Since:
3.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
 long getNextLong()
          Get the next long in the sequence.
 
Methods inherited from interface org.jasig.cas.util.NumericGenerator
getNextNumberAsString, maxLength, minLength
 

Method Detail

getNextLong

long getNextLong()
Get the next long in the sequence.

Returns:
the next long in the sequence.


Copyright © 2004-2013 Jasig. All Rights Reserved.