| java.lang.Object com.tc.object.bytecode.hook.impl.Util
Util | public class Util (Code) | | Helper utility methods
|
exit | public static void exit()(Code) | | System.exit() without an exception
|
exit | public static void exit(Throwable t)(Code) | | Dump an exception and System.exit().
Parameters: t - Exception |
fixTCObjectReferenceOfClonedObject | public static Object fixTCObjectReferenceOfClonedObject(Object original, Object clone)(Code) | | This method nulls the TCObject reference in the cloned object if the clone() method had done a shallow copy. This
is called from the instrumented code.
Parameters: original - Original object Parameters: clone - Clone of original Clone, modified |
|
|