//Artefact:JavaClass/com/sphenon/basics/debug/ObjectObservatory
Synopsis
public ObjectObservatory
extends Object
//Artefact:Constructor/com/sphenon/basics/debug/ObjectObservatory/ObjectObservatory
Synopsis
public ObjectObservatory ()
//Artefact:Attribute/com/sphenon/basics/debug/ObjectObservatory/specimens
Synopsis
public static java.util.Vector specimens
//Artefact:Attribute/com/sphenon/basics/debug/ObjectObservatory/last_specimen
Synopsis
public static com.sphenon.basics.debug.ObjectObservatory.Fixture last_specimen
//Artefact:Attribute/com/sphenon/basics/debug/ObjectObservatory/wait_enabled
Synopsis
public static boolean wait_enabled
//Artefact:Attribute/com/sphenon/basics/debug/ObjectObservatory/observatory_enabled
Synopsis
public static boolean observatory_enabled
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/addSpecimen
Synopsis
public static void addSpecimen (String id, Object object, String method_regexp)
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/getSpecimen
Synopsis
public static com.sphenon.basics.debug.ObjectObservatory.Fixture getSpecimen (String id)
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/listSpecimens
Synopsis
public static void listSpecimens ()
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/addSpecimen
Synopsis
public static synchronized void addSpecimen (String id, Object object, String method_regexp, boolean wait)
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/clear
Synopsis
public static synchronized void clear ()
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/checkInvocation
Synopsis
public static void checkInvocation (CallContext context, Object proxy, Object target, Method method, java.lang.Object[]
arguments)
//Artefact:Method/com/sphenon/basics/debug/ObjectObservatory/continueAllThreads
Synopsis
public static synchronized void continueAllThreads ()