BEA Systems, Inc.

weblogic.ejb
Interface WLTimerService

All Superinterfaces:
TimerService

public interface WLTimerService
extends TimerService


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)
           
 
Methods inherited from interface javax.ejb.TimerService
createTimer, createTimer, createTimer, createTimer, getTimers
 

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://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.