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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
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-2010 Java Architectures Special Interest Group. All Rights Reserved.