Oracle Application Server DMS API Reference
10g Release 2 (10.1.2)

B14002-01

A C D E G H I L M N O P R S T U V


A

ALL - Static variable in class oracle.dms.instrument.DMSConsole
Constant for highest sensor weight.
abort(long) - Method in class oracle.dms.instrument.PhaseEvent
Aborts the measurement of a phase.
active - Static variable in class oracle.dms.instrument.Sensor
Constant for the active metric
all - Static variable in class oracle.dms.instrument.Sensor
Constant for all the applicable metrics.
average - Static variable in class oracle.dms.instrument.Sensor
Constant for the average metric

C

completed - Static variable in class oracle.dms.instrument.Sensor
Constant for the completed metric
count - Static variable in class oracle.dms.instrument.Sensor
Constant for the count metric
create(Noun, String, String) - Static method in class oracle.dms.instrument.Event
Creates a new Event
create(String, String) - Static method in class oracle.dms.instrument.Noun
Creates a new Noun given a pathname.
create(Noun, String, String) - Static method in class oracle.dms.instrument.Noun
Creates a new Noun given a Noun parent, and a basename for the new Noun (not a pathname)
create(Noun, String, String) - Static method in class oracle.dms.instrument.PhaseEvent
Creates a new PhaseEvent.
create(Noun, String, byte, String, String) - Static method in class oracle.dms.instrument.State
Creates an uninitialized State Sensor.
create(Noun, String, String, String, int) - Static method in class oracle.dms.instrument.State
Deprecated. As of Oracle AS 10.1.2, replaced by State.create(Noun, String, byte, String, String)
create(Noun, String, String, String, long) - Static method in class oracle.dms.instrument.State
Deprecated. As of Oracle AS 10.1.2, replaced by State.create(Noun, String, byte, String, String)
create(Noun, String, String, String, double) - Static method in class oracle.dms.instrument.State
Deprecated. As of Oracle AS 10.1.2, replaced by State.create(Noun, String, byte, String, String)
create(Noun, String, String, String, Object) - Static method in class oracle.dms.instrument.State
Deprecated. As of Oracle AS 10.1.2, replaced by State.create(Noun, String, byte, String, String)

D

DMSConsole - class oracle.dms.instrument.DMSConsole.
The Oracle Dynamic Monitoring Service (DMS) consists of a small set of simple Sensor classes that help Java programmers to measure important events and status values in their applications.
DMSConsole() - Constructor for class oracle.dms.instrument.DMSConsole
Constructs a new console.
DOUBLE - Static variable in class oracle.dms.instrument.State
Data type for State is the Java primitive double
deriveMetric(int) - Method in class oracle.dms.instrument.Event
Derives additional metrics.
deriveMetric(int) - Method in class oracle.dms.instrument.PhaseEvent
Instructs the PhaseEvent to derive additional metrics.
deriveMetric(int) - Method in class oracle.dms.instrument.Sensor
Instructs the Sensor to derive additional metrics.
deriveMetric(int) - Method in class oracle.dms.instrument.State
Derives additional metrics for the State.
destroy() - Method in class oracle.dms.instrument.Noun
Destroys the Noun and all of its descendants.
destroy() - Method in class oracle.dms.instrument.Sensor
Removes the Sensor from DMS and releases references to underlying resources.
dump(String, String, boolean) - Method in class oracle.dms.instrument.DMSConsole
Dumps metrics for all DMS metrics to file.
dump(PrintWriter, String) - Method in class oracle.dms.instrument.DMSConsole
Dumps metrics for all DMS metrics to PrintWriter.

E

Event - class oracle.dms.instrument.Event.
An Event Sensor is used to measure information about instantaneous, point events (events with negligible duration).
exclTime - Static variable in class oracle.dms.instrument.Sensor
Constant for the exclTime metric

G

get(String) - Static method in class oracle.dms.instrument.Noun
Returns a Noun given the Noun's pathname
get(String) - Static method in class oracle.dms.instrument.Sensor
Returns the Sensor corresponding to the supplied pathname, or null if no such node exists.
getDescription() - Method in class oracle.dms.instrument.Sensor
Returns a String containing a description of the Sensor.
getName() - Method in class oracle.dms.instrument.Sensor
Returns the name of the Sensor
getRoot() - Static method in class oracle.dms.instrument.Noun
Returns the root Noun for this JVM
getSensorWeight() - Static method in class oracle.dms.instrument.DMSConsole
Get the Sensor weight for this JVM.
getType() - Method in class oracle.dms.instrument.Noun
Returns the type of a Noun as a String.
getValue(int) - Method in class oracle.dms.instrument.Sensor
Returns the value for one of the Sensor's metrics
getValueType() - Method in class oracle.dms.instrument.State
Get the type of data maintained in this object.

H

HEAVY - Static variable in class oracle.dms.instrument.DMSConsole
Constant for above average sensor weight.

I

INTEGER - Static variable in class oracle.dms.instrument.State
Data type for State is the Java primitive int
increment(int) - Method in class oracle.dms.instrument.State
Adds to the value of the State.
increment(long) - Method in class oracle.dms.instrument.State
Adds to the value of the State.
increment(double) - Method in class oracle.dms.instrument.State
Adds to the value of the State.

L

LONG - Static variable in class oracle.dms.instrument.State
Data type for State is the Java primitive long

M

maxActive - Static variable in class oracle.dms.instrument.Sensor
Constant for the maxActive metric
maximum - Static variable in class oracle.dms.instrument.Sensor
Constant for the maximum metric
minimum - Static variable in class oracle.dms.instrument.Sensor
Constant for the minimum metric

N

NONE - Static variable in class oracle.dms.instrument.DMSConsole
Constant for the lowest sensor weight.
NORMAL - Static variable in class oracle.dms.instrument.DMSConsole
Constant for default sensor weight.
Noun - class oracle.dms.instrument.Noun.
Noun objects are used to organize the DMS name hierarchy.

O

OBJECT - Static variable in class oracle.dms.instrument.State
Data type for State is java.lang.Object
occurred() - Method in class oracle.dms.instrument.Event
Signals to DMS that the Event occurred
oracle.dms.instrument - package oracle.dms.instrument
 

P

PhaseEvent - class oracle.dms.instrument.PhaseEvent.
A PhaseEvent is used to measure important intervals, phases, or blocks of code.

R

reset() - Method in class oracle.dms.instrument.Sensor
Resets the Sensor's derived metrics back to initial values

S

Sensor - class oracle.dms.instrument.Sensor.
Sensor is an abstract class that represents the various types of Sensors that can be used for measuring performance.
Sensor() - Constructor for class oracle.dms.instrument.Sensor
 
State - class oracle.dms.instrument.State.
A State Sensor can be used to monitor pre-computed metric values.
setCopy(boolean) - Method in class oracle.dms.instrument.State
Set the State to store a String copy of the maintained object.
start() - Method in class oracle.dms.instrument.PhaseEvent
Signals the beginning of the phase.
start(long) - Method in class oracle.dms.instrument.PhaseEvent
Signals the beginning of the phase.
stop(long) - Method in class oracle.dms.instrument.PhaseEvent
Signals the end of the Phase.
stop(long, long) - Method in class oracle.dms.instrument.PhaseEvent
Signals the end of the phase.
stop2(long) - Method in class oracle.dms.instrument.PhaseEvent
Signals the end of the phase.
sum - Static variable in class oracle.dms.instrument.Sensor
Constant for the sum metric

T

time - Static variable in class oracle.dms.instrument.Sensor
Constant for the time metric

U

UNKNOWN_TYPE - Static variable in class oracle.dms.instrument.Noun
The default Noun type.
update(int) - Method in class oracle.dms.instrument.State
Updates the value of the State.
update(long) - Method in class oracle.dms.instrument.State
Updates the value of the State.
update(double) - Method in class oracle.dms.instrument.State
Updates the value of the State.
update(Object) - Method in class oracle.dms.instrument.State
Updates the value of the State.

V

value - Static variable in class oracle.dms.instrument.Sensor
Constant for the value metric

A C D E G H I L M N O P R S T U V

Oracle Application Server DMS API Reference
10g Release 2 (10.1.2)

B14002-01


Copyright © 2004 Oracle. All Rights Reserved.