|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.util.Timezones
public final class Timezones
Static utility methods for time zone operations and conversions.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT
Default time zone. |
Method Summary | |
---|---|
static java.lang.String |
getLotusTimeZoneString(java.lang.String javaTimeZoneString)
Converts a Java time zone string to a Lotus timezone string. |
static java.lang.String |
getLotusTimeZoneString(java.util.TimeZone timeZone)
Converts a Java time zone to a Lotus timezone string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT
Method Detail |
---|
public static java.lang.String getLotusTimeZoneString(java.util.TimeZone timeZone) throws java.lang.NullPointerException, java.lang.IllegalArgumentException
timeZone
- the time zone
java.lang.NullPointerException
- if the given time zone string is null
java.lang.IllegalArgumentException
- if the length of the given time zone string is zeropublic static java.lang.String getLotusTimeZoneString(java.lang.String javaTimeZoneString) throws java.lang.NullPointerException, java.lang.IllegalArgumentException
javaTimeZoneString
- the java time zone string
java.lang.NullPointerException
- if the given time zone string is null
java.lang.IllegalArgumentException
- if the given time zone string is empty or unknown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |