Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common
Class InstrumentedEvent

java.lang.Object
  extended byoracle.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
static boolean isActive

Method Summary
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)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.