Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.common
Class InstrumentedEvent

java.lang.Object
  extended by 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
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
equals, 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 Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.