com.funambol.email.util
Class UtilityIL

java.lang.Object
  extended by com.funambol.email.util.UtilityIL

public class UtilityIL
extends java.lang.Object

InboxListener Utility class


Constructor Summary
UtilityIL()
           
 
Method Summary
static int readInteger()
           
static java.lang.String readValue()
           
static int setMilliSecondsFromMinutes(int minutes)
          used in the ListenerRegistry the reloading_time in the XML file is in minute format.
static int setMilliSecondsFromSeconds(int seconds)
          used in the ListenerRegistryDAO the refresh_time in the DB is in second format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityIL

public UtilityIL()
Method Detail

readInteger

public static int readInteger()
                       throws InboxListenerException
Throws:
InboxListenerException

readValue

public static java.lang.String readValue()
                                  throws InboxListenerException
Throws:
InboxListenerException

setMilliSecondsFromMinutes

public static int setMilliSecondsFromMinutes(int minutes)
used in the ListenerRegistry the reloading_time in the XML file is in minute format. but we have to convert in millisec


setMilliSecondsFromSeconds

public static int setMilliSecondsFromSeconds(int seconds)
used in the ListenerRegistryDAO the refresh_time in the DB is in second format. but we have to convert in millisec



Copyright © 2005-2006 Funambol.