B C D G I N P R S T U W

B

beginParse(String, String, String, long, long, boolean) - Method in class com.dracoware.rsplib.RspParser
Begins parsing data.

C

com.dracoware.rsplib - package com.dracoware.rsplib
 
connect() - Method in class com.dracoware.rsplib.RspServer
Connects to an RSPServer (a node) and gathers its current information.

D

disconnect() - Method in class com.dracoware.rsplib.RspServer
Disconnects from the rspd if persistently connected.

G

getConnectionTimeout() - Method in class com.dracoware.rsplib.RspServer
Returns the amount of time (in milliseconds) to wait while connecting to this rspd.
getCrossTime() - Method in class com.dracoware.rsplib.RspThreshold
If this threshold is crossed, returns the time at which it became crossed.
getData() - Method in class com.dracoware.rsplib.RspGraphReturnData
Returns this RspGraphReturnData's data.
getData() - Method in class com.dracoware.rsplib.RspModule
Returns the data reported by this module.
getData() - Method in class com.dracoware.rsplib.RspParseLine
Returns the data reported by the named module.
getData() - Method in class com.dracoware.rsplib.RspServer
Returns the data for this rspd.
getGraphData() - Method in class com.dracoware.rsplib.RspModule
Returns a Vector of RspGraphReturnData classes for each piece of graph data currently set for this module.
getGraphData() - Method in class com.dracoware.rsplib.RspParseLine
Returns the parseable graph data reported by the named module.
getHostsAndModules(Vector, Vector) - Method in class com.dracoware.rsplib.RspParser
Connect to the server and get a list of hosts and modules from it.
getIndex() - Method in class com.dracoware.rsplib.RspServer
Returns the index value set for this node.
getIP() - Method in class com.dracoware.rsplib.RspServer
Returns the IP address of this rspd.
getKey() - Method in class com.dracoware.rsplib.RspGraphReturnData
Returns this RspGraphReturnData's key.
getKeys(String, String, Vector) - Method in class com.dracoware.rsplib.RspParser
Connect to the host and get a list of keys based on the given host and module.
getLastContacted() - Method in class com.dracoware.rsplib.RspServer
Returns the time when this rspd was last contacted.
getName() - Method in class com.dracoware.rsplib.RspModule
Returns the name of this module.
getName() - Method in class com.dracoware.rsplib.RspServer
Returns the name of this rspd.
getPort() - Method in class com.dracoware.rsplib.RspServer
Returns the port for this rspd.
getThresholds() - Method in class com.dracoware.rsplib.RspModule
Returns a Vector of RspThreshold classes for each threshold related to the module.
getTime() - Method in class com.dracoware.rsplib.RspParseLine
Returns the time the event took place.
getTimeToTrialExpire() - Method in class com.dracoware.rsplib.RspServer
Gets the time (in seconds) until the rspd expires - when in trial mode.
getTransmissionTimeout() - Method in class com.dracoware.rsplib.RspServer
Returns the amount of time (in milliseconds) to wait while sending/receiving data from this rspd.
getType() - Method in class com.dracoware.rsplib.RspGraphReturnData
Returns this RspGraphReturnData's type.
getType() - Method in class com.dracoware.rsplib.RspParseLine
Returns the graph data type.
getValue() - Method in class com.dracoware.rsplib.RspThreshold
Returns the actual threshold string of this threshold.
GRAPH_BIGSIZE - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Large sized data (gigabytes, terabytes, etc).
GRAPH_BOOL - Static variable in class com.dracoware.rsplib.RspGraphReturnData
True or false (0 or 1).
GRAPH_MISC - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Of a type other than those listed.
GRAPH_NONE - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Graph data has no type.
GRAPH_PERCENT - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Percentage (float value between 0 and 1).
GRAPH_SMALLSIZE - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Small sized data (bytes, kilobytes, etc).
GRAPH_SMALLTIME - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Small amount of time (milliseconds, microseconds, etc).
GRAPH_TIME - Static variable in class com.dracoware.rsplib.RspGraphReturnData
Time value.

I

isConnected() - Method in class com.dracoware.rsplib.RspServer
Returns true if this rspd is connected, and false otherwise.
isCrossed() - Method in class com.dracoware.rsplib.RspThreshold
Returns true if this threshold is currently crossed.
isPersistent() - Method in class com.dracoware.rsplib.RspServer
Returns true if this rspd is persistent, and false otherwise.
isThresholdCrossed() - Method in class com.dracoware.rsplib.RspServer
Returns true if a threshold has been crossed for any of the modules known to this RspServer.

N

nextLine() - Method in class com.dracoware.rsplib.RspParser
After calling the begin() method, use this method to return each successive incident found in the RSP history data.

P

PARSE_MYSQL - Static variable in class com.dracoware.rsplib.RspParser
Data is stored in a MySQL database.
PARSE_REMOTE - Static variable in class com.dracoware.rsplib.RspParser
Data is stored in a History Listener database.
parseInfoMySQL(String, int, String, String, String, int) - Method in class com.dracoware.rsplib.RspParser
If parsing history data from a MySQL database server, this method allows you to specify the necessary information to access the required data.
parseInfoRemote(String, int, int) - Method in class com.dracoware.rsplib.RspParser
If parsing history data from a History Listener, this method allows you to specify the address and port of the History Listener server.

R

remoteUseSSL(File) - Method in class com.dracoware.rsplib.RspParser
If parsing from a History Listener, this method specifies to connect secure with SSL.
RspGraphReturnData - Class in com.dracoware.rsplib
This class contains the data that details the current graph data of a specific module on an RSPD.
RspGraphReturnData(int, String, String) - Constructor for class com.dracoware.rsplib.RspGraphReturnData
Constructs a RspGraphReturnData object with the given parameters
RspModule - Class in com.dracoware.rsplib
This class details the information about a single module (as reported by that module and transferred via an rspd).
RspParseException - Exception in com.dracoware.rsplib
Thrown to indicate that the application has encountered an error parsing RSP history data.
RspParseException() - Constructor for exception com.dracoware.rsplib.RspParseException
Constructs a RspParseException with no detail message.
RspParseException(String) - Constructor for exception com.dracoware.rsplib.RspParseException
Constructs a RspParseException with the specified detail message.
RspParseException(String, Throwable) - Constructor for exception com.dracoware.rsplib.RspParseException
Constructs a RspParseException with a detail message and a nested cause.
RspParseException(Throwable) - Constructor for exception com.dracoware.rsplib.RspParseException
Constructs a RspParseException with a nested cause.
RspParseLine - Class in com.dracoware.rsplib
The RspParseLine object contains internal information related to a particular incident stored in an archive of RSP history data.
RspParseLine(Date, String, String, int) - Constructor for class com.dracoware.rsplib.RspParseLine
Construct a new RspParseLine with the specified information.
RspParser - Class in com.dracoware.rsplib
The RspParser implements a common way of parsing stored RSP history data.
RspParser() - Constructor for class com.dracoware.rsplib.RspParser
Constructs a new RspParser object.
RspServer - Class in com.dracoware.rsplib
An RspServer object represents a single rspd server (which has a related set of modules).
RspServer(String) - Constructor for class com.dracoware.rsplib.RspServer
Creates an RspServer object with the specified name.
RspServer(String, String, int) - Constructor for class com.dracoware.rsplib.RspServer
Creates an RspServer object with the specified name, IP, and port.
RspServer(String, String, int, int, int) - Constructor for class com.dracoware.rsplib.RspServer
Creates an RspServer object with the specified name IP, port and timeouts.
RspServer(String, String, int, int, int, boolean) - Constructor for class com.dracoware.rsplib.RspServer
Creates an RspServer object with the specified name IP, port, timeouts, and persistent setting.
RspThreshold - Class in com.dracoware.rsplib
Represents an RSP threshold.
RspThreshold(String, boolean, boolean, long) - Constructor for class com.dracoware.rsplib.RspThreshold
Creates a new RspThreshold object.

S

sendKeepAlive() - Method in class com.dracoware.rsplib.RspServer
Sends a keep alive packet to the rsp server if we have already persistently connected to the server.
setConnected(boolean) - Method in class com.dracoware.rsplib.RspServer
Set whether this rspd is connected currently or not.
setConnectionTimeout(int) - Method in class com.dracoware.rsplib.RspServer
Sets the amount of time to wait (in milliseconds) while connecting to this rspd.
setContacted() - Method in class com.dracoware.rsplib.RspServer
Tells this node to set its lastContacted field to the current time.
setCrossed(boolean) - Method in class com.dracoware.rsplib.RspThreshold
Sets if this threshold is currently crossed.
setCrossedLast(boolean) - Method in class com.dracoware.rsplib.RspThreshold
Sets if this threshold was crossed the last time it was checked.
setCrossTime(long) - Method in class com.dracoware.rsplib.RspThreshold
Sets the time at which this threshold was crossed.
setData(String) - Method in class com.dracoware.rsplib.RspGraphReturnData
Sets this RspGraphReturnData's data.
setData(String) - Method in class com.dracoware.rsplib.RspParseLine
Sets the data reported by the named module.
setData(Vector) - Method in class com.dracoware.rsplib.RspServer
Sets the data for this rspd.
setGraphData(String) - Method in class com.dracoware.rsplib.RspParseLine
Sets the parseable graph data reported by the named module.
setIndex(int) - Method in class com.dracoware.rsplib.RspServer
Sets an index value for this node.
setIP(String) - Method in class com.dracoware.rsplib.RspServer
Sets the IP address of this rspd.
setKey(String) - Method in class com.dracoware.rsplib.RspGraphReturnData
Sets this RspGraphReturnData's key.
setName(String) - Method in class com.dracoware.rsplib.RspServer
Sets the name of this rspd.
setPersistent(boolean) - Method in class com.dracoware.rsplib.RspServer
Sets whether or not the node is persistent.
setPort(int) - Method in class com.dracoware.rsplib.RspServer
Sets the port of this rspd.
setTime(Date) - Method in class com.dracoware.rsplib.RspParseLine
Sets the time when the event took place.
setTransmissionTimeout(int) - Method in class com.dracoware.rsplib.RspServer
Sets the amount of time to wait (in milliseconds) while sending/receiving data from this rspd.
setType(int) - Method in class com.dracoware.rsplib.RspGraphReturnData
Sets this RspGraphReturnData's type.
setType(int) - Method in class com.dracoware.rsplib.RspParseLine
Sets the graph data type.
setValue(String) - Method in class com.dracoware.rsplib.RspThreshold
Sets the actual threshold string of this threshold.

T

threshCrossed() - Method in class com.dracoware.rsplib.RspModule
Returns true if this module has determined a threshold has been crossed (and false otherwise)
toString() - Method in class com.dracoware.rsplib.RspServer
Creates a String representation of this rspd.

U

updateTime() - Method in class com.dracoware.rsplib.RspServer
Sets the last contacted time to right now.
useSSL(File) - Method in class com.dracoware.rsplib.RspServer
Specifies to use SSL communication.

W

wasCrossedLast() - Method in class com.dracoware.rsplib.RspThreshold
Returns true if this threshold was crossed the last time it was checked.

B C D G I N P R S T U W