Oracle

weblogic.ejb
Interface WLTimerService


public interface WLTimerService


Method Summary
 Timer createTimer(Date initial, long duration, Serializable info, WLTimerInfo wlTimerInfo)
           
 Timer createTimer(Date expiration, Serializable info, WLTimerInfo wlTimerInfo)
           
 Timer createTimer(long initial, long duration, Serializable info, WLTimerInfo wlTimerInfo)
           
 Timer createTimer(long duration, Serializable info, WLTimerInfo wlTimerInfo)
           
 

Method Detail

createTimer

Timer createTimer(Date initial,
                  long duration,
                  Serializable info,
                  WLTimerInfo wlTimerInfo)
                  throws IllegalArgumentException,
                         IllegalStateException,
                         EJBException
Throws:
IllegalArgumentException
IllegalStateException
EJBException

createTimer

Timer createTimer(Date expiration,
                  Serializable info,
                  WLTimerInfo wlTimerInfo)
                  throws IllegalArgumentException,
                         IllegalStateException,
                         EJBException
Throws:
IllegalArgumentException
IllegalStateException
EJBException

createTimer

Timer createTimer(long initial,
                  long duration,
                  Serializable info,
                  WLTimerInfo wlTimerInfo)
                  throws IllegalArgumentException,
                         IllegalStateException,
                         EJBException
Throws:
IllegalArgumentException
IllegalStateException
EJBException

createTimer

Timer createTimer(long duration,
                  Serializable info,
                  WLTimerInfo wlTimerInfo)
                  throws IllegalArgumentException,
                         IllegalStateException,
                         EJBException
Throws:
IllegalArgumentException
IllegalStateException
EJBException

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle