JDO Method
in javax.jdo.spi.JDOImplHelper

boolean nonBinaryCompatibleIs(
  Object pc, 
  JDOImplHelper.StateInterrogationBooleanReturn sibr
)


Determine the state of a non-binary-compatible instance. Delegate to all registered StateInterrogation instances until one of them handles the call (returns a non-null Boolean with the answer). The caller provides the stateless "method object" that does the actual call to the StateInterrogation instance.
Parameters:
pc - the instance to be checked
sibr - the method object that delegates to the non-binary-compatible implementation
Return:
Boolean.TRUE if the instance satisfies the state interrogation; Boolean.FALSE if the instance does not satisfy the interrogation; or null if the implementation does not manage the class of the instance
Since:
JDO 1.0