BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.time.common.Triggerable

Packages that use Triggerable
weblogic.common   
weblogic.time.common   
 

Uses of Triggerable in weblogic.common
 

Classes in weblogic.common that implement Triggerable
 class Sequencer
          This class takes an out-of-order stream of objects and reorders them using a "push" flow model.
 

Uses of Triggerable in weblogic.time.common
 

Subinterfaces of Triggerable in weblogic.time.common
 interface TriggerDef
          Exteneded interface for user-written triggers.
 

Methods in weblogic.time.common with parameters of type Triggerable
 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 Triggerable
Trigger.Trigger(Triggerable o, ParamSet ps)
          Constructs a Trigger with the specified Object and set of parameters.
Trigger.Trigger(Triggerable o)
          Constructs a Trigger with the specified Object and set of parameters.
 


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