Oracle Application Server 10g DMS API Reference
10g (9.0.4)

B12020-01
A C D E G H M N O P R S T U V

A

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.
ALL - Static variable in class oracle.dms.instrument.DMSConsole
Constant for highest sensor weight.
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.PhaseEvent
Creates a new PhaseEvent
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.Event
Creates a new Event
create(Noun, String, String, String, double) - Static method in class oracle.dms.instrument.State
Creates a new State Sensor
create(Noun, String, String, String, int) - Static method in class oracle.dms.instrument.State
Creates a new State Sensor
create(Noun, String, String, String, long) - Static method in class oracle.dms.instrument.State
Creates a new State Sensor
create(Noun, String, String, String, Object) - Static method in class oracle.dms.instrument.State
Creates a new State Sensor
create(String, String) - Static method in class oracle.dms.instrument.Noun
Creates a new Noun given a pathname.

D

deriveMetric(int) - Method in class oracle.dms.instrument.State
Derives additional metrics for the State.
deriveMetric(int) - Method in class oracle.dms.instrument.Sensor
Instructs the Sensor to derive 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.Event
Derives additional metrics.
destroy() - Method in class oracle.dms.instrument.Sensor
Removes the Sensor from DMS and releases references to underlying resources.
destroy() - Method in class oracle.dms.instrument.Noun
Destroys the Noun and all of its descendants.
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.
dump(PrintWriter, String) - Method in class oracle.dms.instrument.DMSConsole
Dumps metrics for all DMS metrics to PrintWriter.
dump(String, String, boolean) - Method in class oracle.dms.instrument.DMSConsole
Dumps metrics for all DMS metrics to file.

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.Sensor
Returns the Sensor corresponding to the supplied pathname, or null if no such node exists.
get(String) - Static method in class oracle.dms.instrument.Noun
Returns a noun given the noun's pathname
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

H

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

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

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
 
start() - Method in class oracle.dms.instrument.PhaseEvent
Signals the beginning of the Phase.
State - class oracle.dms.instrument.State.
A State Sensor can be used to monitor pre-computed metric values.
stop(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

update(double) - Method in class oracle.dms.instrument.State
Updates the value of the State.
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(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 M N O P R S T U V
Oracle Application Server 10g DMS API Reference
10g (9.0.4)

B12020-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.