All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

acceptingConnections(InetAddress, int). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
This function uses up a fair amount of network traffic to determine whether or not a given host is willing to serve up a general document via HTTP.
acceptingConnections(InetAddress, int, String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
This function uses up a fair amount of network traffic to determine whether or not a given host is willing to serve up a given document.
acceptingConnections(URL). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
This function uses up a fair amount of network traffic to determine whether or not a given host is willing to serve up a given document.
addContent(String, byte[]). Method in class com.andthehorseyourodeinon.utils.PostedForm
add a byte array as a named section, assuming a String (ISO-8859-1) MIME-type.
addContent(String, byte[], String). Method in class com.andthehorseyourodeinon.utils.PostedForm
add a byte array as a named section, using the specified MIME-type.
addContentType(String, String). Method in class com.andthehorseyourodeinon.utils.PostedForm
add a MIME-type to the collection of content-types for a named section
addHeader(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
add a String containing a name-value pair to the collection of headers
addHeader(String, String). Method in class com.andthehorseyourodeinon.utils.PostedForm
add a name-value pair to the collection of headers
addMetric(String). Method in class com.andthehorseyourodeinon.utils.Metrics
Add a RunMetric to the collection
addService(String, Service). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
addToHistory(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Add a record to the URL/Site position history
addToHistory(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Add a record to the URL/Site position history
AltavistaMonitorService(Properties, Metrics, String, int). Constructor for class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
AltavistaTrackerService(Properties, Metrics, String, String, int). Constructor for class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
avgTime(). Method in class com.andthehorseyourodeinon.utils.PerfMetric

B

betweenTags(String, String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
betweenTags(String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string containing markup tags, this function will separate out all elements between a given start and end tag.
blowAwayTags(String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
blowAwayTags(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string of HTML or other text containing URLs, this brutally simplistic function will singlemindedly strip out anything between < and > marks.
BORE. Static variable in class com.andthehorseyourodeinon.utils.Logger

C

checkBox(String, String, String, boolean). Static method in class com.andthehorseyourodeinon.utils.FormUtils
close(). Static method in class com.andthehorseyourodeinon.utils.Logger
Closes a log file.
close(). Method in class com.andthehorseyourodeinon.utils.Messager
Closes a log file.
codedCheckArray(String, int[], String[], int, String). Static method in class com.andthehorseyourodeinon.utils.FormUtils
codedSelector(String[], int[], int). Static method in class com.andthehorseyourodeinon.utils.FormUtils
contents(). Method in class com.andthehorseyourodeinon.utils.PostedForm
Contents are stored as name-indexed sections.
copyStream(InputStream, OutputStream). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
copyStream(InputStream, OutputStream). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A routine to copy an InputStream to and OutputStream.
count. Variable in class com.andthehorseyourodeinon.utils.PerfMetric
createCompactDateString(). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing a compact date/time using the current System time and date.
createCompactDateString(Calendar). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing a compact date/time using the time and date provided.
createCompactDateString(Calendar, String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing a compact date/time using the specified time and date, with user-specified delimiters.
createCompactDateString(String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing a compact date/time using the current System time and date, with user-specified delimiters.
created. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
created(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
createRFC1123DateString(). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing an RFC 1123-compliant date String (RFC 1123 supercedes the date specifications of RFC 822) using the current System time and date.
CRLFLEN. Static variable in class com.andthehorseyourodeinon.utils.HTTPUtils
currentPosition(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
currentPosition(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
currentPosition(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Override this method if writing a Tracker

D

debug(int, String). Static method in class com.andthehorseyourodeinon.utils.Logger
When output is enabled, and the message level is equal to or greater than the set debug level, writes a debug line to the console and, if a log file is established, to the log file.
debug(int, String). Method in class com.andthehorseyourodeinon.utils.Messager
When output is enabled, and the message level is equal to or greater than the set debug level, writes a debug line to the console and, if a log file is established, to the log file.
depth. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
dispatcherName. Variable in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
dispatcherName. Variable in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
displayTimeUnits(long, boolean). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
displayTimeUnits(long, boolean). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Converts millisecond sinto a human-readable String of days, hours, minutes, seconds, and milliseconds.
downloadHTMLPageRaw(String, Vector, String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
downloadHTMLPageRaw(String, Vector, String, String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A primitive, socket-based approach to an HTTP GET, which then dumps to a file.

E

end(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
stop the timing cycle
ERROR. Static variable in class com.andthehorseyourodeinon.utils.Logger
ERROR. Static variable in class com.andthehorseyourodeinon.utils.Messager
extractURLs(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string of HTML or other text containing URLs, this rather simplistic function will attempt to extract the URLs, which it will return as a Vector of Strings.

F

FATAL. Static variable in class com.andthehorseyourodeinon.utils.Logger
FATAL. Static variable in class com.andthehorseyourodeinon.utils.Messager
firstTime. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
formSubmission(BufferedReader). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
This allows the processing of a HTML Form (or the equivalent) as submitted by a typical web browser.
FormUtils(). Constructor for class com.andthehorseyourodeinon.utils.FormUtils

G

GeneralUtils(). Constructor for class com.andthehorseyourodeinon.utils.GeneralUtils
getAvgTime(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
getCode(). Method in class com.andthehorseyourodeinon.ghear.Response
getContent(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
Retrieve a named content section as an array of bytes.
getContentString(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
Retrieve a named content section as a String.
getContentType(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
Retrieve the type of a named content section.
getDispatchReport(ParameterVector). Method in class com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher
getDispatchReport(ParameterVector). Method in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
getDispatchReport(ParameterVector). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
getHeader(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
Retrieve a named browser header, e.g., "user_agent".
getHeaderString(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
Retrieve a named browser header, e.g., "user_agent".
getHTMLPage(String, Hashtable). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
getHTMLPage(String, Hashtable). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
Given a URL and an optional collection of cookies, this will build a connection to that URL and prepare an InputStream to enable reading of the results.
getHTMLPageRaw(String, Vector, int). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
getHTMLPageRaw(String, Vector, int). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A primitive, socket-based approach to an HTTP GET.
getHTMLStream(String, Hashtable). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
getHTMLStream(String, Hashtable). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
Given a URL and an optional collection of cookies, this will build a connection to that URL and prepare an InputStream to enable reading of the results.
getHTMLStreamRaw(String, Vector). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
getHTMLStreamRaw(String, Vector). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A primitive, socket-based approach to an HTTP GET.
getHTMLStreamRaw(String, Vector, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
getHTMLStreamRaw(String, Vector, String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A primitive, socket-based approach to an HTTP GET.
getLen(). Method in class com.andthehorseyourodeinon.ghear.Response
getLongestTime(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
getName(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
get the name of this metric
getName(). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get the name of the ServiceDispatcher.
getPosition(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
getPreviousPosition(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
getRequest(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getResultCount(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getSearchDepth(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getSearchHost(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getSearchString(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getServiceCount(). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get the number of services being handled.
getServiceName(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
Override this method
getServiceName(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Override this method
getServiceName(). Method in class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
Override this method
getServiceName(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Override this method
getServiceName(). Method in class com.andthehorseyourodeinon.ghear.SampleService
Override this with something that returns a reasonable Service name
getServiceName(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Override this method
getServiceName(). Method in class com.andthehorseyourodeinon.ghear.Service
Override this with something that returns a reasonable Service name
getServiceReport(String). Method in class com.andthehorseyourodeinon.ghear.SampleService
getServiceReport(String). Method in class com.andthehorseyourodeinon.ghear.Service
getServiceStatus(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
Override this with something that returns a Service Status String.
getServiceStatus(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Override this with something that returns a Service Status String.
getServiceStatus(). Method in class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
Override this with something that returns a Service Status String.
getServiceStatus(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Override this with something that returns a Service Status String.
getServiceStatus(). Method in class com.andthehorseyourodeinon.ghear.SampleService
Override this with something that returns a Service Status String.
getServiceStatus(). Method in class com.andthehorseyourodeinon.ghear.Service
Override this with something that returns a Service Status String.
getShortestTime(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
getSiteString(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Override this method
getSiteString(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Override this method
getSiteString(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Override this method
getText(). Method in class com.andthehorseyourodeinon.ghear.Response
getTimestamp(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
getTotalSamples(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
getTotalTime(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
getUrl(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
getUrl(String). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Get a specific result URL.
getUrls(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Get all result URLs.
getUrlsCreatedAfter(Calendar). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Get all result URLs created after a given time.
getUrlsModifiedAfter(Calendar). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Get all result URLs modified after a given time.
GoogleMonitorService(Properties, Metrics, String, int). Constructor for class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
GoogleTrackerService(Properties, Metrics, String, String, int). Constructor for class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
grabUrlList(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Used in the initialization of the Monitor or Tracker to populate the list of URLs for a given query

H

hasContent(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
determine whether a named section has content
hasContentType(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
determine whether a named section has defined a MIME-type
hasHeader(String). Method in class com.andthehorseyourodeinon.utils.PostedForm
determine whether a named header exists
hasNewUrl(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Is there any new data?
hasNewUrls. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
hasService(String). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Determines if a Service is known by the ServiceDispatcher.
hasUrl(String). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Is a given URL in the list of results?
headers(). Method in class com.andthehorseyourodeinon.utils.PostedForm
Headers are stored as name-value pairs.
history(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
history(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
history(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Override this method, writing a Tracker
httpPost(String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
httpPost(String, String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
Given a URL and encoded data, this will build a connection to that URL and perform an HTTP POST of that data.
httpPostRaw(String, String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
httpPostRaw(String, String, String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
A primitive, socket-based approach to an HTTP POST.
HTTPUtils(). Constructor for class com.andthehorseyourodeinon.utils.HTTPUtils

I

inCache(String). Static method in class com.andthehorseyourodeinon.utils.FileCache
determines if the specified file is in the cache.
indexOfIgnoreCase(String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
indexOfIgnoreCase is an analog to the indexOf method for the String class.
indexOfIgnoreCase(String, String, int). Static method in class com.andthehorseyourodeinon.utils.StringUtils
indexOfIgnoreCase is an analog to the indexOf method for the String class.
indexOfIgnoreCase(String, String, int, int). Static method in class com.andthehorseyourodeinon.utils.StringUtils
indexOfIgnoreCase is an analog to the indexOf method for the String class.
INFORM. Static variable in class com.andthehorseyourodeinon.utils.Logger
INFORM. Static variable in class com.andthehorseyourodeinon.utils.Messager
initDispatcher(Properties, Metrics). Method in class com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher
initDispatcher(Properties, Metrics). Method in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
initDispatcher(Properties, Metrics). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
initServices(). Method in class com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher
initServices(). Method in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
initServices(). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
isAlphaNumeric(String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
isAlphaNumeric(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Determines whether a string contains any characters that are not alphanumeric.
isAlphaSafeString(String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
isAlphaSafeString(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Determines whether a string contains any characters that are not either alphanumeric or period, underscore, space, or hyphen.
isFile(). Method in class com.andthehorseyourodeinon.ghear.Response
isMonitor(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
Override this method
isMonitor(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Override this method
isMonitor(). Method in class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
Override this method
isMonitor(). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Override this method
isMonitor(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Override this method

L

lastAccessed. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
lastUpdated. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
lastUpdated(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
length(String). Static method in class com.andthehorseyourodeinon.utils.FileCache
loadFile(String). Static method in class com.andthehorseyourodeinon.utils.FileCache
Attempt to load a file into the cache.
log(String). Static method in class com.andthehorseyourodeinon.utils.Logger
When output is enabled, writes a line to the console and, if a log file is established, to the log file.
longestTime. Variable in class com.andthehorseyourodeinon.utils.PerfMetric
longestTime(). Method in class com.andthehorseyourodeinon.utils.PerfMetric

M

Mailer(Properties, String, String). Constructor for class com.andthehorseyourodeinon.netgrep.Mailer
main(String[]). Static method in class com.andthehorseyourodeinon.ghear.Server
Messager(). Constructor for class com.andthehorseyourodeinon.utils.Messager
Messager(boolean). Constructor for class com.andthehorseyourodeinon.utils.Messager
Constructor that specifies output mode.
Messager(String). Constructor for class com.andthehorseyourodeinon.utils.Messager
Constructor that specifies a filename to write log to.
Metrics(). Constructor for class com.andthehorseyourodeinon.utils.Metrics
mets. Variable in class com.andthehorseyourodeinon.ghear.SampleService
mets. Variable in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
mets. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
mets. Variable in class com.andthehorseyourodeinon.ghear.Service
mets. Variable in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
monitorTerms(). Method in class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
monitorTerms(). Method in class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
multiPartForm(PostedForm, BufferedReader). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
Handles a multi-part Form submission.

N

NetGrepServiceDispatcher(). Constructor for class com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher

O

oldExtractURLs(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string of HTML or other text containing URLs, this rather simplistic function will attempt to extract the URLs, which it will return as a Vector of Strings.
options. Variable in class com.andthehorseyourodeinon.ghear.SampleService
options. Variable in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
options. Variable in class com.andthehorseyourodeinon.ghear.Service
options. Variable in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
out(String). Method in class com.andthehorseyourodeinon.utils.Messager
When output is enabled, writes a line to the console and, if a log file is established, to the log file.

P

paramAt(int). Method in class com.andthehorseyourodeinon.utils.ParameterVector
Returns the parameter at the specified position, cast as a String.
parameterAt(int). Method in class com.andthehorseyourodeinon.utils.ParameterVector
Returns the parameter at the specified position, cast as a String.
ParameterVector(String). Constructor for class com.andthehorseyourodeinon.utils.ParameterVector
passwordTextField(String, String, int, int, String). Static method in class com.andthehorseyourodeinon.utils.FormUtils
PerfMetric(). Constructor for class com.andthehorseyourodeinon.utils.PerfMetric
position. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
PostedForm(). Constructor for class com.andthehorseyourodeinon.utils.PostedForm
postFix. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
previousPosition. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord

Q

queryString. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService

R

reasonableTimeUnits(long). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
reasonableTimeUnits(long). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Converts millisecond sinto a human-readable String of days, hours, minutes, seconds, and milliseconds.
refreshUrlList(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Used to refresh the list of URLs for all subsequent queries
refreshUrlList(boolean). Method in class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
Altavista-specific implementation of Monitor refreshUrlList function
refreshUrlList(boolean). Method in class com.andthehorseyourodeinon.netgrep.AltavistaTrackerService
Altavista-specific implementation of Tracker refreshUrlList function
refreshUrlList(boolean). Method in class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
Google-specific implementation of Monitor refreshUrlList function
refreshUrlList(boolean). Method in class com.andthehorseyourodeinon.netgrep.GoogleTrackerService
Google-specific implementation of Tracker refreshUrlList function
refreshUrlList(boolean). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
This code should be overridden for the specific task of Monitoring or Tracking
replaceSubstring(String, String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
replaceSubstring(String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string, this will replace all instances of a given substring with another given string.
replaceSubstringIgnoreCase(String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string, this will replace all instances of a given substring with another given string.
report(). Method in class com.andthehorseyourodeinon.utils.PerfMetric
reportHTML(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
generate an HTML-formetted report on this metric, using a table
reportText(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
generate a text report on this metric.
Response(int, String). Constructor for class com.andthehorseyourodeinon.ghear.Response
Constructor.
Response(int, String, boolean). Constructor for class com.andthehorseyourodeinon.ghear.Response
Constructor, with a sneaky way to return a file rather than a message.
Response(String). Constructor for class com.andthehorseyourodeinon.ghear.Response
Constructor.
returnCode. Variable in class com.andthehorseyourodeinon.ghear.Response
returnFile. Variable in class com.andthehorseyourodeinon.ghear.Response
returnText. Variable in class com.andthehorseyourodeinon.ghear.Response
run(). Method in class com.andthehorseyourodeinon.utils.FileCache
Activate this as a single thread that won't get garbage collected.
run(). Method in class com.andthehorseyourodeinon.utils.Logger
Activate this as a single logging thread that won't get garbage collected.
run(). Method in class com.andthehorseyourodeinon.ghear.SampleService
Typically, this would actually do something.
run(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Main thread.
run(). Method in class com.andthehorseyourodeinon.ghear.Service
Override this with the main function of the Service
RunMetrics(). Constructor for class com.andthehorseyourodeinon.utils.RunMetrics
RunMetrics(String). Constructor for class com.andthehorseyourodeinon.utils.RunMetrics

S

SampleService(). Constructor for class com.andthehorseyourodeinon.ghear.SampleService
SampleService(Properties, Metrics). Constructor for class com.andthehorseyourodeinon.ghear.SampleService
SampleServiceDispatcher(). Constructor for class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
SearchEngineMonitorService(Properties, Metrics, String, String, String, String, String, int). Constructor for class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
SearchEngineRecord(String, int). Constructor for class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
searchHost. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
searchTerm. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
selector(String[], String[], String). Static method in class com.andthehorseyourodeinon.utils.FormUtils
sendUpdate(String, String). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
Wrapper method to send a notification email.
Server(). Constructor for class com.andthehorseyourodeinon.ghear.Server
serverOptions. Variable in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
serverOptions. Variable in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Service(). Constructor for class com.andthehorseyourodeinon.ghear.Service
Service(Properties, Metrics). Constructor for class com.andthehorseyourodeinon.ghear.Service
ServiceDispatcher(). Constructor for class com.andthehorseyourodeinon.ghear.ServiceDispatcher
serviceList(). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get a list of Service identifiers.
serviceName(String). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get the Service name for a specific Service.
serviceReport(String, String). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get a Service report from a specific Service.
services. Variable in class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
services. Variable in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
serviceStatus(String). Method in class com.andthehorseyourodeinon.ghear.ServiceDispatcher
Get a Service status string from a specific Service.
setDebugLevel(int). Static method in class com.andthehorseyourodeinon.utils.Logger
Sets the debug level output.
setDebugLevel(int). Method in class com.andthehorseyourodeinon.utils.Messager
Sets the debug level output.
setFile(). Static method in class com.andthehorseyourodeinon.utils.Logger
Sets logging to a unique file, closing any previous log files.
setFile(String). Static method in class com.andthehorseyourodeinon.utils.Logger
Sets logging to a file, closing any previous log files.
setFile(String). Method in class com.andthehorseyourodeinon.utils.Messager
Sets logging to a file, closing any previous log files.
setName(String). Method in class com.andthehorseyourodeinon.utils.RunMetrics
set the name of this metric
setPosition(int). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
shortestTime. Variable in class com.andthehorseyourodeinon.utils.PerfMetric
shortestTime(). Method in class com.andthehorseyourodeinon.utils.PerfMetric
showAllMetrics(). Method in class com.andthehorseyourodeinon.utils.Metrics
generate an HTML table of all RunMetric's reports.
showMetrics(String). Method in class com.andthehorseyourodeinon.utils.Metrics
Get an HTML-formatted report from a named RunMetric
SILENT. Static variable in class com.andthehorseyourodeinon.utils.Logger
silent(). Static method in class com.andthehorseyourodeinon.utils.Logger
Disables output from this Messager
silent(). Method in class com.andthehorseyourodeinon.utils.Messager
Disables output from this Messager
singleBetweenTags(String, String, String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
singleBetweenTags(String, String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string containing markup tags, this function will return the first element between a given start and end tag.
singlePartForm(PostedForm, BufferedReader). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
Handles a single-part Form submission.
soughtSite. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
start(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
start the timing cycle
start(String). Method in class com.andthehorseyourodeinon.utils.Metrics
Starts a named RunMetric's timing cycle
statusMessage(int). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
converts an HTTP status code into its corresponding text message e.g., statusMessage(200) returns "OK", or statusMessage(404) returns "Not Found".
stop(). Method in class com.andthehorseyourodeinon.utils.RunMetrics
stop the timing cycle.
stop(String). Method in class com.andthehorseyourodeinon.utils.Metrics
Stops a named RunMetric's timing cycle
stringAt(int). Method in class com.andthehorseyourodeinon.utils.ParameterVector
Returns the parameter at the specified position, cast as a String.
StringUtils(). Constructor for class com.andthehorseyourodeinon.utils.StringUtils
systemMetrics(). Method in class com.andthehorseyourodeinon.utils.Metrics
Generate an HTML table describing global system metrics

T

textField(String, String, int, int, String). Static method in class com.andthehorseyourodeinon.utils.FormUtils
theRequest. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
theUrl. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
timestampFilespec(String, String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Create a date/time based file spec using the current System time and date.
Example: timestampFilespec("log","txt")
returns: log20000505-101501.txt
toggleMode(). Static method in class com.andthehorseyourodeinon.utils.Logger
Toggles the output enable state of this Messager.
toggleMode(). Method in class com.andthehorseyourodeinon.utils.Messager
Toggles the output enable state of this Messager.
toMixedCase(String). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
toMixedCase(String). Static method in class com.andthehorseyourodeinon.utils.StringUtils
This Function Will Convert A String To Start Each Word With An Upper Case Character.
toRFC1123DateString(Calendar). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Return a String containing an RFC 1123-compliant date String (RFC 1123 supercedes the date specifications of RFC 822) using the specified time and date.
toSingleLine(). Method in class com.andthehorseyourodeinon.utils.ParameterVector
toString(String). Static method in class com.andthehorseyourodeinon.utils.FileCache
totalSamples(). Method in class com.andthehorseyourodeinon.utils.PerfMetric
totalTime. Variable in class com.andthehorseyourodeinon.utils.PerfMetric
totalTime(). Method in class com.andthehorseyourodeinon.utils.PerfMetric
truncateNicely(String, int). Static method in class com.andthehorseyourodeinon.utils.GeneralUtils
truncateNicely(String, int). Static method in class com.andthehorseyourodeinon.utils.StringUtils
Given a string and a length, this will truncate the String to fit within that character length, adding ellipsis to indicate that the String has been shortened.

U

update(long, long). Method in class com.andthehorseyourodeinon.utils.PerfMetric
updateFrequency. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
updateTimestamp(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
updateTimestamp(). Method in class com.andthehorseyourodeinon.netgrep.SearchEngineRecord
URLDecoder(String). Static method in class com.andthehorseyourodeinon.utils.HTTPUtils
The antithesis to URLEncoder.encode().
urls. Variable in class com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService

V

verbose(). Static method in class com.andthehorseyourodeinon.utils.Logger
Enables output from this Messager
verbose(). Method in class com.andthehorseyourodeinon.utils.Messager
Enables output from this Messager
VERSION. Static variable in class com.andthehorseyourodeinon.ghear.Server

W

WARN. Static variable in class com.andthehorseyourodeinon.utils.Logger
WARN. Static variable in class com.andthehorseyourodeinon.utils.Messager