javax.jdo.spi
Interface JDOImplHelper.StateInterrogationObjectReturn

Enclosing class:
JDOImplHelper

public static interface JDOImplHelper.StateInterrogationObjectReturn

This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable. It is used for the methods that return an Object value.


Method Summary
 Object get(Object pc, StateInterrogation si)
          Return the associated instance.
 

Method Detail

get

Object get(Object pc,
           StateInterrogation si)
Return the associated instance.

Parameters:
pc - the instance
si - the method object
Returns:
the associated object or null


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