Uses of Interface
javax.jdo.spi.StateInterrogation

Packages that use StateInterrogation
javax.jdo.spi This package contains the interfaces and classes used by JDO implementations. 
 

Uses of StateInterrogation in javax.jdo.spi
 

Methods in javax.jdo.spi with parameters of type StateInterrogation
 java.lang.Boolean JDOImplHelper.StateInterrogationBooleanReturn.is(java.lang.Object pc, StateInterrogation si)
           
 java.lang.Object JDOImplHelper.StateInterrogationObjectReturn.get(java.lang.Object pc, StateInterrogation si)
           
 void JDOImplHelper.addStateInterrogation(StateInterrogation si)
          Add a StateInterrogation to the list.
 void JDOImplHelper.removeStateInterrogation(StateInterrogation si)
          Remove a StateInterrogation from the list.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.