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

R

random - Variable in class org.rakeshv.utils.ObjectCache
A random number generator used to ensure that ObjectCache.key values generated are unique.
random - Static variable in class org.rakeshv.utils.PasswordGenerator
The random number generator.
random - Variable in class org.rakeshv.utils.SharedObject
A random number generator used to ensure that SharedObject.key values generated are unique.
read() - Method in class org.rakeshv.io.LoggingInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class org.rakeshv.io.LoggingInputStream
Reads some number of bytes from the input stream and stores them into the buffer array buffer.
read(byte[], int, int) - Method in class org.rakeshv.io.LoggingInputStream
Reads up to length bytes of data from the input stream into an array of bytes.
read() - Method in class org.rakeshv.io.LoggingReader
Read a single character.
read(char[]) - Method in class org.rakeshv.io.LoggingReader
Read characters into an array.
read(char[], int, int) - Method in class org.rakeshv.io.LoggingReader
Read characters into a portion of an array.
readData(BufferedReader) - Static method in class org.rakeshv.utils.StringUtilities
Returns all the data from the specified BufferedReader.
reader - Variable in class org.rakeshv.io.LoggingReader
The Reader from which the data that is to be logged will be read.
reader - Variable in class org.rakeshv.net.NNTPSocket
The BufferedReader object that reads the responses from the NNTP server.
readIndicator - Variable in class org.rakeshv.mail.WebMailBean
The path to the image that will be used to indicate messages that have been read.
readLine(ServletInputStream) - Method in class org.rakeshv.mail.WriteFormParser
Reads a line from the ServletInputStream using the ServletInputStream.readLine method.
readResponseFromUrl(HttpURLConnection) - Static method in class org.rakeshv.utils.StringUtilities
Read the response from the HttpURLConnection.
ready() - Method in class org.rakeshv.io.LoggingReader
Tell whether this stream is ready to be read.
registerOutParameter(int, int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the designated output parameter.
registerOutParameter(String, int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Registers the designated output parameter.
release() - Method in class org.rakeshv.utils.ObjectCache
Make this instance of the class eligible for garbage collection.
release() - Method in class org.rakeshv.utils.SharedObject
Make this instance of the class eligible for garbage collection.
releaseSavepoint(Savepoint) - Method in class org.rakeshv.dbutils.ConnectionDecorator
Removes the given Savepoint object from the current transaction.
remove() - Method in interface org.rakeshv.utils.DataStructure
Removes the current Object designated for removal from the datastructure.
remove(T) - Method in interface org.rakeshv.utils.DataStructure
Removes the specified object from the datastructure.
remove(Object) - Method in class org.rakeshv.utils.DynamicCache
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class org.rakeshv.utils.ObjectCache
Removes the mapping for this key from the ObjectCache.cache if it is present.
remove(Object) - Method in class org.rakeshv.utils.SharedObject
Removes the mapping for this key from SharedObject.cache if it is present.
remove() - Method in class org.rakeshv.utils.SimpleFIFO
Removes the current Object designated for removal (located at SimpleFIFO.index) from the SimpleFIFO.fifo.
remove(T) - Method in class org.rakeshv.utils.SimpleFIFO
Removes the specified object from the SimpleFIFO.fifo.
remove() - Method in class org.rakeshv.utils.SimpleLRU
Removes the current Object designated for removal (located at index 0) from the SimpleLRU.lru and the associated mapping from SimpleLRU.map.
remove(T) - Method in class org.rakeshv.utils.SimpleLRU
Removes the specified object from the SimpleLRU.lru.
removeEldestEntry(Map.Entry) - Method in class org.rakeshv.utils.LinkedHashMap
Returns true if this map should remove its eldest entry.
repliedIndicator - Variable in class org.rakeshv.mail.WebMailBean
The path to the image that will be used to indicate messages that have been replied to.
reply - Variable in class org.rakeshv.mail.WriteFormParser
The message number in the IMAP store to which the current message being composed is a reply to.
replyRegex - Static variable in class org.rakeshv.mail.WebMailBean
Regex to append a > before each line in the included body of the message used in replies.
request - Variable in class org.rakeshv.mail.WriteFormParser
A reference to the HttpServletRequest object from which the attachments are to be extracted.
reset() - Method in class org.rakeshv.io.LoggingInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.rakeshv.io.LoggingReader
Reset the stream.
RESET_COUNTER - Static variable in class org.rakeshv.tex.TransformDocumentParts
Specify that a part, chapter, or section needs to be re-numbered when they start with either 1 , I, or i.
resetAccessCount() - Method in class org.rakeshv.Statistics
Reset the Statistics.accessCount to 0.
response - Variable in class org.rakeshv.filters.CachingResponseStream
The response with which this servlet output stream is associated.
response - Variable in class org.rakeshv.filters.CompressionResponseStream
The response with which this servlet output stream is associated.
responseLine - Variable in class org.rakeshv.net.NNTPSocket
A String object that stores the current line of response read from the NNTP server.
RETURN_GROUP_DETAILS - Static variable in class org.rakeshv.net.NNTPSocket
Constant that indicates that the full response from the NNTP server should be returned by the getNewsGroups( boolean ) and getNewsGroups( String, boolean, boolean ) method's.
RETURN_GROUP_NAMES - Static variable in class org.rakeshv.net.NNTPSocket
Constant that indicates that only the news group names should be returned by the getNewsGroups( boolean ) and getNewsGroups( String, boolean, boolean ) method's.
RIGHT_RAIL - Static variable in class biz.wedoit4u.databeans.SitePropertyBean
The default value to be used for the right_rail flag.
rightRail - Variable in class biz.wedoit4u.databeans.SitePropertyBean
The value in the right_rail column.
rollback() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class org.rakeshv.dbutils.ConnectionDecorator
Undoes all changes made after the given Savepoint object was set.
rootElement - Variable in class org.rakeshv.xml.album.PhotoAlbum
The root element of the XML file.
ROUND_AUTO - Static variable in class org.rakeshv.utils.Calendar
A contant used to indicate that the MINUTE of this calendar is to be rounded automatically using normal rounding rules to the nearest multiple of 5.
ROUND_DOWN - Static variable in class org.rakeshv.utils.Calendar
A contant used to indicate that the MINUTE of this calendar is to be rounded down to the nearest multiple of 5.
ROUND_UP - Static variable in class org.rakeshv.utils.Calendar
A contant used to indicate that the MINUTE of this calendar is to be rounded up to the nearest multiple of 5.
roundMinutes(int, int) - Method in class org.rakeshv.utils.Calendar
Round the MINUTE part of this calendar to the nearest 5 minute mark.
run() - Method in class org.rakeshv.filters.CachingFilter.PurgeTask
The action to be performed by this task when run by a Timer.
run() - Method in class org.rakeshv.utils.DynamicCache.Cleaner
The action to be performed by this task when run by a Timer.

Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2002-2005 - Rakesh Vidyadharan