Business Components

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

Field Summary
TypeField
static boolean isActive
           
 
Method Summary
TypeMethod
static void addComment(int handle, java.lang.String commentText)
           
static void endEvent(int handle)
           
static void endEvent(int handle, java.lang.String postMessage)
           
static boolean isEnabled(EventGroup eventType)
           
static int startEvent(EventGroup eventType)
           
static int startEvent(EventGroup eventType, java.lang.String preMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isActive

public static boolean isActive
Method Detail

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)

Business Components