Skip navigation links
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 

A

abbreviate(String, int) - Static method in class com.varra.util.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - Static method in class com.varra.util.StringUtils
Abbreviates a String using ellipses.
abbreviateMiddle(String, String, int) - Static method in class com.varra.util.StringUtils
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
AbstractConfigFileReader - Class in com.varra.util
Common configuration entry parser class.
AbstractConfigFileReader() - Constructor for class com.varra.util.AbstractConfigFileReader
 
AbstractTimerTaskListener - Class in com.varra.listener
An convenient abstract class for listening the EnhancedTimerTask tasks ejects from SafeThread.
AbstractTimerTaskListener() - Constructor for class com.varra.listener.AbstractTimerTaskListener
 
activateOptions() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
 
add(int, E) - Method in class com.varra.util.FIFOQueue
Adds the.
add(E) - Method in class com.varra.util.FIFOQueue
 
addAll(Collection<? extends E>) - Method in class com.varra.util.FIFOQueue
Adds the all.
addAll(int, Collection<? extends E>) - Method in class com.varra.util.FIFOQueue
Adds the all.
addApplicationProperties(ApplicationProperties) - Static method in class com.varra.props.VarraProperties
Adds the application properties.
addFIFOQueueItemRemovedListener(BufferOverflowListener<E>) - Method in class com.varra.util.FIFOQueue
Adds the FIFOQueueItemRemovedListener to the list so that it can be notified with an item that is to be removed.
addFirst(E) - Method in class com.varra.util.FIFOQueue
Inserts the specified value at the beginning of this list.
addLast(E) - Method in class com.varra.util.FIFOQueue
Appends the specified value to the end of this list (fast).
addListener(T) - Method in interface com.varra.listener.ListenerManager
Adds the listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.varra.props.ApplicationProperties
Adds the property change listener.
addTimerTaskListener(TimerTaskListener, Class<? extends EnhancedTimerTask>) - Method in class com.varra.util.SafeThread
Adds the timer task listener.
AMPERSAND - Static variable in interface com.varra.util.StringPool
 
AND - Static variable in interface com.varra.util.StringPool
 
append(byte[], int, int) - Method in class com.varra.io.FastByteBuffer
Appends byte array to buffer.
append(byte[]) - Method in class com.varra.io.FastByteBuffer
Appends byte array to buffer.
append(byte) - Method in class com.varra.io.FastByteBuffer
Appends single byte to buffer.
append(FastByteBuffer) - Method in class com.varra.io.FastByteBuffer
Appends another fast buffer to this one.
append(char[], int, int) - Method in class com.varra.io.FastCharBuffer
Appends char array to buffer.
append(char[]) - Method in class com.varra.io.FastCharBuffer
Appends char array to buffer.
append(char) - Method in class com.varra.io.FastCharBuffer
Appends single char to buffer.
append(FastCharBuffer) - Method in class com.varra.io.FastCharBuffer
Appends another fast buffer to this one.
append(String) - Method in class com.varra.io.FastCharBuffer
Appends string content to buffer.
append(CharSequence) - Method in class com.varra.io.FastCharBuffer
Appends character sequence to buffer.
append(CharSequence, int, int) - Method in class com.varra.io.FastCharBuffer
Appends character sequence to buffer.
ApplicationProperties - Class in com.varra.props
This is the utility class to provide the application properties file details to be loaded for application.

Contains the properties file name and the flag to enable/disable the monitoring functionality.
ApplicationProperties(String) - Constructor for class com.varra.props.ApplicationProperties
Instantiates a new application properties with the parameters given.
ApplicationProperties(String, boolean) - Constructor for class com.varra.props.ApplicationProperties
Instantiates a new application properties with the parameters given.
ApplicationProperties(String, boolean, int) - Constructor for class com.varra.props.ApplicationProperties
Instantiates a new application properties with the parameters given.
areBothEqual(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given values are EQUAL i.e first == second.
array(int) - Method in class com.varra.io.FastByteBuffer
Returns byte inner array chunk at given index.
array(int) - Method in class com.varra.io.FastCharBuffer
Returns char inner array chunk at given index.
ArrayUtils - Class in com.varra.util
Array related general day to day used operations.
asList(String, String) - Static method in class com.varra.util.ListUtils
Gets the property as list based on the delimiters provided, and uses LinkedList.
asList(String, String, Class<? extends List>, Class<E>) - Static method in class com.varra.util.ListUtils
Gets the property as list based on the delimiter provided, and uses your specified class.
ASTERISK - Static variable in interface com.varra.util.StringPool
 
AT - Static variable in interface com.varra.util.StringPool
 
AutomatedMailerClient - Class in com.varra.mail
The Class AutomatedMailSenderClient.
AutomatedMailerClient() - Constructor for class com.varra.mail.AutomatedMailerClient
Instantiates a new automated mail sender client.
await() - Method in class com.varra.util.FIFOQueue
Causes the current thread to wait until it is signalled or.
await(long, TimeUnit) - Method in class com.varra.util.FIFOQueue
Causes the current thread to wait until it is signalled or specified time is elapsed.

B

BACK_SLASH - Static variable in interface com.varra.util.StringPool
 
BackupEnabledDailyRollingFileAppender - Class in com.varra.log4j.appender
DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency.
BackupEnabledDailyRollingFileAppender() - Constructor for class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
The default constructor does nothing.
BackupEnabledDailyRollingFileAppender(Layout, String, String) - Constructor for class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
Instantiate a DailyRollingFileAppender and open the file designated by filename.
BooleanUtils - Class in com.varra.util
Operations on boolean primitives and Boolean objects.
BooleanUtils() - Constructor for class com.varra.util.BooleanUtils
BooleanUtils instances should NOT be constructed in standard programming.
BufferOverflowListener<E> - Interface in com.varra.util
This is a convenient interface to get the removed items from the backing FIFOQueue.
byteArrayToObject(byte[]) - Static method in class com.varra.util.ObjectUtils
De-serialize an object from byte array.

C

cancel() - Method in class com.varra.util.EnhancedTimerTask
Cancels this TimerTask.
capitalise(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the standardly named StringUtils.capitalize(String). Method will be removed in Commons Lang 3.0.
capitaliseAllWords(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the relocated StringUtils.capitalize(String). Method will be removed in Commons Lang 3.0.
capitalize(String) - Static method in class com.varra.util.StringUtils
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char).
capitalize(String, char[]) - Static method in class com.varra.util.StringUtils
Capitalizes all the delimiter separated words in a String.
center(String, int) - Static method in class com.varra.util.StringUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class com.varra.util.StringUtils
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class com.varra.util.StringUtils
Centers a String in a larger String of size size.
ChainedException - Exception in com.varra.exception
This Exception is the base class for the this Exception module.
It extends the Exception class and adds Chaining feature. Through the use of chaining, stack traces of all the exceptions in the chain can be maintained.
ChainedException() - Constructor for exception com.varra.exception.ChainedException
Constructor.
ChainedException(String) - Constructor for exception com.varra.exception.ChainedException
Constructor.
ChainedException(String, Throwable) - Constructor for exception com.varra.exception.ChainedException
Useful for revealing the original error with a bonus message.
ChainedException(Throwable) - Constructor for exception com.varra.exception.ChainedException
Useful for revealing the original error.
charAt(int) - Method in class com.varra.io.FastCharBuffer
Returns char at given index.
chomp(String) - Static method in class com.varra.util.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone.
chomp(String, String) - Static method in class com.varra.util.StringUtils
Removes separator from the end of str if it's there, otherwise leave it alone.
chompLast(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.chomp(String) instead. Method will be removed in Commons Lang 3.0.
chompLast(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.chomp(String,String) instead. Method will be removed in Commons Lang 3.0.
chop(String) - Static method in class com.varra.util.StringUtils
Remove the last character from a String.
chopNewline(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.chomp(String) instead. Method will be removed in Commons Lang 3.0.
ClassUtils - Class in com.varra.util
Class related utilities.
ClassUtils() - Constructor for class com.varra.util.ClassUtils
 
clean(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the clearer named StringUtils.trimToEmpty(String). Method will be removed in Commons Lang 3.0.
clear() - Method in class com.varra.io.FastByteBuffer
Resets the buffer content.
clear() - Method in class com.varra.io.FastCharBuffer
Resets the buffer content.
clear() - Method in class com.varra.util.FIFOQueue
 
clear() - Method in class com.varra.util.RapidFastMap
Removes all mappings from this map.
Client - Class in com.varra.tcp
TODO Description go here.
Client() - Constructor for class com.varra.tcp.Client
 
clone(Object) - Static method in class com.varra.util.ObjectUtils
Clone an object by invoking it's clone() method, even if it is not overridden.
cloneViaSerialization(Serializable) - Static method in class com.varra.util.ObjectUtils
Create object copy using serialization mechanism.
close() - Method in class com.varra.io.FastByteArrayOutputStream
Closing a FastByteArrayOutputStream has no effect.
close() - Method in class com.varra.io.FastCharArrayWriter
Closing a FastCharArrayWriter has no effect.
close(InputStream) - Static method in class com.varra.util.StreamUtils
Closes an input stream and releases any system resources associated with this stream.
close(OutputStream) - Static method in class com.varra.util.StreamUtils
Closes an output stream and releases any system resources associated with this stream.
close(Reader) - Static method in class com.varra.util.StreamUtils
Closes a character-input stream and releases any system resources associated with this stream.
close(Writer) - Static method in class com.varra.util.StreamUtils
Closes a character-output stream and releases any system resources associated with this stream.
COLON - Static variable in interface com.varra.util.StringPool
 
com.varra - package com.varra
 
com.varra.classification - package com.varra.classification
 
com.varra.exception - package com.varra.exception
 
com.varra.io - package com.varra.io
 
com.varra.jmx.exception - package com.varra.jmx.exception
 
com.varra.jmx.mbean - package com.varra.jmx.mbean
 
com.varra.jmx.notification - package com.varra.jmx.notification
 
com.varra.jmx.registry - package com.varra.jmx.registry
 
com.varra.jmx.util - package com.varra.jmx.util
 
com.varra.lang - package com.varra.lang
 
com.varra.listener - package com.varra.listener
 
com.varra.log - package com.varra.log
 
com.varra.log4j.appender - package com.varra.log4j.appender
 
com.varra.mail - package com.varra.mail
 
com.varra.net - package com.varra.net
 
com.varra.props - package com.varra.props
 
com.varra.spring - package com.varra.spring
 
com.varra.tcp - package com.varra.tcp
 
com.varra.util - package com.varra.util
 
COMMA - Static variable in interface com.varra.util.StringPool
 
compare(InputStream, InputStream) - Static method in class com.varra.util.StreamUtils
Compares the content of two byte streams.
compare(Reader, Reader) - Static method in class com.varra.util.StreamUtils
Compares the content of two character streams.
compareDeclarations(Method, Method) - Static method in class com.varra.util.ReflectUtil
Compares method declarations: signature and return types.
compareParameters(Class[], Class[]) - Static method in class com.varra.util.ReflectUtil
Compares method or ctor parameters.
compareSignatures(Method, Method) - Static method in class com.varra.util.ReflectUtil
Compares method signatures: names and parameters.
compareSignatures(Constructor, Constructor) - Static method in class com.varra.util.ReflectUtil
Compares constructor signatures: names and parameters.
compareSignatures(Field, Field) - Static method in class com.varra.util.ReflectUtil
Compare signatures.
compareTo(EnhancedTimerTask) - Method in class com.varra.util.EnhancedTimerTask
Compares 2 TimeTasks by comparing their next execution times.
Computable - Interface in com.varra.util
An easy convenient interface to compute the business logic required.
compute() - Method in class com.varra.props.PropertyFileMonitor
 
compute() - Method in interface com.varra.util.Computable
Computes the business logic based on the request of subclasses.
compute() - Method in class com.varra.util.EnhancedTimerTask
 
ComputingException - Exception in com.varra.exception
TODO Description go here.
ComputingException() - Constructor for exception com.varra.exception.ComputingException
Instantiates a new computing exception.
ComputingException(String) - Constructor for exception com.varra.exception.ComputingException
Instantiates a new computing exception.
ComputingException(Throwable) - Constructor for exception com.varra.exception.ComputingException
Instantiates a new computing exception.
ComputingException(String, Throwable) - Constructor for exception com.varra.exception.ComputingException
Instantiates a new computing exception.
concatenate(Object[]) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the better named StringUtils.join(Object[]) instead. Method will be removed in Commons Lang 3.0.
connector - Variable in class com.varra.jmx.util.JMXUtility
The connector.
ConsoleLogger - Class in com.varra.log
Redirects the log out put to the console, log level can be controlled by the static metho ConsoleLogger.setMyLogLevel(MyLogLevel) at any point of time.
ConsoleLogger() - Constructor for class com.varra.log.ConsoleLogger
Instantiates a new console logger.
Constants - Interface in com.varra.props
An convenient interface which is used to store all the constant property names.
contains(T, T[]) - Static method in class com.varra.util.ArrayUtils
Checks whether the given object to find is in the array.
contains(Object) - Method in class com.varra.util.FIFOQueue
 
contains(String, char) - Static method in class com.varra.util.StringUtils
Checks if String contains a search character, handling null.
contains(String, String) - Static method in class com.varra.util.StringUtils
Checks if String contains a search String, handling null.
containsAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
 
containsAny(String, char[]) - Static method in class com.varra.util.StringUtils
Checks if the String contains any character in the given set of characters.
containsAny(String, String) - Static method in class com.varra.util.StringUtils
Checks if the String contains any character in the given set of characters.
containsElement(Object, Object) - Static method in class com.varra.util.ObjectUtils
Returns true if first argument contains provided element.
containsIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Checks if String contains a search String irrespective of case, handling null.
containsKey(K) - Method in class com.varra.util.RapidFastMap
Tests if the specified object is a key in this table.
containsNone(String, char[]) - Static method in class com.varra.util.StringUtils
Checks that the String does not contain certain characters.
containsNone(String, String) - Static method in class com.varra.util.StringUtils
Checks that the String does not contain certain characters.
containsOnly(String, char[]) - Static method in class com.varra.util.StringUtils
Checks if the String contains only certain characters.
containsOnly(String, String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only certain characters.
containsValue(V) - Method in class com.varra.util.RapidFastMap
Returns true if this map maps one or more keys to the specified value.
copy(InputStream, OutputStream) - Static method in class com.varra.util.StreamUtils
Copies input stream to output stream using buffer.
copy(InputStream, OutputStream, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of bytes from input stream to output stream using buffer.
copy(InputStream, Writer) - Static method in class com.varra.util.StreamUtils
Copies input stream to writer using buffer.
copy(InputStream, Writer, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of bytes from input stream to writer using buffer.
copy(InputStream, Writer, String) - Static method in class com.varra.util.StreamUtils
Copies input stream to writer using buffer and specified encoding.
copy(InputStream, Writer, String, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of bytes from input stream to writer using buffer and specified encoding.
copy(Reader, Writer) - Static method in class com.varra.util.StreamUtils
Copies reader to writer using buffer.
copy(Reader, Writer, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of characters from reader to writer using buffer.
copy(Reader, OutputStream) - Static method in class com.varra.util.StreamUtils
Copies reader to output stream using buffer.
copy(Reader, OutputStream, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of characters from reader to output stream using buffer.
copy(Reader, OutputStream, String) - Static method in class com.varra.util.StreamUtils
Copies reader to output stream using buffer and specified encoding.
copy(Reader, OutputStream, String, int) - Static method in class com.varra.util.StreamUtils
Copies specified number of characters from reader to output stream using buffer and specified encoding.
countMatches(String, String) - Static method in class com.varra.util.StringUtils
Counts how many times the substring appears in the larger String.
CR - Static variable in interface com.varra.props.Constants
carriage return CR ('\r').

D

DASH - Static variable in interface com.varra.util.StringPool
 
debug(Object) - Method in class com.varra.log.ConsoleLogger
 
debug(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
debug(Object) - Method in interface com.varra.log.Log
Log a message object with the DEBUG level.
debug(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(Object) - Method in class com.varra.log.Log4jLogger
 
debug(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
debug(Object) - Method in class com.varra.log.Logger
Log a message object with the DEBUG level.
debug(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the DEBUG level including the stack trace of the Throwable t passed as parameter.
debug(Object) - Method in class com.varra.log.NoLogger
 
debug(Object, Throwable) - Method in class com.varra.log.NoLogger
 
DEF_MONITORING_INTERVAL - Static variable in interface com.varra.props.Constants
The DEf_ monitoring_ interval.
Default - Class in com.varra
TODO Description go here.
Default() - Constructor for class com.varra.Default
 
defaultIfBlank(String, String) - Static method in class com.varra.util.StringUtils
Returns either the passed in String, or if the String is whitespace, empty ("") or null, the value of defaultStr.
defaultIfEmpty(String, String) - Static method in class com.varra.util.StringUtils
Returns either the passed in String, or if the String is empty or null, the value of defaultStr.
defaultString(String) - Static method in class com.varra.util.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class com.varra.util.StringUtils
Returns either the passed in String, or if the String is null, the value of defaultStr.
deleteWhitespace(String) - Static method in class com.varra.util.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
difference(String, String) - Static method in class com.varra.util.StringUtils
Compares two Strings, and returns the portion where they differ.
disableCertificateValidation() - Static method in class com.varra.util.SSLUtils
Disable certificate validation.
DOLLAR - Static variable in interface com.varra.util.StringPool
 
DOLLAR_LEFT_BRACE - Static variable in interface com.varra.util.StringPool
 
DOT - Static variable in interface com.varra.util.StringPool
 
DOT_CLASS - Static variable in interface com.varra.util.StringPool
 
DOT_JAVA - Static variable in interface com.varra.util.StringPool
 
DOTDOT - Static variable in interface com.varra.util.StringPool
 

E

elements() - Method in class com.varra.util.RapidFastMap
Returns an enumeration of the values in this table.
empty(T...) - Static method in class com.varra.util.ArrayUtils
Deprecated.
EMPTY - Static variable in interface com.varra.util.StringPool
 
EMPTY - Static variable in class com.varra.util.StringUtils
The empty String "".
EMPTY_ARRAY - Static variable in interface com.varra.util.StringPool
 
EMPTY_STRING_ARRAY - Static variable in class com.varra.util.StringUtils
The Constant EMPTY_STRING_ARRAY.
encoding - Static variable in class com.varra.Default
Default file encoding (UTF8).
endsWith(String, String) - Static method in class com.varra.util.StringUtils
Check if a String ends with a specified suffix.
endsWithAny(String, String[]) - Static method in class com.varra.util.StringUtils
Check if a String ends with any of an array of specified strings.
endsWithIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case insensitive check if a String ends with a specified suffix.
EnhancedTimerTask - Class in com.varra.util
A task that is executed at a specified time.
EnhancedTimerTask() - Constructor for class com.varra.util.EnhancedTimerTask
Constructor for subclasses.
EnhancedTimerTask(String) - Constructor for class com.varra.util.EnhancedTimerTask
Constructor for subclasses.
entrySet() - Method in class com.varra.util.RapidFastMap
Returns a collection view of the mappings contained in this map.
ENV_VARIABLE_REGEX - Static variable in interface com.varra.props.Constants
 
equals(Object) - Method in class com.varra.props.ApplicationProperties
 
equals(Object) - Method in class com.varra.util.FIFOQueue
 
equals(Object, Object) - Static method in class com.varra.util.ObjectUtils
Safely compares two objects just like equals() would, except it allows any of the 2 objects to be null.
equals(Object) - Method in class com.varra.util.RapidFastMap
Compares the specified object with this map for equality.
EQUALS - Static variable in interface com.varra.util.StringPool
 
equals(String, String) - Static method in class com.varra.util.StringUtils
Compares two Strings, returning true if they are equal.
equalsEx(Object, Object) - Static method in class com.varra.util.ObjectUtils
Compares two objects or two object arrays.
equalsIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Compares two Strings, returning true if they are equal ignoring the case.
equalsOfAny(String, String...) - Static method in class com.varra.util.StringUtils
Compares the given string against the list of Strings, returning true if they contain this string.
equalsOfAnyIgnoreCase(String, String...) - Static method in class com.varra.util.StringUtils
Compares the given string against the list of Strings, returning true if they contain this string.
equalsType(Object, Object) - Static method in class com.varra.util.ObjectUtils
Non-symmetric utility for comparing the types of two objects.
error(Object) - Method in class com.varra.log.ConsoleLogger
 
error(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
error(Object) - Method in interface com.varra.log.Log
Log a message object with the ERROR Level..
error(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the ERROR level including the stack trace of the Throwable t passed as parameter.
error(Object) - Method in class com.varra.log.Log4jLogger
 
error(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
error(Object) - Method in class com.varra.log.Logger
Log a message object with the ERROR Level..
error(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the ERROR level including the stack trace of the Throwable t passed as parameter.
error(Object) - Method in class com.varra.log.NoLogger
 
error(Object, Throwable) - Method in class com.varra.log.NoLogger
 
EXCLAMATION_MARK - Static variable in interface com.varra.util.StringPool
 
executeMethod(T, String, boolean, Object...) - Static method in class com.varra.util.ReflectUtil
Finds the method based on the name provided and executes the method by passing the arguments.
executeMethod(T, String, boolean, String...) - Static method in class com.varra.util.ReflectUtil
Finds the method based on the name provided and executes the method by passing the arguments.

F

FALSE - Static variable in interface com.varra.util.StringPool
 
FastByteArrayOutputStream - Class in com.varra.io
This class implements an output stream in which the data is written into a byte array.
FastByteArrayOutputStream() - Constructor for class com.varra.io.FastByteArrayOutputStream
Creates a new byte array output stream.
FastByteArrayOutputStream(int) - Constructor for class com.varra.io.FastByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
FastByteBuffer - Class in com.varra.io
Fast, fast byte buffer.
FastByteBuffer() - Constructor for class com.varra.io.FastByteBuffer
Creates a new byte buffer.
FastByteBuffer(int) - Constructor for class com.varra.io.FastByteBuffer
Creates a new byte buffer, with a buffer capacity of the specified size, in bytes.
FastCharArrayWriter - Class in com.varra.io
Similar as FastByteArrayOutputStream but for Writer.
FastCharArrayWriter() - Constructor for class com.varra.io.FastCharArrayWriter
Creates a new writer.
FastCharArrayWriter(int) - Constructor for class com.varra.io.FastCharArrayWriter
Creates a new char array writer, with a buffer capacity of the specified size, in bytes.
FastCharBuffer - Class in com.varra.io
Fast, fast char buffer with some additional features.
FastCharBuffer() - Constructor for class com.varra.io.FastCharBuffer
Creates a new char buffer.
FastCharBuffer(int) - Constructor for class com.varra.io.FastCharBuffer
Creates a new char buffer, with a buffer capacity of the specified size, in bytes.
fatal(Object) - Method in class com.varra.log.ConsoleLogger
 
fatal(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
fatal(Object) - Method in interface com.varra.log.Log
Log a message object with the FATAL Level.
fatal(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the FATAL level including the stack trace of the Throwable t passed as parameter.
fatal(Object) - Method in class com.varra.log.Log4jLogger
 
fatal(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
fatal(Object) - Method in class com.varra.log.Logger
Log a message object with the FATAL Level.
fatal(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the FATAL level including the stack trace of the Throwable t passed as parameter.
fatal(Object) - Method in class com.varra.log.NoLogger
 
fatal(Object, Throwable) - Method in class com.varra.log.NoLogger
 
FIFOQueue<E> - Class in com.varra.util
It adds the thread-safe functionality to the LinkedList where all the operations from/to this list are synchronized.
And it adds the fixed size functionality too to LinkedList where as LinkedList does not provide it by default.
FIFOQueue() - Constructor for class com.varra.util.FIFOQueue
Creates a list of small initial capacity.
FIFOQueue(int, boolean) - Constructor for class com.varra.util.FIFOQueue
Creates a list of specified initial capacity if the FIFOQueue is not fixed, else it creates a Queue of the specified length; unless the list size reaches the specified capacity, operations on this list will not allocate memory (no lazy object creation).
FIFOQueue(Collection<? extends E>) - Constructor for class com.varra.util.FIFOQueue
Creates a list containing the specified values, in the order they are returned by the collection's iterator.
FileUtils - Class in com.varra.util
TODO Description go here.
FileUtils() - Constructor for class com.varra.util.FileUtils
 
findDeclaredMethod(Class, String) - Static method in class com.varra.util.ReflectUtil
Find declared method.
findMethod(Class, String) - Static method in class com.varra.util.ReflectUtil
Returns method from an object, matched by name.
FIRST_PART - Static variable in interface com.varra.props.Constants
First part of the regex
flush() - Method in class com.varra.io.FastCharArrayWriter
Flushing a FastCharArrayWriter has no effects.
forceAccess(AccessibleObject) - Static method in class com.varra.util.ReflectUtil
Suppress access check against a reflection object.

G

GCThread - Class in com.varra.util
A Utility thread to request the GC Activity in background mode.
Usage:
GCThread.GCThread.requestGC();
get(int) - Method in class com.varra.io.FastByteBuffer
Returns byte element at given index.
get(int) - Method in class com.varra.io.FastCharBuffer
Returns char element at given index.
get(int) - Method in class com.varra.util.FIFOQueue
 
get(K) - Method in class com.varra.util.RapidFastMap
Returns the value to which the specified key is mapped in this table.
get(String, Class<T>) - Static method in class com.varra.util.XMLUtils
Gets the.
get(String, String) - Static method in class com.varra.util.XMLUtils
Gets the Object by converting the xml, regex will be used to parse the class type from attribute in the message.
getA() - Method in class com.varra.net.IpFeilds
Gets the a (Indicates the first part of ip i.e a.b.c.d .) as integer.
getAccessibleFields(Class) - Static method in class com.varra.util.ReflectUtil
Gets the accessible fields.
getAccessibleFields(Class, Class) - Static method in class com.varra.util.ReflectUtil
Gets the accessible fields.
getAccessibleMethods(Class) - Static method in class com.varra.util.ReflectUtil
Returns array of all methods that are accessible from given class.
getAccessibleMethods(Class, Class) - Static method in class com.varra.util.ReflectUtil
Returns array of all methods that are accessible from given class, upto limit (usually Object.class).
getAddress() - Method in class com.varra.net.IpFeilds
Gets the address.
getApplicationProperties() - Method in class com.varra.props.PropertyFileMonitor
Gets the application properties.
getAppProperties(String) - Static method in class com.varra.props.VarraProperties
Gets the application property.
getAppProperty(String) - Static method in class com.varra.props.VarraProperties
Gets the application property.
getAppProperty(String, String) - Static method in class com.varra.props.VarraProperties
Gets the application property.
getASizeAsHumanReadableString(long) - Static method in class com.varra.util.FileUtils
Gets the as string.
getAsMap() - Method in class com.varra.util.RapidFastMap
Returns this Object as Map.
getB() - Method in class com.varra.net.IpFeilds
Gets the b (Indicates the second part of ip i.e a.b.c.d.) as integer..
getBeanPropertyGetterName(Method) - Static method in class com.varra.util.ReflectUtil
Returns beans property getter name or null if method is not a real getter.
getBeanPropertySetterName(Method) - Static method in class com.varra.util.ReflectUtil
Returns beans property setter name or null if method is not a real setter.
getBooleanProperty(String, boolean) - Static method in class com.varra.props.VarraProperties
Deprecated.
getByType(String) - Static method in class com.varra.util.XMLUtils
Gets the object by converting the xml, type XMLUtils.TYPE_REGEX will be used to parse the class type from attribute in the message.
getC() - Method in class com.varra.net.IpFeilds
Gets the c (Indicates the third part of ip i.e a.b.c.d.) as integer..
getCause() - Method in exception com.varra.exception.ChainedException
Gets the cause of the actual exception.
getChomp(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.substringAfterLast(String, String) instead (although this doesn't include the separator) Method will be removed in Commons Lang 3.0.
getClass(T) - Static method in class com.varra.util.WrapperUtils
Gets the class of the specified type.
getClasses(Object...) - Static method in class com.varra.util.ReflectUtil
Returns classes from array of specified objects.
getClassFromPrimitive(Class<T>) - Static method in class com.varra.util.WrapperUtils
Gets the class of the specified type.
getCode() - Method in enum com.varra.util.ShutdownMode
Gets the code.
getCommonPrefix(String[]) - Static method in class com.varra.util.StringUtils
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
getComponentType(Type) - Static method in class com.varra.util.ReflectUtil
Returns component type of the given type.
getComponentType(Type, int) - Static method in class com.varra.util.ReflectUtil
Returns the component type of the given type.
For example the following types all have the component-type MyClass: MyClass[] List<MyClass> Foo<? extends MyClass> Bar<? super MyClass> <T extends MyClass> T[]
getConfigFileName() - Static method in class com.varra.spring.SpringContext
Gets the config file name.
getConnection() - Method in class com.varra.jmx.util.JMXUtility
getContent() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getContent() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Gets the log4j content.
getContext() - Static method in class com.varra.spring.SpringContext
Gets the application context.
getContextFileName() - Method in class com.varra.jmx.mbean.SpringContextLoader
 
getContextFileName() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
Gets the full qualified SpringContext file name.
getD() - Method in class com.varra.net.IpFeilds
Gets the d (Indicates the fourth part of ip i.e a.b.c.d.) as integer.
getDatePattern() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
Returns the value of the DatePattern option.
getDeclaredField(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
Gets the declared field.
getDeclaredMethod(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
Gets the declared method.
getDescription() - Method in enum com.varra.util.ShutdownMode
Gets the description.
getDetails(String) - Method in class com.varra.jmx.util.JMXUtility
Gets the details.
getElapsedTime() - Method in class com.varra.util.EnhancedTimerTask
Gets the elapsed time.
getElapsedTime() - Method in class com.varra.util.StopWatch
Gets the elapsed time.
getEndTime() - Method in class com.varra.util.StopWatch
Gets the end time.
getEvent() - Method in class com.varra.util.EnhancedTimerTask
Gets the event.
getFieldName(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
Gets the declared field name as String.
getFieldName(Class<T>, String, boolean) - Static method in class com.varra.util.ReflectUtil
Gets the declared field name as String.
getFieldValue(Class<?>, Object, String) - Static method in class com.varra.util.ClassUtils
Deprecated.
getFieldValue(T, String, boolean) - Static method in class com.varra.util.ReflectUtil
Gets the field value.
getFirst() - Method in class com.varra.util.FIFOQueue
Returns the first value of this list.
getGenericSupertype(Class, int) - Static method in class com.varra.util.ReflectUtil
Gets the generic supertype.
getGenericSupertype(Class) - Static method in class com.varra.util.ReflectUtil
Gets the generic supertype.
getGlobalThread(int, int) - Static method in class com.varra.util.GlobalThread
Gets the singleton SafeThread.
getGlobalThread(int) - Static method in class com.varra.util.GlobalThread
Gets the singleton SafeThread.
getGlobalThread() - Static method in class com.varra.util.GlobalThread
Gets the singleton SafeThread.
getInstance() - Static method in class com.varra.jmx.mbean.HealthChecker
Gets the single instance of HealthChecker.
getInstance() - Static method in class com.varra.lang.Void
Get the instance of type Void.
getIntegerProperty(String, int) - Static method in class com.varra.props.VarraProperties
Deprecated.
getInterval() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getInterval() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Gets the interval of the logFile loader that is pre-configured.
getInterval() - Method in class com.varra.props.ApplicationProperties
Gets the properties file monitor interval.
getInterval() - Method in class com.varra.util.SafeThread
Gets the interval.
getIpAsInt(InetAddress) - Static method in class com.varra.net.IPUtils
Gets the IpAddress as 32 bit signed integer.
getIpAsInt(IpFeilds) - Static method in class com.varra.net.IPUtils
Gets the IpAddress as 32 bit signed integer.
getIpAsLong(InetAddress) - Static method in class com.varra.net.IPUtils
Gets the IpAddress as long.
getIpAsLong(IpFeilds) - Static method in class com.varra.net.IPUtils
Gets the IpAddress as long.
getIpsInRange(InetAddress, InetAddress) - Static method in class com.varra.net.IPUtils
Gets all the IPs in the given range including the begin and end IP Addresses.
getJVMDetailsHTML(String, RapidFastMap<String, String>) - Static method in class com.varra.jmx.util.XMLUtility
Gets the jVM details html.
getKey(Map<K, V>, V) - Static method in class com.varra.util.MapUtils
Gets the key based on value.
getLast() - Method in class com.varra.util.FIFOQueue
Returns the last value of this list.
getLevel() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getLevel() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Gets the current root log level configured.
getLevel() - Method in class com.varra.log.ConsoleLogger
 
getLevel() - Method in interface com.varra.log.Log
Returns the assigned MyLogLevel, if any, for this Category.
getLevel() - Method in class com.varra.log.Log4jLogger
 
getLevel() - Method in class com.varra.log.Logger
Returns the assigned MyLogLevel, if any, for this Category.
getLevel() - Method in class com.varra.log.NoLogger
 
getLevelAsString() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getLevelHelp() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getLevenshteinDistance(String, String) - Static method in class com.varra.util.StringUtils
Find the Levenshtein distance between two Strings.
getListeners() - Method in class com.varra.util.SafeThread
Gets the listeners.
getLogClass(String) - Static method in class com.varra.log.LogManager
Gets the log class.
getLogClassName() - Static method in class com.varra.log.LogManager
Gets the log class name.
getLogFileName() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
getLogFileName() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Gets the full qualified log file name.
getLogger(Class<?>) - Static method in class com.varra.log.Logger
Retrieve a logger named according to the value of the name parameter.
getLogger(String) - Static method in class com.varra.log.Logger
Retrieve a logger named according to the value of the name parameter.
getLogger(String) - Static method in class com.varra.log.LogManager
Gets the logger.
getLongAsIP(long) - Static method in class com.varra.net.IPUtils
Gets the long as ip.
getLongAsIPString(long) - Static method in class com.varra.net.IPUtils
Gets the long as ip string.
getMaxBackupIndex() - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
Returns the value of the MaxBackupIndex option.
getMBeanRef() - Method in class com.varra.jmx.mbean.MBean
Gets the m bean ref.
getMethod0(Class, String, Class...) - Static method in class com.varra.util.ReflectUtil
Invokes private Class.getMethod0() without throwing NoSuchMethodException.
getMethodsThatHas(T, Class<? extends Annotation>) - Static method in class com.varra.util.ReflectUtil
Gets the methods that has.
getName() - Method in class com.varra.jmx.mbean.MBean
Gets the name.
getName() - Method in enum com.varra.jmx.util.MBeanConstants.Application
Gets the name.
getName() - Method in class com.varra.log.ConsoleLogger
 
getName() - Method in interface com.varra.log.Log
Gets the name of the logger.
getName() - Method in class com.varra.log.Log4jLogger
 
getName() - Method in class com.varra.log.Logger
Gets the name.
getName() - Method in class com.varra.log.NoLogger
 
getName() - Method in class com.varra.util.EnhancedTimerTask
Gets the name.
getNestedString(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the better named StringUtils.substringBetween(String, String). Method will be removed in Commons Lang 3.0.
getNestedString(String, String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the better named StringUtils.substringBetween(String, String, String). Method will be removed in Commons Lang 3.0.
getNextExecutionTime() - Method in class com.varra.util.EnhancedTimerTask
Returns the next time at which the task will be executed, ie the.
getNoLogger() - Static method in class com.varra.log.NoLogger
Gets the no logger.
getNoOfExecTimes() - Method in class com.varra.util.EnhancedTimerTask
Gets the no of exec times.
getNoOfPendingTimes() - Method in class com.varra.util.EnhancedTimerTask
Gets the no of pending times.
getNoOfTimes() - Method in class com.varra.util.EnhancedTimerTask
Gets the no of times that executes this particular task.
getNotificationListener() - Method in class com.varra.jmx.mbean.MBean
Gets the notification listener.
getPeriod() - Method in class com.varra.util.EnhancedTimerTask
Returns the period of this task.
getPort() - Method in class com.varra.jmx.mbean.MBean
Gets the port.
getPortName() - Method in enum com.varra.jmx.util.MBeanConstants.Port
Gets the port name.
getPrechomp(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.substringBefore(String,String) instead (although this doesn't include the separator). Method will be removed in Commons Lang 3.0.
getPrevExecutionTime() - Method in class com.varra.util.EnhancedTimerTask
Gets the prev execution time.
getProperties() - Method in class com.varra.props.ApplicationProperties
Gets the properties.
getProperty(String) - Static method in class com.varra.props.VarraProperties
Gets the global property, it could be a SpringContext bean, application monitoring property or an environment property.
getProperty(String, Object) - Static method in class com.varra.props.VarraProperties
Gets the property value if it is available, else returns the defValue provided.
getPropertyAsGeneric(String) - Static method in class com.varra.props.VarraProperties
Gets the property as generic, But be careful in taking care of TYPE while using it.
getPropertyAsGeneric(String, Class<T>) - Static method in class com.varra.props.VarraProperties
Gets the property as generic, But be careful in taking care of TYPE while using it.
getPropertyFile() - Method in class com.varra.props.ApplicationProperties
Gets the property file.
getPropertyFileList() - Static method in class com.varra.props.VarraProperties
Gets the property file list, contains only the valid.
getPropertyFileName() - Method in class com.varra.props.ApplicationProperties
Gets the property file name.
getRapidAppDetailsHTML(String, RapidFastMap<String, RapidFastMap<String, String>>) - Static method in class com.varra.jmx.util.XMLUtility
Gets the rapid app details html.
getScreen() - Method in class com.varra.util.PrintScreen
Gets the screen.
getScreen(String) - Method in class com.varra.util.PrintScreen
Gets the screen captured and stored in the given directory.
getSpringContextLoader() - Static method in class com.varra.jmx.mbean.SpringContextLoader
Gets the spring context loader.
getStartTime() - Method in class com.varra.util.StopWatch
Gets the start time.
getSuperclasses(Class) - Static method in class com.varra.util.ReflectUtil
Returns all superclasses.
getSupportedFields(Class) - Static method in class com.varra.util.ReflectUtil
Gets the supported fields.
getSupportedFields(Class, Class) - Static method in class com.varra.util.ReflectUtil
Gets the supported fields.
getSupportedMethods(Class) - Static method in class com.varra.util.ReflectUtil
Gets the supported methods.
getSupportedMethods(Class, Class) - Static method in class com.varra.util.ReflectUtil
Returns a Method array of the methods to which instances of the specified respond except for those methods defined in the class specified by limit or any of its superclasses.
getSystemProperty(String) - Static method in class com.varra.props.VarraProperties
Gets the system property.
getType() - Method in class com.varra.jmx.mbean.MBean
Gets the type.
getTypeName() - Method in enum com.varra.jmx.util.MBeanConstants.Type
Gets the type name.
getURL() - Method in class com.varra.jmx.util.JMXUtility
Gets the uRL.
getValidFieldName(Class<?>, String) - Static method in class com.varra.util.ClassUtils
Gets the valid field name.
getWarName() - Method in class com.varra.jmx.mbean.MBean
Gets the war name.
getWrapperProperty(String, T) - Static method in class com.varra.props.VarraProperties
Gets the property value if it is available, else returns the defValue provided.
getXML(T) - Static method in class com.varra.util.XMLUtils
Gets the xML.
GlobalThread - Class in com.varra.util
An global singleton SafeThread instance.
Created for distribution ease.
GT_KEEP_ALIVE_TIME_DEFAULT_VALUE - Static variable in interface com.varra.props.Constants
 
GT_KEEP_ALIVE_TIME_PROPERTY - Static variable in interface com.varra.props.Constants
 

H

has(T, String, boolean, Class<? extends Annotation>) - Static method in class com.varra.util.ReflectUtil
Checks the method for the given type of annotation, whether it contains it.
HASH - Static variable in interface com.varra.util.StringPool
 
hashCode() - Method in class com.varra.props.ApplicationProperties
 
hashCode() - Method in class com.varra.util.RapidFastMap
Returns the hash code value for this map.
HAT - Static variable in interface com.varra.util.StringPool
 
HealthChecker - Class in com.varra.jmx.mbean
The MBean Implementation of the HealthCheckerMBean, provides the actual definition of the health Checking.
HealthCheckerMBean - Interface in com.varra.jmx.mbean
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations to let rest of the world know about the status of this particular service's health check.
HealthCheckerMBeanNotification - Class in com.varra.jmx.notification
Provides definitions of the HealthCheck change notifications sent by MBeans.
HealthCheckerMBeanNotification(Object, boolean, long) - Constructor for class com.varra.jmx.notification.HealthCheckerMBeanNotification
Instantiates a new health checker m bean notification.
HealthCheckerMBeanNotification(Object, boolean, long, String) - Constructor for class com.varra.jmx.notification.HealthCheckerMBeanNotification
Instantiates a new health checker m bean notification.
HealthCheckerMBeanNotification(Object, boolean, long, long) - Constructor for class com.varra.jmx.notification.HealthCheckerMBeanNotification
Instantiates a new health checker m bean notification.
HealthCheckerMBeanNotification(Object, boolean, long, long, String) - Constructor for class com.varra.jmx.notification.HealthCheckerMBeanNotification
Instantiates a new health checker m bean notification.

I

incrementNoOfExecTimes() - Method in class com.varra.util.EnhancedTimerTask
Increments the no of exec times.
index() - Method in class com.varra.io.FastByteBuffer
Returns current index of inner byte array chunk.
index() - Method in class com.varra.io.FastCharBuffer
Returns current index of inner char array chunk.
INDEX_NOT_FOUND - Static variable in class com.varra.util.ArrayUtils
The index value when an element is not found in a list or array: -1.
INDEX_NOT_FOUND - Static variable in class com.varra.util.StringUtils
Represents a failed index search.
indexOf(T, T[]) - Static method in class com.varra.util.ArrayUtils
Finds the index of the given object in the array.
indexOf(T, int, T[]) - Static method in class com.varra.util.ArrayUtils
Finds the index of the given object in the array starting at the given index.
indexOf(Object) - Method in class com.varra.util.FIFOQueue
 
indexOf(String, char) - Static method in class com.varra.util.StringUtils
Finds the first index within a String, handling null.
indexOf(String, char, int) - Static method in class com.varra.util.StringUtils
Finds the first index within a String from a start position, handling null.
indexOf(String, String) - Static method in class com.varra.util.StringUtils
Finds the first index within a String, handling null.
indexOf(String, String, int) - Static method in class com.varra.util.StringUtils
Finds the first index within a String, handling null.
indexOfAny(String, char[]) - Static method in class com.varra.util.StringUtils
Search a String to find the first index of any character in the given set of characters.
indexOfAny(String, String) - Static method in class com.varra.util.StringUtils
Search a String to find the first index of any character in the given set of characters.
indexOfAny(String, String[]) - Static method in class com.varra.util.StringUtils
Find the first index of any of a set of potential substrings.
indexOfAnyBut(String, char[]) - Static method in class com.varra.util.StringUtils
Search a String to find the first index of any character not in the given set of characters.
indexOfAnyBut(String, String) - Static method in class com.varra.util.StringUtils
Search a String to find the first index of any character not in the given set of characters.
indexOfDifference(String, String) - Static method in class com.varra.util.StringUtils
Compares two Strings, and returns the index at which the Strings begin to differ.
indexOfDifference(String[]) - Static method in class com.varra.util.StringUtils
Compares all Strings in an array and returns the index at which the Strings begin to differ.
indexOfIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case in-sensitive find of the first index within a String.
indexOfIgnoreCase(String, String, int) - Static method in class com.varra.util.StringUtils
Case in-sensitive find of the first index within a String from the specified position.
info(Object) - Method in class com.varra.log.ConsoleLogger
 
info(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
info(Object) - Method in interface com.varra.log.Log
Log a message object with the INFO Level.
info(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the INFO level including the stack trace of the Throwable t passed as parameter.
info(Object) - Method in class com.varra.log.Log4jLogger
 
info(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
info(Object) - Method in class com.varra.log.Logger
Log a message object with the INFO Level.
info(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the INFO level including the stack trace of the Throwable t passed as parameter.
info(Object) - Method in class com.varra.log.NoLogger
 
info(Object, Throwable) - Method in class com.varra.log.NoLogger
 
INSTANCE - Static variable in class com.varra.lang.Void
The Constant INSTANCE.
INTEGER_ONE - Static variable in class com.varra.util.BooleanUtils
Reusable Integer constant for one.
INTEGER_ZERO - Static variable in class com.varra.util.BooleanUtils
Reusable Integer constant for zero.
IntegerUtils - Class in com.varra.util
Operations on Integer that are null safe.
IntegerUtils() - Constructor for class com.varra.util.IntegerUtils
 
InterfaceAudience - Class in com.varra.classification
Annotation to inform users of a package, class or method's intended audience.
InterfaceAudience.LimitedPrivate - Annotation Type in com.varra.classification
Intended only for the project(s) or Package(s) specified in the annotation.
For example, "mbean", "notification", "util".
InterfaceAudience.Private - Annotation Type in com.varra.classification
Intended for use only within this itself.
InterfaceAudience.Public - Annotation Type in com.varra.classification
Intended for use by any project or application.
InterfaceStability - Class in com.varra.classification
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class com.varra.classification.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in com.varra.classification
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Type in com.varra.classification
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (i.e.
InterfaceStability.Unstable - Annotation Type in com.varra.classification
No guarantee is provided as to reliability or stability across any level of release granularity.
invoke(ObjectName, String, Object[], String[]) - Method in class com.varra.jmx.util.JMXUtility
Invoke.
invoke(Class, Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
Invokes accessible method of an object.
invoke(Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
Invokes accessible method of an object.
invoke(Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
Invokes accessible method of an object without specifying parameter types.
invoke(Class, Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
Invoke.
invokeDeclared(Class, Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
Invokes any method of a class, even private ones.
invokeDeclared(Object, String, Class[], Object[]) - Static method in class com.varra.util.ReflectUtil
Invokes any method of a class suppressing java access checking.
invokeDeclared(Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
Invoke declared.
invokeDeclared(Class, Object, String, Object[]) - Static method in class com.varra.util.ReflectUtil
Invoke declared.
ioBufferSize - Static variable in class com.varra.Default
Default IO buffer size (16 KB).
ioBufferSize - Static variable in class com.varra.util.StreamUtils
The io buffer size.
IpFeilds - Class in com.varra.net
Holds the actual IP details as feilds a,b,c,d from (a.b.c.d).
IpFeilds(InetAddress) - Constructor for class com.varra.net.IpFeilds
Instantiates a new iP feilds.
IpSubnetCheck - Class in com.varra.net
An IP Utility class to check whether the Given IP is in the range!.
IpSubnetCheck(InetAddress, InetAddress) - Constructor for class com.varra.net.IpSubnetCheck
Instantiates a new iP subnet check.
IPUtils - Class in com.varra.net
An IP based Utility class, for saving the coding time.
IPUtils() - Constructor for class com.varra.net.IPUtils
 
isAlive() - Method in class com.varra.jmx.mbean.HealthChecker
 
isAlive() - Method in interface com.varra.jmx.mbean.HealthCheckerMBean
Checks if this service is alive, and functioning well.
isAlive() - Method in class com.varra.jmx.notification.HealthCheckerMBeanNotification
Gets the status of the Application.
isAllLowerCase(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only lowercase characters.
isAllUpperCase(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only uppercase characters.
isAlpha(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode letters.
isAlphanumeric(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode letters or digits.
isAlphanumericSpace(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode letters, digits or space ( ' ').
isAlphaSpace(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode letters and space (' ').
isAsciiPrintable(String) - Static method in class com.varra.util.StringUtils
Checks if the string contains only ASCII printable characters.
isAsciiPrintable(char) - Static method in class com.varra.util.StringUtils
Checks whether the character is ASCII 7 bit printable.
isAssignableFrom(Member, Member) - Static method in class com.varra.util.ReflectUtil
Returns true if the first member is accessible from second one.
isBeanProperty(Method) - Static method in class com.varra.util.ReflectUtil
Returns true if method is a bean property.
isBeanPropertyGetter(Method) - Static method in class com.varra.util.ReflectUtil
Returns true if method is bean getter.
isBeanPropertySetter(Method) - Static method in class com.varra.util.ReflectUtil
Returns true if method is bean setter.
isBlank(String) - Static method in class com.varra.util.StringUtils
Checks if a String is whitespace, empty ("") or null.
isCanceled() - Method in class com.varra.util.EnhancedTimerTask
Returns whether this task is canceled.
isDaemon() - Method in class com.varra.util.EnhancedTimerTask
Checks if is daemon.
isDebugEnabled() - Method in class com.varra.log.ConsoleLogger
 
isDebugEnabled() - Method in interface com.varra.log.Log
Check whether this category is enabled for the DEBUG Level.
isDebugEnabled() - Method in class com.varra.log.Log4jLogger
 
isDebugEnabled() - Method in class com.varra.log.Logger
Check whether this category is enabled for the DEBUG Level.
isDebugEnabled() - Method in class com.varra.log.NoLogger
 
isEmpty() - Method in class com.varra.io.FastByteBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class com.varra.io.FastCharBuffer
Tests if this buffer has no elements.
isEmpty(T...) - Static method in class com.varra.util.ArrayUtils
Checks whether the given array is empty.
isEmpty() - Method in class com.varra.util.FIFOQueue
 
isEmpty() - Method in class com.varra.util.RapidFastMap
Returns true if this map contains no key-value mappings.
isEmpty(Object[]) - Static method in class com.varra.util.StringUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive booleans is empty or null.
isEmpty(String) - Static method in class com.varra.util.StringUtils
Checks if a String is empty ("") or null.
isExecuteImmediatelySet() - Method in class com.varra.util.EnhancedTimerTask
Checks if this is set for immediate execution.
isExpired() - Method in class com.varra.util.EnhancedTimerTask
Checks if is expired.
isFalse(Boolean) - Static method in class com.varra.util.BooleanUtils
Checks if a Boolean value is false, handling null by returning false.
isFinished() - Method in class com.varra.util.EnhancedTimerTask
Returns whether this task is finished.
isFirstGraterThanSecond(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given first integer is greater than the second integer value i.e first > second.
isFirstLessThanSecond(Integer, Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given first integer is less than the second integer value i.e first < second.
isFixed() - Method in class com.varra.util.FIFOQueue
Checks if is fixed.
isHighSurrogate(char) - Static method in class com.varra.util.StringUtils
Indicates whether ch is a high- (or leading-) surrogate code unit that is used for representing supplementary characters in UTF-16 encoding.
isInfoEnabled() - Method in class com.varra.log.ConsoleLogger
 
isInfoEnabled() - Method in interface com.varra.log.Log
Check whether this category is enabled for the info Level.
isInfoEnabled() - Method in class com.varra.log.Log4jLogger
 
isInfoEnabled() - Method in class com.varra.log.Logger
Check whether this category is enabled for the info Level.
isInfoEnabled() - Method in class com.varra.log.NoLogger
 
isInstanceOf(Object, Class<?>) - Static method in class com.varra.util.ObjectUtils
Checks if an Object is an instance of the given class.
isInstanceOf(Object, Class) - Static method in class com.varra.util.ReflectUtil
Dynamic version of instanceof.
isInterfaceImpl(Class, Class) - Static method in class com.varra.util.ReflectUtil
Returns true if provided class is interface implementation.
isItInRange(InetAddress) - Method in class com.varra.net.IpSubnetCheck
Checks if is it in range.
isItInRange(InetAddress, InetAddress, InetAddress) - Static method in class com.varra.net.IPUtils
Checks if is it in the given range.
isItInRange(IpFeilds, IpFeilds, IpFeilds) - Static method in class com.varra.net.IPUtils
Checks if is it in range.
isMonitoringEnabled() - Method in class com.varra.props.ApplicationProperties
Checks if is monitoring enabled.
isNegative(Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given integer is holding a Negative value i.e less than zero.
isNotBlank(String) - Static method in class com.varra.util.StringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(Object[]) - Static method in class com.varra.util.StringUtils
Checks if an array of Objects is not empty or not null.
isNotEmpty(long[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive longs is not empty or not null.
isNotEmpty(int[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive ints is not empty or not null.
isNotEmpty(short[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive shorts is not empty or not null.
isNotEmpty(char[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive chars is not empty or not null.
isNotEmpty(byte[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive bytes is not empty or not null.
isNotEmpty(double[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive doubles is not empty or not null.
isNotEmpty(float[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive floats is not empty or not null.
isNotEmpty(boolean[]) - Static method in class com.varra.util.StringUtils
Checks if an array of primitive booleans is not empty or not null.
isNotEmpty(String) - Static method in class com.varra.util.StringUtils
Checks if a String is not empty ("") and not null.
isNotFalse(Boolean) - Static method in class com.varra.util.BooleanUtils
Checks if a Boolean value is not false, handling null by returning true.
isNotInstanceOf(Object, Class<?>) - Static method in class com.varra.util.ObjectUtils
Checks if an Object is not an instance of the given class.
isNotNull(Object) - Static method in class com.varra.util.ObjectUtils
Checks if an Object is not null.
isNotTrue(Boolean) - Static method in class com.varra.util.BooleanUtils
Checks if a Boolean value is not true, handling null by returning true.
isNull(Object) - Static method in class com.varra.util.ObjectUtils
Checks if an Object is null.
isNumeric(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode digits.
isNumericSpace(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only unicode digits or space ( ' ').
ISO_8859_1 - Static variable in interface com.varra.util.StringPool
 
isObjectMethod(Method) - Static method in class com.varra.util.ReflectUtil
Returns true if method defined in Object class.
isPeriodic() - Method in class com.varra.util.EnhancedTimerTask
Returns whether this task is periodic.
isPortOpened(String, int) - Static method in class com.varra.tcp.Client
Checks if port is opened.
isPositive(Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given integer is holding a positive value i.e grater than zero.
isPublic(Member) - Static method in class com.varra.util.ReflectUtil
Returns true if class member is public.
isPublic(Class) - Static method in class com.varra.util.ReflectUtil
Returns true if class is public.
isPublicPublic(Member) - Static method in class com.varra.util.ReflectUtil
Returns true if class member is public and if its declaring class is also public.
isRegistered(MBean) - Method in class com.varra.jmx.registry.MBeanManager
 
isRegistered(MBean) - Method in interface com.varra.jmx.registry.MBeanRegistration
Checks whether an MBean, identified by its Port, the Type and Application provided, is already registered with the MBean server.
isRunning() - Method in class com.varra.util.EnhancedTimerTask
Checks if this is already in execution.
isRunning() - Static method in class com.varra.util.GCThread
Checks if it is running.
isRunning() - Method in class com.varra.util.SafeThread
Checks if it is running.
isSingleExecutable() - Method in class com.varra.util.EnhancedTimerTask
Checks if is single executable.
isSpringContextEnabled() - Static method in class com.varra.spring.SpringContext
Checks if the spring context is enabled.
isSubclass(Class, Class) - Static method in class com.varra.util.ReflectUtil
Determines if first class match the destination and simulates kind of instanceof.
isTrue(Boolean) - Static method in class com.varra.util.BooleanUtils
Checks if a Boolean value is true, handling null by returning false.
isUserDefinedMethod(Method) - Static method in class com.varra.util.ReflectUtil
Returns true if method is user defined and not defined in Object class.
isValid(String) - Method in class com.varra.jmx.mbean.MBean
Checks if is valid.
isValid(String) - Method in class com.varra.props.ApplicationProperties
Checks if is valid application properties.
isWhitespace(String) - Static method in class com.varra.util.StringUtils
Checks if the String contains only whitespace.
isZero(Integer) - Static method in class com.varra.util.IntegerUtils
Checks if the given integer is holding a ZERO i.e 0.
itemRemoved(E) - Method in interface com.varra.util.BufferOverflowListener
This is the method to notify the user with the removed item.
iterator() - Method in class com.varra.util.FIFOQueue
 

J

JMXUtility - Class in com.varra.jmx.util
The Class JMXUtility.
JMXUtility(String, int) - Constructor for class com.varra.jmx.util.JMXUtility
Instantiates a new jMX utility.
JMXWrapperException - Exception in com.varra.jmx.exception
Wraps exceptions thrown by the JMXWrapper interface.
JMXWrapperException() - Constructor for exception com.varra.jmx.exception.JMXWrapperException
Instantiates a new jMX wrapper exception.
JMXWrapperException(String) - Constructor for exception com.varra.jmx.exception.JMXWrapperException
Instantiates a new jMX wrapper exception.
JMXWrapperException(Throwable) - Constructor for exception com.varra.jmx.exception.JMXWrapperException
Instantiates a new jMX wrapper exception.
JMXWrapperException(String, Throwable) - Constructor for exception com.varra.jmx.exception.JMXWrapperException
Instantiates a new jMX wrapper exception.
join(Object[]) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char, int, int) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String, int, int) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator<?>, char) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterator<?>, String) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Collection<?>, char) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided Collection into a single String containing the provided elements.
join(Collection<?>, String) - Static method in class com.varra.util.StringUtils
Joins the elements of the provided Collection into a single String containing the provided elements.

K

keys() - Method in class com.varra.util.RapidFastMap
Returns an enumeration of the keys in this table.
keySet() - Method in class com.varra.util.RapidFastMap
Returns a set view of the keys contained in this map.

L

lastIndexOf(Object) - Method in class com.varra.util.FIFOQueue
 
lastIndexOf(String, char) - Static method in class com.varra.util.StringUtils
Finds the last index within a String, handling null.
lastIndexOf(String, char, int) - Static method in class com.varra.util.StringUtils
Finds the last index within a String from a start position, handling null.
lastIndexOf(String, String) - Static method in class com.varra.util.StringUtils
Finds the last index within a String, handling null.
lastIndexOf(String, String, int) - Static method in class com.varra.util.StringUtils
Finds the first index within a String, handling null.
lastIndexOfAny(String, String[]) - Static method in class com.varra.util.StringUtils
Find the latest index of any of a set of potential substrings.
lastIndexOfIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case in-sensitive find of the last index within a String.
lastIndexOfIgnoreCase(String, String, int) - Static method in class com.varra.util.StringUtils
Case in-sensitive find of the last index within a String from the specified position.
lastLoaded() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
lastLoaded() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Gets the timeStamp of the logFile when it is Last loaded.
lastLoaded() - Method in class com.varra.jmx.mbean.SpringContextLoader
 
lastLoaded() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
Gets the timeStamp of the SpringContext file when it is Last loaded.
lastLoaded() - Static method in class com.varra.spring.SpringContext
Gets the last loaded.
lastOrdinalIndexOf(String, String, int) - Static method in class com.varra.util.StringUtils
Finds the n-th last index within a String, handling null.
left(String, int) - Static method in class com.varra.util.StringUtils
Gets the leftmost len characters of a String.
LEFT_BRACE - Static variable in interface com.varra.util.StringPool
 
LEFT_BRACKET - Static variable in interface com.varra.util.StringPool
 
LEFT_CHEV - Static variable in interface com.varra.util.StringPool
 
LEFT_SQ_BRACKET - Static variable in interface com.varra.util.StringPool
 
leftPad(String, int) - Static method in class com.varra.util.StringUtils
Left pad a String with spaces (' ').
leftPad(String, int, char) - Static method in class com.varra.util.StringUtils
Left pad a String with a specified character.
leftPad(String, int, String) - Static method in class com.varra.util.StringUtils
Left pad a String with a specified String.
length() - Method in class com.varra.io.FastCharBuffer
Returns buffer length, same as FastCharBuffer.size().
length(T...) - Static method in class com.varra.util.ArrayUtils
Is used to get the array size in Integer or Long or.
length(Object) - Static method in class com.varra.util.ObjectUtils
Returns length of the object.
length(String) - Static method in class com.varra.util.StringUtils
Gets a String's length or 0 if the String is null.
LF - Static variable in interface com.varra.props.Constants
linefeed LF ('\n').
ListenerManager<T> - Interface in com.varra.listener
An utility interface which will be used for adding/removing the listeners.
listIterator(int) - Method in class com.varra.util.FIFOQueue
 
listIterator() - Method in class com.varra.util.FIFOQueue
 
ListUtils - Class in com.varra.util
TODO Description go here.
log(Object, int, String) - Method in class com.varra.log.ConsoleLogger
 
log(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
Log - Interface in com.varra.log
A convenient way of implementing the Logger functionality.
log(Object, int, String) - Method in interface com.varra.log.Log
Log a message object with the MyLevel (an user defined) Level.
log(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the MyLevel (an user defined) Level
including the stack trace of the Throwable t passed as parameter.
log(Object, int, String) - Method in class com.varra.log.Log4jLogger
 
log(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
log(Object, int, String) - Method in class com.varra.log.Logger
Log a message object with the MyLevel (an user defined) Level.
log(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the MyLevel (an user defined) Level
including the stack trace of the Throwable t passed as parameter.
log(Object, int, String) - Method in class com.varra.log.NoLogger
 
log(Object, Throwable) - Method in class com.varra.log.NoLogger
 
Log4jConfigLoader - Class in com.varra.jmx.mbean
Loads the log4jConfig file and monitors it, re-loads the log file whenever it gets changed.
Log4jConfigLoader(String, int) - Constructor for class com.varra.jmx.mbean.Log4jConfigLoader
Instantiates a new log4j config loader.
Log4jConfigLoaderException - Exception in com.varra.exception
TODO Description go here.
Log4jConfigLoaderException() - Constructor for exception com.varra.exception.Log4jConfigLoaderException
Instantiates a new log4j config loader exception.
Log4jConfigLoaderException(String) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
Instantiates a new log4j config loader exception.
Log4jConfigLoaderException(String, Throwable) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
Instantiates a new log4j config loader exception.
Log4jConfigLoaderException(Throwable) - Constructor for exception com.varra.exception.Log4jConfigLoaderException
Instantiates a new log4j config loader exception.
Log4jConfigLoaderMBean - Interface in com.varra.jmx.mbean
Loads the log4jConfig file and monitors it, re-loads the log file whenever it gets changed.
Exposing this functionality as an MBean, to make this available to outside world.
Log4jLogger - Class in com.varra.log
TODO Description go here.
Log4jLogger() - Constructor for class com.varra.log.Log4jLogger
Instantiates a new console logger.
LOG_CLASS_FQ_NAME - Static variable in interface com.varra.log.LoggerConstants
 
LOG_PROPS_FILE - Static variable in interface com.varra.props.Constants
The LO g_ prop s_ file.
LOG_XML_FILE - Static variable in interface com.varra.props.Constants
The LO g_ xm l_ file.
Logger - Class in com.varra.log
Logger - Yet An another fine grained Logger class to log the Application specific messages. Is not based on log4j (to reduce external dependencies).
LoggerConstants - Interface in com.varra.log
TODO Description go here.
LogManager - Class in com.varra.log
TODO Description go here.
LogManager() - Constructor for class com.varra.log.LogManager
 
lowerCase(String) - Static method in class com.varra.util.StringUtils
Converts a String to lower case as per String.toLowerCase().
lowerCase(String, Locale) - Static method in class com.varra.util.StringUtils
Converts a String to lower case as per String.toLowerCase(Locale) .

M

main(String[]) - Static method in class com.varra.jmx.util.JMXUtility
The main method.
main(String[]) - Static method in class com.varra.mail.AutomatedMailerClient
The main method.
main(String[]) - Static method in class com.varra.net.IpSubnetCheck
The main method.
main(String[]) - Static method in class com.varra.props.PropertyFileMonitor
The main method.
main(String[]) - Static method in class com.varra.tcp.Client
The main method.
main(String[]) - Static method in class com.varra.tcp.Server
The main method.
main(String[]) - Static method in class com.varra.util.GCThread
The main method.
main(String[]) - Static method in class com.varra.util.PrintScreen
The main method.
main(String[]) - Static method in class com.varra.util.StopWatch
The main method.
Mandatory - Annotation Type in com.varra.classification
Indicates that a method/field should be set to a valid value.
MapUtils - Class in com.varra.util
TODO Description go here.
MapUtils() - Constructor for class com.varra.util.MapUtils
 
MBean - Class in com.varra.jmx.mbean
An MBean with the required details to be registered/unRegistered to the.
MBean(Object, String, String, String, String, NotificationListener) - Constructor for class com.varra.jmx.mbean.MBean
Instantiates a new m Bean.
MBeanConstants - Interface in com.varra.jmx.util
Holds the JMX specified MBean constants and values.
MBeanConstants.Application - Enum in com.varra.jmx.util
The Enum Application.
MBeanConstants.Port - Enum in com.varra.jmx.util
Port eg: com.varra.rapid
Defines where this MBean should go in.
MBeanConstants.Type - Enum in com.varra.jmx.util
The Enum Type.
MBeanManager - Class in com.varra.jmx.registry
This is the main class for MBean manipulation on the agent side.
MBeanManager() - Constructor for class com.varra.jmx.registry.MBeanManager
Instantiates a new MBean manager.
MBeanRegistrar - Class in com.varra.jmx.registry
An MBeanRegistrar which registers the specified MBean with the MBeanManager.
Implemented for type safety and easy integration with the Spring or any other tools.
Attempts to register the given mBean as an MBean with the default MBeanServer.
MBeanRegistrar(MBean) - Constructor for class com.varra.jmx.registry.MBeanRegistrar
Instantiates a new m bean registrar.
Attempts to register the given mBean as an MBean with the default MBeanServer.
MBeanRegistrar(List<MBean>) - Constructor for class com.varra.jmx.registry.MBeanRegistrar
Instantiates a new mbean registrar.
Attempts to register the given mBeans as an MBean with the default MBeanServer.
MBeanRegistration - Interface in com.varra.jmx.registry
Can be implemented by an MBean Manager in order to provide operations of Registration and unRegistration.
MBeanRegistrationException - Exception in com.varra.jmx.exception
Wraps exceptions thrown by the register(), unRegister() methods of the MBeanRegistration interface.
MBeanRegistrationException(String) - Constructor for exception com.varra.jmx.exception.MBeanRegistrationException
Instantiates a new m bean registration exception.
MBeanRegistrationException(Throwable) - Constructor for exception com.varra.jmx.exception.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
MBeanRegistrationException(String, Throwable) - Constructor for exception com.varra.jmx.exception.MBeanRegistrationException
Instantiates a new m bean registration exception.
MBeanUnRegistrar - Class in com.varra.jmx.registry
An MBeanUnRegistrar which Un registers the specified MBean from the MBeanManager.
Implemented for type safety and easy integration with the Spring or any other tools.
MBeanUnRegistrar(MBean) - Constructor for class com.varra.jmx.registry.MBeanUnRegistrar
Instantiates a new m bean registrar.
MessageListener<T> - Interface in com.varra.listener
An Asynchronized loosely coupled interface to provide the Messages to the interested clients.
METHOD_GET_PREFIX - Static variable in class com.varra.util.ReflectUtil
The Constant METHOD_GET_PREFIX.
METHOD_IS_PREFIX - Static variable in class com.varra.util.ReflectUtil
The Constant METHOD_IS_PREFIX.
METHOD_SET_PREFIX - Static variable in class com.varra.util.ReflectUtil
The Constant METHOD_SET_PREFIX.
mid(String, int, int) - Static method in class com.varra.util.StringUtils
Gets len characters from the middle of a String.
MyLogLevel - Enum in com.varra.log
The Enum MyLevel.

N

N - Static variable in interface com.varra.util.StringPool
 
negate(Boolean) - Static method in class com.varra.util.BooleanUtils
Negates the specified boolean.
NEW_LINE - Static variable in interface com.varra.props.Constants
The NEw line.
newInstance(Class) - Static method in class com.varra.util.ReflectUtil
Creates new instances including for common mutable classes that do not have a default constructor.
NEWLINE - Static variable in interface com.varra.util.StringPool
 
newThread(Runnable) - Method in class com.varra.util.SafeThreadFactory
 
NO - Static variable in interface com.varra.util.StringPool
 
NO_ARGUMENTS - Static variable in class com.varra.util.ReflectUtil
an empty object array.
NO_PARAMETERS - Static variable in class com.varra.util.ReflectUtil
an empty class array.
NO_TYPES - Static variable in class com.varra.util.ReflectUtil
an empty object array.
NoLogger - Class in com.varra.log
Silent Logger which swallows all the logs, will be the default logger for all the logger messages.
NoLogger() - Constructor for class com.varra.log.NoLogger
Instantiates a new no logger.
normalizeSpace(String) - Static method in class com.varra.util.StringUtils
NULL - Static variable in interface com.varra.util.StringPool
 

O

objectToByteArray(Object) - Static method in class com.varra.util.ObjectUtils
Serialize an object to byte array.
ObjectUtils - Class in com.varra.util
Various object utilities.
ObjectUtils() - Constructor for class com.varra.util.ObjectUtils
 
OFF - Static variable in interface com.varra.util.StringPool
 
offset() - Method in class com.varra.io.FastByteBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class com.varra.io.FastCharBuffer
Returns the offset of last used element in current inner array chunk.
omitOnCancel(EnhancedTimerTask) - Method in class com.varra.listener.AbstractTimerTaskListener
 
omitOnCancel(EnhancedTimerTask) - Method in interface com.varra.listener.TimerTaskListener
Omits the EnhancedTimerTask when it gets canceled.
omitOnExpiry(EnhancedTimerTask) - Method in class com.varra.listener.AbstractTimerTaskListener
 
omitOnExpiry(EnhancedTimerTask) - Method in interface com.varra.listener.TimerTaskListener
Omits the EnhancedTimerTask when it gets expired.
omitOnFinish(EnhancedTimerTask) - Method in class com.varra.listener.AbstractTimerTaskListener
 
omitOnFinish(EnhancedTimerTask) - Method in interface com.varra.listener.TimerTaskListener
Omits the EnhancedTimerTask when it gets Finished.
ON - Static variable in interface com.varra.util.StringPool
 
ONE - Static variable in interface com.varra.util.StringPool
 
onMessage(T) - Method in interface com.varra.listener.MessageListener
Notifies the message as it happens.
onTimerTask(EnhancedTimerTask) - Method in class com.varra.util.SafeThread
 
onTimerTask(EnhancedTimerTask) - Method in interface com.varra.util.TimerTaskReceiver
Updates the processing Engine with the EnhancedTimerTask, and it should be a light weight implementation and synchronized.
openOutputStream(File) - Static method in class com.varra.util.FileUtils
Open output stream.
ordinalIndexOf(String, String, int) - Static method in class com.varra.util.StringUtils
Finds the n-th index within a String, handling null.
OS_DOMAIN - Static variable in interface com.varra.props.Constants
The O s_ domain.
overlay(String, String, int, int) - Static method in class com.varra.util.StringUtils
Overlays part of a String with another String.
overlayString(String, String, int, int) - Static method in class com.varra.util.StringUtils
Deprecated.
Use better named StringUtils.overlay(String, String, int, int) instead. Method will be removed in Commons Lang 3.0.

P

parse(String, String) - Static method in class com.varra.util.RegexUtils
Parses the provided string with the REGEX given and returns the groups as list List.
parseNgetFirst(String, String) - Static method in class com.varra.util.RegexUtils
Parses the provided string with the REGEX given and returns the first occurrence.
password(int) - Static method in class com.varra.util.RandomUtils
Uses Random, the passwords generated by this are mostly unique identifiers if length is > 7.
Note: found one duplicate entry in 10 Lakhs of entries with password size is 8.
passwordAsCharArray(int) - Static method in class com.varra.util.RandomUtils
Uses Random, the passwords generated by this are mostly unique identifiers if length is > 7.
Note: found one duplicate entry in 10 Lakhs of entries with password size is 8.
Path - Annotation Type in com.varra.classification
Path is used in UI projects for ImageIcons destination.
PERCENT - Static variable in interface com.varra.util.StringPool
 
PIPE - Static variable in interface com.varra.util.StringPool
 
pluralize(String) - Static method in class com.varra.util.StringUtils
Pluralize.
PLUS - Static variable in interface com.varra.util.StringPool
 
pop() - Method in class com.varra.util.FIFOQueue
Pops the element from the Queue.
prechomp(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.substringAfter(String,String) instead. Method will be removed in Commons Lang 3.0.
PrintScreen - Class in com.varra.util
Modified for adding java doc.
PrintScreen() - Constructor for class com.varra.util.PrintScreen
 
printStackTrace() - Method in exception com.varra.exception.ChainedException
Overridden method to include the stack trace of the original exception.
printStackTrace(PrintStream) - Method in exception com.varra.exception.ChainedException
Overridden method to include the stack trace of the original exception.
printStackTrace(PrintWriter) - Method in exception com.varra.exception.ChainedException
Overridden method to include the stack trace of the original exception.
PropertyFileLoaderException - Exception in com.varra.exception
TODO Description go here.
PropertyFileLoaderException() - Constructor for exception com.varra.exception.PropertyFileLoaderException
Instantiates a new property file loader exception.
PropertyFileLoaderException(String) - Constructor for exception com.varra.exception.PropertyFileLoaderException
Instantiates a new property file loader exception.
PropertyFileLoaderException(String, Throwable) - Constructor for exception com.varra.exception.PropertyFileLoaderException
Instantiates a new property file loader exception.
PropertyFileLoaderException(Throwable) - Constructor for exception com.varra.exception.PropertyFileLoaderException
Instantiates a new property file loader exception.
PropertyFileMonitor - Class in com.varra.props
A watch dog which Monitors the Property file specified, and loads whenever it is modified.
So maintains the properties up-to-date.
PropertyFileMonitor(ApplicationProperties) - Constructor for class com.varra.props.PropertyFileMonitor
Instantiates a new property file monitor.
push(E) - Method in class com.varra.util.FIFOQueue
Pushes the specified value at the beginning of this Queue.
put(K, V) - Method in class com.varra.util.RapidFastMap
Maps the specified key to the specified value in this table.
putAll(Map<? extends K, ? extends V>) - Method in class com.varra.util.RapidFastMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class com.varra.util.RapidFastMap
If the specified key is not already associated with a value, associate it with the given value.

Q

QUESTION_MARK - Static variable in interface com.varra.util.StringPool
 
QUOTE - Static variable in interface com.varra.util.StringPool
 

R

RandomUtils - Class in com.varra.util
Related to the random utility functions.
RAPID_TYPE - Static variable in interface com.varra.props.Constants
The Constant RAPID_TYPE.
RAPIDAPPSERVER_HOME - Static variable in interface com.varra.props.Constants
The Constant RAPIDAPPSERVER_HOME.
RapidFastMap<K,V> - Class in com.varra.util
A RapidFastMap which provides a fast map with concurrency.
RapidFastMap() - Constructor for class com.varra.util.RapidFastMap
Instantiates a new empty rapid fast map with a default initial capacity, load factor, and concurrencyLevel.
RapidFastMap(Map<? extends K, ? extends V>) - Constructor for class com.varra.util.RapidFastMap
Instantiates a new rapid fast map with the given map elements and its capacity.
RapidMBean - Class in com.varra.jmx.mbean
An MBean ported to the Rapid.
RapidMBean(Object, String, String, String) - Constructor for class com.varra.jmx.mbean.RapidMBean
Instantiates a new rapid m bean.
RapidMBean(Object, String, String, String, NotificationListener) - Constructor for class com.varra.jmx.mbean.RapidMBean
Instantiates a new rapid mBean with the NotificationListener, please be checked whether the mBeanRef u r providing is compatible before u do this, if not please use the other constructor.
readAnnotationValue(Annotation, String) - Static method in class com.varra.util.ReflectUtil
Reads annotation value.
readAvailableBytes(InputStream) - Static method in class com.varra.util.StreamUtils
Reads all available bytes from InputStream as a byte array.
readBytes(InputStream) - Static method in class com.varra.util.StreamUtils
Read bytes.
readBytes(InputStream, int) - Static method in class com.varra.util.StreamUtils
Read bytes.
readBytes(Reader) - Static method in class com.varra.util.StreamUtils
Read bytes.
readBytes(Reader, int) - Static method in class com.varra.util.StreamUtils
Read bytes.
readBytes(Reader, String) - Static method in class com.varra.util.StreamUtils
Read bytes.
readBytes(Reader, String, int) - Static method in class com.varra.util.StreamUtils
Read bytes.
readChars(InputStream) - Static method in class com.varra.util.StreamUtils
Read chars.
readChars(InputStream, int) - Static method in class com.varra.util.StreamUtils
Read chars.
readChars(InputStream, String) - Static method in class com.varra.util.StreamUtils
Read chars.
readChars(InputStream, String, int) - Static method in class com.varra.util.StreamUtils
Read chars.
readChars(Reader) - Static method in class com.varra.util.StreamUtils
Read chars.
readChars(Reader, int) - Static method in class com.varra.util.StreamUtils
Read chars.
readObject(String) - Static method in class com.varra.util.ObjectUtils
Read object.
readObject(File) - Static method in class com.varra.util.ObjectUtils
Reads serialized object from the file.
readObjectAsXml(File) - Static method in class com.varra.util.ObjectUtils
Reads serialized object from the XML file.
readObjectAsXml(String) - Static method in class com.varra.util.ObjectUtils
Read object as xml.
readStreamContentAsString(InputStream) - Static method in class com.varra.util.AbstractConfigFileReader
* Returns the content of the input stream.
ReflectUtil - Class in com.varra.util
Various java.lang.reflect utilities.
ReflectUtil() - Constructor for class com.varra.util.ReflectUtil
 
RegexUtils - Class in com.varra.util
Regular expression utils.
RegexUtils() - Constructor for class com.varra.util.RegexUtils
 
register(MBean) - Method in class com.varra.jmx.registry.MBeanManager
 
register(MBean) - Method in interface com.varra.jmx.registry.MBeanRegistration
Registers the specified object as an MBean with the MBean server in the specified Port with the Type and Application provided.
registerPropertyChangeListener(PropertyChangeListener, String...) - Static method in class com.varra.props.VarraProperties
Register property change listener.
reload() - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
reload(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
reload() - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
The Default LogFile will be loaded for every pre-configured interval, but this request Reloads the logFile forcefully.
reload() - Method in class com.varra.jmx.mbean.SpringContextLoader
 
reload() - Method in interface com.varra.jmx.mbean.SpringContextLoaderMBean
This will trigger a request to Reload the SpringContext file forcefully right now.
reload(String) - Method in class com.varra.jmx.util.JMXUtility
Reload.
reload() - Static method in class com.varra.spring.SpringContext
This will trigger a request to Reload the SpringContext file forcefully right now.It is intended to use only by SpringContextLoader.
remove(Object) - Method in class com.varra.util.FIFOQueue
 
remove(int) - Method in class com.varra.util.FIFOQueue
 
remove(K) - Method in class com.varra.util.RapidFastMap
Removes the key (and its corresponding value) from this table.
remove(K, V) - Method in class com.varra.util.RapidFastMap
Remove entry for key only if currently mapped to given value.
remove(String, String) - Static method in class com.varra.util.StringUtils
Removes all occurrences of a substring from within the source string.
remove(String, char) - Static method in class com.varra.util.StringUtils
Removes all occurrences of a character from within the source string.
removeAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
 
removeApplicationProperties(ApplicationProperties) - Static method in class com.varra.props.VarraProperties
Removes the application properties.
removeEnd(String, String) - Static method in class com.varra.util.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeFIFOQueueItemRemovedListener(BufferOverflowListener<E>) - Method in class com.varra.util.FIFOQueue
Removes the FIFOQueueItemRemovedListener from the list.
removeFirst() - Method in class com.varra.util.FIFOQueue
Removes and returns the first value of this list.
removeLast() - Method in class com.varra.util.FIFOQueue
Removes and returns the last value of this list (fast).
removeListener(T) - Method in interface com.varra.listener.ListenerManager
Removes the listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.varra.props.ApplicationProperties
Removes the property change listener.
removeStart(String, String) - Static method in class com.varra.util.StringUtils
Removes a substring only if it is at the begining of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case insensitive removal of a substring if it is at the begining of a source string, otherwise returns the source string.
removeTimerTaskListener(TimerTaskListener, Class<? extends EnhancedTimerTask>) - Method in class com.varra.util.SafeThread
Removes the timer task listener.
repeat(String, int) - Static method in class com.varra.util.StringUtils
Repeat a String repeat times to form a new String.
repeat(String, String, int) - Static method in class com.varra.util.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time.
replace(K, V, V) - Method in class com.varra.util.RapidFastMap
Replace entry for key only if currently mapped to given value.
replace(K, V) - Method in class com.varra.util.RapidFastMap
Replace entry for key only if currently mapped to some value.
replace(String, String, String) - Static method in class com.varra.util.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - Static method in class com.varra.util.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
REPLACE_UNKNOWN_2_SPACE_PROPERTY - Static variable in interface com.varra.props.Constants
 
replaceChars(String, char, char) - Static method in class com.varra.util.StringUtils
Replaces all occurrences of a character in a String with another.
replaceChars(String, String, String) - Static method in class com.varra.util.StringUtils
Replaces multiple characters in a String in one go.
replaceEach(String, String[], String[]) - Static method in class com.varra.util.StringUtils
Replaces all occurrences of Strings within another String.
replaceEachRepeatedly(String, String[], String[]) - Static method in class com.varra.util.StringUtils
Replaces all occurrences of Strings within another String.
replaceOnce(String, String, String) - Static method in class com.varra.util.StringUtils
Replaces a String with another String inside a larger String, once.
requestGC() - Static method in class com.varra.util.GCThread
Requests GC, but not wait till the GC completes.
reset() - Method in class com.varra.io.FastByteArrayOutputStream
Reset.
reset() - Method in class com.varra.io.FastCharArrayWriter
Reset.
reset() - Method in class com.varra.util.StopWatch
Reset the counter and start counting from scratch.
resolve2Env(String) - Static method in class com.varra.util.RegexUtils
Resolves the property to the environment variables value.
RESOLVE_REQUIRED_PROPERTY - Static variable in interface com.varra.props.Constants
 
retainAll(Collection<?>) - Method in class com.varra.util.FIFOQueue
 
RETURN - Static variable in interface com.varra.util.StringPool
 
reverse(String) - Static method in class com.varra.util.StringUtils
Reverses a String as per StringBuilder.reverse().
reverse(Object[]) - Static method in class com.varra.util.StringUtils
Reverses the order of the given array.
reverseDelimited(String, char) - Static method in class com.varra.util.StringUtils
Reverses a String that is delimited by a specific character.
reverseDelimitedString(String, String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use StringUtils.reverseDelimited(String, char) instead. This method is broken as the join doesn't know which char to use. Method will be removed in Commons Lang 3.0.
right(String, int) - Static method in class com.varra.util.StringUtils
Gets the rightmost len characters of a String.
RIGHT_BRACE - Static variable in interface com.varra.util.StringPool
 
RIGHT_BRACKET - Static variable in interface com.varra.util.StringPool
 
RIGHT_CHEV - Static variable in interface com.varra.util.StringPool
 
RIGHT_SQ_BRACKET - Static variable in interface com.varra.util.StringPool
 
rightPad(String, int) - Static method in class com.varra.util.StringUtils
Right pad a String with spaces (' ').
rightPad(String, int, char) - Static method in class com.varra.util.StringUtils
Right pad a String with a specified character.
rightPad(String, int, String) - Static method in class com.varra.util.StringUtils
Right pad a String with a specified String.
run() - Method in class com.varra.util.EnhancedTimerTask
This method implementing is not advised, consider implementing EnhancedTimerTask.compute() method.
run() - Method in class com.varra.util.GCThread
 
run() - Method in class com.varra.util.SafeThread
 
RUNTIME_DOMAIN - Static variable in interface com.varra.props.Constants
The RUNTIM e_ domain.

S

SafeThread - Class in com.varra.util
An Synchronized RealTime Event storing and processing thread.
SafeThread(ExecutorService) - Constructor for class com.varra.util.SafeThread
Instantiates a new safe thread.
SafeThread(String, ExecutorService) - Constructor for class com.varra.util.SafeThread
Instantiates a new safe thread.
SafeThreadFactory - Class in com.varra.util
The Safe thread factory which sets/resets the task's running status flag to avoid the duplicate execution of same kind.
SafeThreadFactory() - Constructor for class com.varra.util.SafeThreadFactory
Instantiates a new default thread factory.
SECOND_PART - Static variable in interface com.varra.props.Constants
Second part of the regex
SEMICOLON - Static variable in interface com.varra.util.StringPool
 
sendMail(String, String, String, String, String, String, String, String) - Method in class com.varra.mail.AutomatedMailerClient
sendMail method - Enables to connect to the Automated mailer and send email.
Server - Class in com.varra.tcp
TODO Description go here.
Server() - Constructor for class com.varra.tcp.Server
 
set(int, E) - Method in class com.varra.util.FIFOQueue
Sets the.
setAlive(boolean) - Method in class com.varra.jmx.mbean.HealthChecker
Sets the alive status based on the status of the application that it is running in.
setApplicationContext(ApplicationContext) - Method in class com.varra.spring.SpringContextListener
 
setConfigFileName(String) - Static method in class com.varra.spring.SpringContext
Sets the config file name.
setContent(Object) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
setContent(Object) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Sets the content.
setContext(ApplicationContext) - Static method in class com.varra.spring.SpringContext
Injected from the class "ApplicationContextProvider" which is automatically loaded during Spring-Initialization.
setDaemon(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets the daemon.
setDatePattern(String) - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
The DatePattern takes a string in the same format as expected by.
setEvent(Object) - Method in class com.varra.util.EnhancedTimerTask
Sets the event.
setExecuteImmediately(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets this flag if something happens and needs to execute this immediately rather waiting till the interval expires.
setExpired(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets the expired.
setFieldValue(T, String, V) - Static method in class com.varra.util.ReflectUtil
Sets the field value.
setFieldValue(T, String, String) - Static method in class com.varra.util.ReflectUtil
Sets the field value by converting the string type of value to the required type of the field.
setInterval(int) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
setInterval(int) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Sets the interval of the logFile loader, replaces the value that is pre-configured for this instance.
setInterval(long) - Method in class com.varra.util.SafeThread
Sets the interval.
setLevel(int) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
setLevel(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
setLevel(String) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
It is an admin's helper method to set the log level on demand thru JMX, It can be done by changing the root log level entry in log properties too.
Sets the Root Log level, that is passed as an String.
setLevel(MyLogLevel) - Method in class com.varra.log.ConsoleLogger
Throws the UnsupportedOperationException, as it is not implemented in this version.
setLevel(MyLogLevel) - Method in interface com.varra.log.Log
Set the level of this Category.
setLevel(MyLogLevel) - Method in class com.varra.log.Log4jLogger
 
setLevel(MyLogLevel) - Method in class com.varra.log.Logger
Set the level of this Category.
setLevel(MyLogLevel) - Method in class com.varra.log.NoLogger
 
setLogClass(Class<Log>) - Static method in class com.varra.log.LogManager
Sets the log class.
setLogClassName(String) - Static method in class com.varra.log.LogManager
Sets the logger to perform the actual logging mechanism by delegating the tasks.
setLogFileName(String) - Method in class com.varra.jmx.mbean.Log4jConfigLoader
 
setLogFileName(String) - Method in interface com.varra.jmx.mbean.Log4jConfigLoaderMBean
Sets the log file name.
setMaxBackupIndex(int) - Method in class com.varra.log4j.appender.BackupEnabledDailyRollingFileAppender
Set the maximum number of backup files to keep around.
setMyLogLevel(MyLogLevel) - Static method in class com.varra.log.ConsoleLogger
Sets the my log level.
setName(String) - Method in class com.varra.log.ConsoleLogger
 
setName(String) - Method in interface com.varra.log.Log
Sets the name.
setName(String) - Method in class com.varra.log.Log4jLogger
 
setName(String) - Method in class com.varra.log.NoLogger
 
setNoOfTimes(int) - Method in class com.varra.util.EnhancedTimerTask
Sets the no of times to execute this particular task.
setPeriod(long) - Method in class com.varra.util.EnhancedTimerTask
Sets the period.
setPeriodic(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets the periodic.
setPrevExecutionTime(long) - Method in class com.varra.util.EnhancedTimerTask
Sets the prev execution time.
setProperty(String, Object) - Static method in class com.varra.props.VarraProperties
Sets the property.
setProperty(String, Object, Object) - Static method in class com.varra.props.VarraProperties
Sets the property.
setRunning(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets this flag to avoid duplicate execution of this in case of the primary execution takes much time than expected.
setSingleExecutable(boolean) - Method in class com.varra.util.EnhancedTimerTask
Sets the single executable to enable single execution of this instance at any time.
setSpringContextEnabled(Boolean) - Static method in class com.varra.spring.SpringContext
A convenient flag to Set the spring context enabled/disabled.
setSystemProperty(String, String) - Static method in class com.varra.props.VarraProperties
Sets the system property.
shutdown(ShutdownMode) - Method in class com.varra.log.ConsoleLogger
 
shutdown(ShutdownMode) - Method in class com.varra.log.Log4jLogger
 
shutdown(ShutdownMode) - Method in class com.varra.log.Logger
 
shutdown(ShutdownMode) - Method in class com.varra.log.NoLogger
 
shutdown(ShutdownMode) - Method in class com.varra.props.PropertyFileMonitor
Shutdowns the backGround PropertyFileMonitor.
shutdown() - Static method in class com.varra.spring.SpringContext
Shutdowns the SpringContext safely..
shutdown() - Static method in class com.varra.util.GCThread
Shutdowns the backGround GCThread.
shutdown() - Method in class com.varra.util.SafeThread
Shutdowns the backGround SafeThread.
shutdown(ShutdownMode) - Method in interface com.varra.util.Shutdownable
Shutdowns this entity properly by performing all the necessary steps to make sure that all the used resources are released properly based on the ShutdownMode specified.
Shutdownable - Interface in com.varra.util
A Shutdownable is an service or an object that can be shutdown.
shutdownAll(ShutdownMode) - Static method in class com.varra.log.LogManager
Shutdown all.
ShutdownMode - Enum in com.varra.util
/** An Enum that lists shutdown modes.
signal() - Method in class com.varra.util.FIFOQueue
Wakes up one waiting thread.
signalAll() - Method in class com.varra.util.FIFOQueue
Wakes up all waiting threads.
SINGLE_QUOTE - Static variable in interface com.varra.util.StringPool
 
size() - Method in class com.varra.io.FastByteArrayOutputStream
Size.
size() - Method in class com.varra.io.FastByteBuffer
Returns buffer size.
size() - Method in class com.varra.io.FastCharArrayWriter
Size.
size() - Method in class com.varra.io.FastCharBuffer
Returns buffer size.
size() - Method in class com.varra.util.FIFOQueue
 
size() - Method in class com.varra.util.RapidFastMap
Returns the number of key-value mappings in this map.
SLASH - Static variable in interface com.varra.util.StringPool
 
SPACE - Static variable in interface com.varra.util.StringPool
 
split(String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separators specified.
split(String, String, int) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
splitByCharacterType(String) - Static method in class com.varra.util.StringUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByCharacterTypeCamelCase(String) - Static method in class com.varra.util.StringUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByWholeSeparator(String, String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String, String, int) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator string specified.
splitPreserveAllTokens(String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, char) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String, int) - Static method in class com.varra.util.StringUtils
Splits the provided text into an array with a maximum length, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
SPRING_CONTEXT_ENABLED - Static variable in interface com.varra.props.Constants
The property to enable or disable the spring context "spring.context.enabled"
SPRING_CONTEXT_FILE - Static variable in interface com.varra.props.Constants
The SPRIN g_ contex t_ file.
SpringContext - Class in com.varra.spring
Provides the Spring Application context based on the behavior of the application.
SpringContextListener - Class in com.varra.spring
A Convenient class to set the SpringContext by listening to the web listener.
SpringContextListener() - Constructor for class com.varra.spring.SpringContextListener
Instantiates a new spring context listener.
SpringContextLoader - Class in com.varra.jmx.mbean
Loads the SpringContext file, re-loads the file whenever it gets a request thru the JMX.
SpringContextLoaderMBean - Interface in com.varra.jmx.mbean
Loads the SpringContext file, re-loads the file whenever it gets a request thru the JMX.
Exposing this functionality as an MBean, to make this available to outside world.
SSLUtils - Class in com.varra.util
The Class SSLTool.
SSLUtils() - Constructor for class com.varra.util.SSLUtils
 
STAR - Static variable in interface com.varra.util.StringPool
 
start() - Method in class com.varra.util.SafeThread
Causes this thread to begin execution;.
startMonitoring() - Static method in class com.varra.props.VarraProperties
Deprecated.
startsWith(String) - Static method in class com.varra.props.VarraProperties
Gets the global property, it could be a SpringContext bean, application monitoring property or an environment property which starts with the given prefix.
startsWith(String, String) - Static method in class com.varra.util.StringUtils
Check if a String starts with a specified prefix.
startsWithAny(String, String[]) - Static method in class com.varra.util.StringUtils
Check if a String starts with any of an array of specified strings.
startsWithIgnoreCase(String, String) - Static method in class com.varra.util.StringUtils
Case insensitive check if a String starts with a specified prefix.
stop() - Method in class com.varra.util.SafeThread
Forces the thread to stop executing.
StopWatch - Class in com.varra.util
An Utility StopWatch which prints the elapsed time details in milli seconds.
StopWatch(long, long) - Constructor for class com.varra.util.StopWatch
Instantiates a new StopWatch with the startTime and endTime provided.
StopWatch(Date, Date) - Constructor for class com.varra.util.StopWatch
Instantiates a new StopWatch with the startTime and endTime provided.
StopWatch() - Constructor for class com.varra.util.StopWatch
Instantiates a new StopWatch.
StreamUtils - Class in com.varra.util
Optimized byte and character stream utilities.
StreamUtils() - Constructor for class com.varra.util.StreamUtils
 
StringPool - Interface in com.varra.util
Pool of String constants to prevent repeating of hard-coded String literals in the code.
StringUtils - Class in com.varra.util
/**
StringUtils() - Constructor for class com.varra.util.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - Static method in class com.varra.util.StringUtils
Strips whitespace from the start and end of a String.
strip(String, String) - Static method in class com.varra.util.StringUtils
Strips any of a set of characters from the start and end of a String.
stripAll(String[]) - Static method in class com.varra.util.StringUtils
Strips whitespace from the start and end of every String in an array.
stripAll(String[], String) - Static method in class com.varra.util.StringUtils
Strips any of a set of characters from the start and end of every String in an array.
stripEnd(String, String) - Static method in class com.varra.util.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - Static method in class com.varra.util.StringUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - Static method in class com.varra.util.StringUtils
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToNull(String) - Static method in class com.varra.util.StringUtils
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
subList(int, int) - Method in class com.varra.util.FIFOQueue
 
subSequence(int, int) - Method in class com.varra.io.FastCharBuffer
Returns sub sequence.
substring(String, int) - Static method in class com.varra.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - Static method in class com.varra.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
substringAfter(String, String) - Static method in class com.varra.util.StringUtils
Gets the substring after the first occurrence of a separator.
substringAfterLast(String, String) - Static method in class com.varra.util.StringUtils
Gets the substring after the last occurrence of a separator.
substringBefore(String, String) - Static method in class com.varra.util.StringUtils
Gets the substring before the first occurrence of a separator.
substringBeforeLast(String, String) - Static method in class com.varra.util.StringUtils
Gets the substring before the last occurrence of a separator.
substringBetween(String, String) - Static method in class com.varra.util.StringUtils
Gets the String that is nested in between two instances of the same String.
substringBetween(String, String, String) - Static method in class com.varra.util.StringUtils
Gets the String that is nested in between two Strings.
substringsBetween(String, String, String) - Static method in class com.varra.util.StringUtils
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
swapCase(String) - Static method in class com.varra.util.StringUtils
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.

T

TAB - Static variable in interface com.varra.props.Constants
The TAB.
TAB - Static variable in interface com.varra.util.StringPool
 
tempFilePrefix - Static variable in class com.varra.Default
Default temp file prefix.
test(Object) - Method in class com.varra.log.ConsoleLogger
 
test(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
test(Object) - Method in interface com.varra.log.Log
Log a message object with the test Level.
test(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the test level including the stack trace of the Throwable t passed as parameter.
test(Object) - Method in class com.varra.log.Log4jLogger
 
test(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
test(Object) - Method in class com.varra.log.Logger
Log a message object with the test Level.
test(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the test level including the stack trace of the Throwable t passed as parameter.
test(Object) - Method in class com.varra.log.NoLogger
 
test(Object, Throwable) - Method in class com.varra.log.NoLogger
 
THIS_INTERVAL_PROPERTY - Static variable in interface com.varra.props.Constants
 
THREADING_DOMAIN - Static variable in interface com.varra.props.Constants
The THREADIN g_ domain.
TimerTaskListener - Interface in com.varra.listener
An convenient interface which listens to the processing Engine for the completed/canceled/Expired EnhancedTimerTask events from the processing Engine.
TimerTaskReceiver - Interface in com.varra.util
An convenient interface which receives the EnhancedTimerTask events to update the processing Engine.
to(Object, T) - Static method in class com.varra.util.WrapperUtils
Converts the value to the specified object type provided and returns, else returns the default value provided.
to(String, T) - Static method in class com.varra.util.WrapperUtils
Converts the value to the specified object type provided and returns, else returns the default value provided.
to(String, Class<T>) - Static method in class com.varra.util.WrapperUtils
Converts the value to the specified object type provided and returns, else returns the default value provided.
toArray() - Method in class com.varra.io.FastByteBuffer
Creates byte array from buffered content.
toArray(int, int) - Method in class com.varra.io.FastByteBuffer
Creates byte subarray from buffered content.
toArray() - Method in class com.varra.io.FastCharBuffer
Creates char array from buffered content.
toArray(int, int) - Method in class com.varra.io.FastCharBuffer
Creates char subarray from buffered content.
toArray() - Method in class com.varra.util.FIFOQueue
 
toArray(T[]) - Method in class com.varra.util.FIFOQueue
 
toBoolean(Boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a boolean handling null by returning false.
toBoolean(int) - Static method in class com.varra.util.BooleanUtils
Converts an int to a boolean using the convention that zero is false.
toBoolean(int, int, int) - Static method in class com.varra.util.BooleanUtils
Converts an int to a boolean specifying the conversion values.
toBoolean(Integer, Integer, Integer) - Static method in class com.varra.util.BooleanUtils
Converts an Integer to a boolean specifying the conversion values.
toBoolean(String) - Static method in class com.varra.util.BooleanUtils
Converts a String to a boolean (optimised for performance).
toBoolean(String, String, String) - Static method in class com.varra.util.BooleanUtils
Converts a String to a Boolean throwing an exception if no match found.
toBooleanDefaultIfNull(Boolean, boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a boolean handling null.
toBooleanObject(boolean) - Static method in class com.varra.util.BooleanUtils
Boolean factory that avoids creating new Boolean objecs all the time.
toBooleanObject(int) - Static method in class com.varra.util.BooleanUtils
Converts an int to a Boolean using the convention that zero is false.
toBooleanObject(Integer) - Static method in class com.varra.util.BooleanUtils
Converts an Integer to a Boolean using the convention that zero is false.
toBooleanObject(int, int, int, int) - Static method in class com.varra.util.BooleanUtils
Converts an int to a Boolean specifying the conversion values.
toBooleanObject(Integer, Integer, Integer, Integer) - Static method in class com.varra.util.BooleanUtils
Converts an Integer to a Boolean specifying the conversion values.
toBooleanObject(String) - Static method in class com.varra.util.BooleanUtils
Converts a String to a Boolean.
toBooleanObject(String, String, String, String) - Static method in class com.varra.util.BooleanUtils
Converts a String to a Boolean throwing an exception if no match.
toByteArray() - Method in class com.varra.io.FastByteArrayOutputStream
To byte array.
toCharArray() - Method in class com.varra.io.FastCharArrayWriter
To char array.
toClass(Type) - Static method in class com.varra.util.ReflectUtil
Returns Class for the given type.
Examples:
typegetSimpleType(type)StringStringList<String>List<T extends MyClass> T[]MyClass[]
toInteger(boolean) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to an int using the convention that zero is false.
toInteger(boolean, int, int) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to an int specifying the conversion values.
toInteger(Boolean, int, int, int) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to an int specifying the conversion values.
toIntegerObject(boolean) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to an Integer using the convention that zero is false.
toIntegerObject(Boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a Integer using the convention that zero is false.
toIntegerObject(boolean, Integer, Integer) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to an Integer specifying the conversion values.
toIntegerObject(Boolean, Integer, Integer, Integer) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to an Integer specifying the conversion values.
toMap(String, String, String) - Static method in class com.varra.util.MapUtils
Gets the property as map based on the delimiters provided, and uses LinkedHashMap.
toMap(String, String, String, Class<? extends Map>, Class<K>, Class<V>) - Static method in class com.varra.util.MapUtils
Gets the property as map based on the delimiters provided, and uses your specified class.
toSet(T[]) - Static method in class com.varra.util.ArrayUtils
Converts the array to set of same type.
toString() - Method in exception com.varra.exception.ChainedException
 
toString() - Method in class com.varra.io.FastByteArrayOutputStream
To string.
toString(String) - Method in class com.varra.io.FastByteArrayOutputStream
To string.
toString() - Method in class com.varra.io.FastCharArrayWriter
To string.
toString() - Method in class com.varra.io.FastCharBuffer
Returns buffer content as a string.
toString() - Method in class com.varra.jmx.mbean.MBean
 
toString() - Method in class com.varra.log.ConsoleLogger
 
toString() - Method in class com.varra.log.Log4jLogger
 
toString() - Method in class com.varra.log.Logger
 
toString() - Method in class com.varra.net.IpFeilds
 
toString() - Method in class com.varra.net.IpSubnetCheck
 
toString() - Method in class com.varra.props.ApplicationProperties
 
toString() - Method in class com.varra.spring.SpringContext
 
toString(Boolean, String, String, String) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a String returning one of the input Strings.
toString(boolean, String, String) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to a String returning one of the input Strings.
toString() - Method in class com.varra.util.EnhancedTimerTask
 
toString() - Method in class com.varra.util.FIFOQueue
 
toString() - Method in class com.varra.util.RapidFastMap
Returns a string representation of this map.
toString() - Method in enum com.varra.util.ShutdownMode
 
toString() - Method in class com.varra.util.StopWatch
 
toString(Object) - Static method in class com.varra.util.StringUtils
Gets the toString of an Object returning an empty string ("") if null input.
toStringOnOff(Boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a String returning 'on', 'off', or null.
toStringOnOff(boolean) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to a String returning 'on' or 'off'.
toStringTrueFalse(Boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a String returning 'true', 'false', or null.
toStringTrueFalse(boolean) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to a String returning 'true' or 'false'.
toStringYesNo(Boolean) - Static method in class com.varra.util.BooleanUtils
Converts a Boolean to a String returning 'yes', 'no', or null.
toStringYesNo(boolean) - Static method in class com.varra.util.BooleanUtils
Converts a boolean to a String returning 'yes' or 'no'.
touch(File) - Static method in class com.varra.util.FileUtils
Touch.
trace(Object) - Method in class com.varra.log.ConsoleLogger
 
trace(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
trace(Object) - Method in interface com.varra.log.Log
Log a message object with the TRACE level.
trace(Object, Throwable) - Method in interface com.varra.log.Log
Log a message object with the TRACE level including the stack trace of the Throwablet passed as parameter.
trace(Object) - Method in class com.varra.log.Log4jLogger
 
trace(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
trace(Object) - Method in class com.varra.log.Logger
Log a message object with the TRACE level.
trace(Object, Throwable) - Method in class com.varra.log.Logger
Log a message object with the TRACE level including the stack trace of the Throwablet passed as parameter.
trace(Object) - Method in class com.varra.log.NoLogger
 
trace(Object, Throwable) - Method in class com.varra.log.NoLogger
 
trim(String) - Static method in class com.varra.util.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trimToEmpty(String) - Static method in class com.varra.util.StringUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - Static method in class com.varra.util.StringUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
TRUE - Static variable in interface com.varra.util.StringPool
 
TYPE_REGEX - Static variable in class com.varra.util.XMLUtils
The Constant TYPE_REGEX.

U

uncapitalise(String) - Static method in class com.varra.util.StringUtils
Deprecated.
Use the standardly named StringUtils.uncapitalize(String). Method will be removed in Commons Lang 3.0.
uncapitalize(String) - Static method in class com.varra.util.StringUtils
Uncapitalizes a String changing the first letter to title case as per Character.toLowerCase(char).
UNDERSCORE - Static variable in interface com.varra.util.StringPool
 
uniqId() - Static method in class com.varra.util.RandomUtils
Uses UUID, the identifiers generated by UUID are actually universally unique identifiers.
unRegister(MBean) - Method in class com.varra.jmx.registry.MBeanManager
 
unRegister(MBean) - Method in interface com.varra.jmx.registry.MBeanRegistration
Unregisters an MBean from the MBean server.
unregisterPropertyChangeListener(String, PropertyChangeListener) - Static method in class com.varra.props.VarraProperties
Unregister property change listener.
unregisterPropertyChangeListener(PropertyChangeListener) - Static method in class com.varra.props.VarraProperties
Unregister property change listener.
updateNextExecutionTime() - Method in class com.varra.util.EnhancedTimerTask
Sets the next execution time.
upperCase(String) - Static method in class com.varra.util.StringUtils
Converts a String to upper case as per String.toUpperCase().
upperCase(String, Locale) - Static method in class com.varra.util.StringUtils
Converts a String to upper case as per String.toUpperCase(Locale) .
UTF_8 - Static variable in interface com.varra.props.Constants
The Constant UTF_8.
UTF_8 - Static variable in interface com.varra.util.StringPool
 
UTIL4J_PACKAGE_NAME - Static variable in class com.varra.Default
The Constant UTIL4J_PACKAGE_NAME.
UTIL4J_VERSION - Static variable in class com.varra.Default
The Constant UTIL4J_VERSION.

V

valueOf(String) - Static method in enum com.varra.jmx.util.MBeanConstants.Application
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.varra.jmx.util.MBeanConstants.Port
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.varra.jmx.util.MBeanConstants.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.varra.log.MyLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.varra.util.ShutdownMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.varra.jmx.util.MBeanConstants.Application
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.varra.jmx.util.MBeanConstants.Port
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.varra.jmx.util.MBeanConstants.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.varra.log.MyLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.varra.util.RapidFastMap
Returns a collection view of the values contained in this map.
values() - Static method in enum com.varra.util.ShutdownMode
Returns an array containing the constants of this enum type, in the order they are declared.
VarraProperties - Class in com.varra.props
Loads the Properties from the environment, system and file, make them Available to rest of the application.
VarraPropertiesException - Exception in com.varra.exception
TODO Description go here.
VarraPropertiesException() - Constructor for exception com.varra.exception.VarraPropertiesException
Instantiates a new mind tree properties exception.
VarraPropertiesException(String) - Constructor for exception com.varra.exception.VarraPropertiesException
Instantiates a new mind tree properties exception.
VarraPropertiesException(Throwable) - Constructor for exception com.varra.exception.VarraPropertiesException
Instantiates a new mind tree properties exception.
VarraPropertiesException(String, Throwable) - Constructor for exception com.varra.exception.VarraPropertiesException
Instantiates a new mind tree properties exception.
Void - Class in com.varra.lang
The Void class is an placeholder class to hold a reference to the Class object representing the Java keyword void.

W

warn(Object) - Method in class com.varra.log.ConsoleLogger
 
warn(Object, Throwable) - Method in class com.varra.log.ConsoleLogger
 
warn(Object) - Method in interface com.varra.log.Log
Log a message object with the WARN Level.
warn(Object, Throwable) - Method in interface com.varra.log.Log
Log a message with the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Object) - Method in class com.varra.log.Log4jLogger
 
warn(Object, Throwable) - Method in class com.varra.log.Log4jLogger
 
warn(Object) - Method in class com.varra.log.Logger
Log a message object with the WARN Level.
warn(Object, Throwable) - Method in class com.varra.log.Logger
Log a message with the WARN level including the stack trace of the Throwable t passed as parameter.
warn(Object) - Method in class com.varra.log.NoLogger
 
warn(Object, Throwable) - Method in class com.varra.log.NoLogger
 
WrapperUtils - Class in com.varra.util
Utility methods required for wrapper classes.
WrapperUtils() - Constructor for class com.varra.util.WrapperUtils
 
write(byte[], int, int) - Method in class com.varra.io.FastByteArrayOutputStream
Write.
write(int) - Method in class com.varra.io.FastByteArrayOutputStream
Writes single byte.
write(char[], int, int) - Method in class com.varra.io.FastCharArrayWriter
Write.
write(int) - Method in class com.varra.io.FastCharArrayWriter
Writes single byte.
write(String, int, int) - Method in class com.varra.io.FastCharArrayWriter
 
writeObject(String, Object) - Static method in class com.varra.util.ObjectUtils
Write object.
writeObject(File, Object) - Static method in class com.varra.util.ObjectUtils
Writes serializable object to a file.
writeObjectAsXml(File, Object) - Static method in class com.varra.util.ObjectUtils
Writes serializable object to a XML file.
writeObjectAsXml(String, Object) - Static method in class com.varra.util.ObjectUtils
Write object as xml.
writeTo(OutputStream) - Method in class com.varra.io.FastByteArrayOutputStream
Write to.
writeTo(Writer) - Method in class com.varra.io.FastCharArrayWriter
Write to.

X

XMLUtility - Class in com.varra.jmx.util
TODO Description go here.
XMLUtility() - Constructor for class com.varra.jmx.util.XMLUtility
 
XMLUtils - Class in com.varra.util
XML related utilities

Y

Y - Static variable in interface com.varra.util.StringPool
 
YES - Static variable in interface com.varra.util.StringPool
 

Z

ZERO - Static variable in interface com.varra.util.StringPool
 
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 

Copyright © 2016 utils4j. All Rights Reserved.