org.modeshape.connector.store.jpa.model.basic
Class BasicRequestProcessor.NextChildIndexes

java.lang.Object
  extended by org.modeshape.connector.store.jpa.model.basic.BasicRequestProcessor.NextChildIndexes
Enclosing class:
BasicRequestProcessor

protected class BasicRequestProcessor.NextChildIndexes
extends Object


Field Summary
protected  int nextIndexInParent
           
protected  int nextSnsIndex
           
 
Constructor Summary
protected BasicRequestProcessor.NextChildIndexes(int nextIndexInParent, int nextSnsIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextIndexInParent

protected final int nextIndexInParent

nextSnsIndex

protected final int nextSnsIndex
Constructor Detail

BasicRequestProcessor.NextChildIndexes

protected BasicRequestProcessor.NextChildIndexes(int nextIndexInParent,
                                                 int nextSnsIndex)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.