oracle.jbo.common
Class InstrumentedEvent
java.lang.Object
oracle.jbo.common.InstrumentedEvent
- public class InstrumentedEvent
- extends java.lang.Object
This class provides the Business Components entry point for InstrumentedEvents
It is a wrapper and convenience class, so that the code needn't be concerned
with allocating Ids and event groupings.
- Since:
- BC4J 5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isActive
public static boolean isActive
isEnabled
public static boolean isEnabled(EventGroup eventType)
startEvent
public static int startEvent(EventGroup eventType)
startEvent
public static int startEvent(EventGroup eventType,
java.lang.String preMessage)
endEvent
public static void endEvent(int handle)
endEvent
public static void endEvent(int handle,
java.lang.String postMessage)
addComment
public static void addComment(int handle,
java.lang.String commentText)
Copyright © 1997, 2004, Oracle. All rights reserved.