B C E G L N P R S T W

B

bigSizeConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Convert sizes from a computer into megabytes.
boolConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Convert strings which describe data with 2 values.

C

com.dracoware.module - package com.dracoware.module
 

E

ERROR - Static variable in class com.dracoware.module.RspModuleBackend
Specifies a log message of highest priority.

G

getConfigData(String) - Method in class com.dracoware.module.RspModuleBackend
Give an array of the data for config element "name", or null if there is no such config element with "name".
getConfigNames() - Method in class com.dracoware.module.RspModuleBackend
Give an array of all of the config element names, or null if there is no config data for this module.
getConfigValue(String) - Method in class com.dracoware.module.RspModuleBackend
Give the first piece of data associated with the config element with name "name", or null if there is no element with such a name.
getData() - Method in class com.dracoware.module.RspGraphReturnData
Returns this RspGraphReturnData's data.
getKey() - Method in class com.dracoware.module.RspGraphReturnData
Returns this RspGraphReturnData's key.
getPolltime() - Method in class com.dracoware.module.RspModuleBackend
Specifies how long to wait between posting data.
getThresholds() - Method in class com.dracoware.module.RspModuleBackend
Give an array of the thresholds, or null if there are no thresholds for this module.
getType() - Method in class com.dracoware.module.RspGraphReturnData
Returns this RspGraphReturnData's type.
giveData(String) - Method in class com.dracoware.module.RspModuleBackend
Specify that the given piece of data should be sent to the rspd when the postMessage() function is called.
giveGraphData(RspGraphReturnData) - Method in class com.dracoware.module.RspModuleBackend
Specify that the given piece of graph data should be sent to the rspd when the postMessage() function is called.
GRAPH_BIGSIZE - Static variable in class com.dracoware.module.RspGraphReturnData
Large sized data (gigabytes, terabytes, etc).
GRAPH_BOOL - Static variable in class com.dracoware.module.RspGraphReturnData
True or false (0 or 1).
GRAPH_MISC - Static variable in class com.dracoware.module.RspGraphReturnData
Of a type other than those listed.
GRAPH_NONE - Static variable in class com.dracoware.module.RspGraphReturnData
Graph data has no type.
GRAPH_PERCENT - Static variable in class com.dracoware.module.RspGraphReturnData
Percentage (float value between 0 and 1).
GRAPH_SMALLSIZE - Static variable in class com.dracoware.module.RspGraphReturnData
Small sized data (bytes, kilobytes, etc).
GRAPH_SMALLTIME - Static variable in class com.dracoware.module.RspGraphReturnData
Small amount of time (milliseconds, microseconds, etc).
GRAPH_TIME - Static variable in class com.dracoware.module.RspGraphReturnData
Time value.

L

log(int, String) - Method in class com.dracoware.module.RspModuleBackend
Sends a message to the rspd app asking it to log a message.

N

NOTE - Static variable in class com.dracoware.module.RspModuleBackend
Specifies a log message of lowest priority.

P

percentConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Convert strings of the form "2 %" or "0.4 %" or "204 percent" or "2" into a floating point number.
postMessage() - Method in class com.dracoware.module.RspModuleBackend
Sends data to the RSP daemon as well as crossed thresholds.

R

RspGraphReturnData - Class in com.dracoware.module
This class contains the data that corresponds to the related graph data generated by an RSP module.
RspGraphReturnData(int, String, String) - Constructor for class com.dracoware.module.RspGraphReturnData
Constructs a RspGraphReturnData object with the given parameters
RspModuleBackend - Class in com.dracoware.module
The RspModuleBackend object handles all communications between an RSP module and an rspd.
RspModuleBackend(String) - Constructor for class com.dracoware.module.RspModuleBackend
This function is called in a module before anything is done.
RspModuleException - Exception in com.dracoware.module
Thrown to indicate that the application has encountered an error while performing backend work for an RSP module
RspModuleException() - Constructor for exception com.dracoware.module.RspModuleException
Constructs a RspModuleException with no detail message.
RspModuleException(String) - Constructor for exception com.dracoware.module.RspModuleException
Constructs a RspModuleException with the specified detail message.
RspModuleException(String, Throwable) - Constructor for exception com.dracoware.module.RspModuleException
Constructs a RspModuleException with a detail message and a nested cause.
RspModuleException(Throwable) - Constructor for exception com.dracoware.module.RspModuleException
Constructs a RspModuleException with a nested cause.

S

setData(String) - Method in class com.dracoware.module.RspGraphReturnData
Sets this RspGraphReturnData's data.
setKey(String) - Method in class com.dracoware.module.RspGraphReturnData
Sets this RspGraphReturnData's key.
setThreshold(String, boolean) - Method in class com.dracoware.module.RspModuleBackend
Specify that the given threshold is currently crossed.
setType(int) - Method in class com.dracoware.module.RspGraphReturnData
Sets this RspGraphReturnData's type.
smallSizeConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Convert sizes from a computer into bytes.
smallTimeConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Converts data in small time form, that is, seconds or less into the number of microseconds.

T

timeConvert(String) - Static method in class com.dracoware.module.RspModuleBackend
Convert data in time form (such as "2 days, 5 hours, 6 minutes") into a String which is the time in seconds.

W

waitNextEvent(int) - Method in class com.dracoware.module.RspModuleBackend
Waits specified amount of time for events from the rspd parent.
WARN - Static variable in class com.dracoware.module.RspModuleBackend
Specifies a log message of normal priority.

B C E G L N P R S T W