org.apache.openjpa.jdbc.kernel
Class TableJDBCSeq.Status

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
All Implemented Interfaces:
Serializable
Enclosing class:
TableJDBCSeq

protected static class TableJDBCSeq.Status
extends Object
implements Serializable

Helper struct to hold status information.

See Also:
Serialized Form

Field Summary
 long max
           
 long seq
           
 
Constructor Summary
protected TableJDBCSeq.Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq

public long seq

max

public long max
Constructor Detail

TableJDBCSeq.Status

protected TableJDBCSeq.Status()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.