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
 void JDOImplHelper.addStateInterrogation(StateInterrogation si)
          Add a StateInterrogation to the list.
 java.lang.Object JDOImplHelper.StateInterrogationObjectReturn.get(java.lang.Object pc, StateInterrogation si)
          Return the associated instance.
 java.lang.Boolean JDOImplHelper.StateInterrogationBooleanReturn.is(java.lang.Object pc, StateInterrogation si)
          Interrogate the state of the instance
 void JDOImplHelper.removeStateInterrogation(StateInterrogation si)
          Remove a StateInterrogation from the list.
 



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