| Modifier and Type | Class and Description |
|---|---|
class |
Default
TODO Description go here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceAudience
Annotation to inform users of a package, class or method's intended audience.
|
class |
InterfaceStability
Annotation to inform users of how much to rely on a particular package, class
or method not changing over time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComputingException
TODO Description go here.
|
class |
VarraPropertiesException
TODO Description go here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jConfigLoader
Loads the log4jConfig file and monitors it, re-loads the log file whenever it
gets changed.
|
interface |
Log4jConfigLoaderMBean
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. |
interface |
SpringContextLoaderMBean
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Void
The Void class is an placeholder class to hold a reference to the Class
object representing the Java keyword void.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTimerTaskListener
An convenient abstract class for listening the
EnhancedTimerTask
tasks ejects from SafeThread. |
interface |
ListenerManager<T>
An utility interface which will be used for adding/removing the listeners.
|
interface |
MessageListener<T>
An Asynchronized loosely coupled interface to provide the Messages to the
interested clients.
|
interface |
TimerTaskListener
An convenient interface which listens to the processing Engine for the
completed/canceled/Expired
EnhancedTimerTask events from the
processing Engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleLogger
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. |
interface |
Log
A convenient way of implementing the Logger functionality.
|
class |
Log4jLogger
TODO Description go here.
|
class |
Logger
Logger - Yet An another fine grained
Logger
class to log the Application specific messages. Is not based on
log4j (to reduce external dependencies). |
interface |
LoggerConstants
TODO Description go here.
|
class |
LogManager
TODO Description go here.
|
class |
NoLogger
Silent Logger which swallows all the logs, will be the default logger for all
the logger messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IpSubnetCheck
An IP Utility class to check whether the Given IP is in the range!.
|
class |
IPUtils
An IP based Utility class, for saving the coding time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationProperties
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. |
class |
VarraProperties
Loads the Properties from the environment, system and file, make them
Available to rest of the application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringContextListener
A Convenient class to set the
SpringContext by listening to the web listener. |
| Modifier and Type | Class and Description |
|---|---|
class |
Client
TODO Description go here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigFileReader
Common configuration entry parser class.
|
class |
ArrayUtils
Array related general day to day used operations.
|
class |
ClassUtils
Class related utilities.
|
interface |
Computable
An easy convenient interface to compute the business logic required.
|
class |
FileUtils
TODO Description go here.
|
class |
GlobalThread
An global singleton
SafeThread instance.Created for distribution ease. |
class |
IntegerUtils
Operations on
Integer that are
null safe. |
class |
ListUtils
TODO Description go here.
|
class |
MapUtils
TODO Description go here.
|
class |
RandomUtils
Related to the random utility functions.
|
class |
SafeThread
An Synchronized RealTime Event storing and processing thread.
|
interface |
Shutdownable
A Shutdownable is an service or an object that can be shutdown.
|
class |
ShutdownMode
/** An
Enum that lists shutdown modes. |
class |
StringUtils
/**
|
interface |
TimerTaskReceiver
An convenient interface which receives the
EnhancedTimerTask events
to update the processing Engine. |
class |
WrapperUtils
Utility methods required for wrapper classes.
|
Copyright © 2016 utils4j. All Rights Reserved.