org.wdssii.core
Class WDSSII

java.lang.Object
  extended by org.wdssii.core.WDSSII

public class WDSSII
extends Object

The initialize() method of this class needs to be invoked by every algorithm or process.

Author:
lakshman

Field Summary
private  TimeZone initialTimeZone
           
private static org.apache.commons.logging.Log log
           
private static WDSSII singleton
           
 
Constructor Summary
private WDSSII()
           
 
Method Summary
 TimeZone getInitialTimeZone()
          The actual TimeZone before it was changed to UTC
static WDSSII getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log

singleton

private static WDSSII singleton

initialTimeZone

private TimeZone initialTimeZone
Constructor Detail

WDSSII

private WDSSII()
Method Detail

getInstance

public static WDSSII getInstance()

getInitialTimeZone

public TimeZone getInitialTimeZone()
The actual TimeZone before it was changed to UTC