org.neodatis.odb.impl.core.layers.layer1.introspector
Class DefaultInstrumentationCallback

java.lang.Object
  extended by org.neodatis.odb.impl.core.layers.layer1.introspector.DefaultInstrumentationCallback
All Implemented Interfaces:
IIntrospectionCallback

public class DefaultInstrumentationCallback
extends java.lang.Object
implements IIntrospectionCallback

Author:
olivier

Constructor Summary
DefaultInstrumentationCallback()
           
 
Method Summary
 boolean objectFound(java.lang.Object object)
          Called when the introspector find a non native object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInstrumentationCallback

public DefaultInstrumentationCallback()
Method Detail

objectFound

public boolean objectFound(java.lang.Object object)
Description copied from interface: IIntrospectionCallback
Called when the introspector find a non native object.

Specified by:
objectFound in interface IIntrospectionCallback
Returns:
true to continue going recursively, false do not go deeper