com.opensymphony.module.sequence
Interface SequenceLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SequenceLocal
extends javax.ejb.EJBLocalObject

Local interface for Sequence.

Version:
$Revision: 1.1.1.1 $
Author:
Joe Walnes, Hani Suleiman

Method Summary
 long getCount(int increment)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getCount

public long getCount(int increment)

See www.opensymphony.com for more information.