BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.time.common.Schedulable

Packages that use Schedulable
weblogic.common   
weblogic.time.common   
 

Uses of Schedulable in weblogic.common
 

Methods in weblogic.common with parameters of type Schedulable
 void Sequencer.trigger(Schedulable sch)
          Implements the Triggerable object so that it can be part of a trigger.
 

Uses of Schedulable in weblogic.time.common
 

Subinterfaces of Schedulable in weblogic.time.common
 interface ScheduleDef
          Extended interface for user-written schedulers.
 

Classes in weblogic.time.common that implement Schedulable
 class TimeRepeat
          A utility class for scheduling a repeating trigger.
 

Methods in weblogic.time.common with parameters of type Schedulable
 void Triggerable.trigger(Schedulable scheduler)
          Implement this method to do the work you want to schedule.
 ScheduledTriggerDef TimeServicesDef.getScheduledTrigger(Schedulable scheduler, Triggerable trigger)
          The Trigger's trigger() method will be scheduled for execution according to the time returned by the scheduler's schedule() method.
 

Constructors in weblogic.time.common with parameters of type Schedulable
Scheduler.Scheduler(Schedulable o, ParamSet ps)
          Constructs an Scheduler object with the specified Object and set of parameters.
Scheduler.Scheduler(Schedulable o)
          Constructs an Scheduler object with the specified Object and set of parameters.
 


Documentation is available at
http://www.weblogic.com/docs51