com.epam.fix.message.format
Class CalendarPool

java.lang.Object
  extended by com.epam.fix.message.format.CalendarPool

public class CalendarPool
extends Object

Created with IntelliJ IDEA. User: wed Date: 21.11.12 Time: 12:32 To change this template use File | Settings | File Templates.


Field Summary
static Locale DEF_LOCALE
           
static TimeZone LOCAL_TIMEZONE
           
static TimeZone UTC_TIMEZONE
           
 
Constructor Summary
CalendarPool()
           
 
Method Summary
static Calendar getLocalCalendar()
           
static Calendar getUTCCalendar()
           
static void returnCalendar(Calendar cal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTC_TIMEZONE

public static final TimeZone UTC_TIMEZONE

LOCAL_TIMEZONE

public static final TimeZone LOCAL_TIMEZONE

DEF_LOCALE

public static final Locale DEF_LOCALE
Constructor Detail

CalendarPool

public CalendarPool()
Method Detail

getUTCCalendar

public static Calendar getUTCCalendar()

getLocalCalendar

public static Calendar getLocalCalendar()

returnCalendar

public static void returnCalendar(Calendar cal)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.