Uses of Class
net.sourceforge.basher.Phase

Packages that use Phase
net.sourceforge.basher   
net.sourceforge.basher.events   
net.sourceforge.basher.impl   
 

Uses of Phase in net.sourceforge.basher
 

Methods in net.sourceforge.basher that return Phase
 Phase Scheduler.getCurrentPhase()
          Removes a thread from the currently running scheduler
static Phase Phase.getNextPhase(Phase phase)
           
static Phase Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.basher that return types with arguments of type Phase
 List<Phase> TaskConfiguration.getApplicablePhases()
          Retrieves the Phases in which this Task is run.
 

Methods in net.sourceforge.basher with parameters of type Phase
 void TaskConfiguration.addApplicablePhase(Phase phase)
          Adds the specified phase to the set of applicable phases.
static Phase Phase.getNextPhase(Phase phase)
           
 

Uses of Phase in net.sourceforge.basher.events
 

Methods in net.sourceforge.basher.events that return Phase
 Phase PhaseTransitionEvent.getNewPhase()
           
 Phase PhaseTransitionEvent.getOldPhase()
           
 

Constructors in net.sourceforge.basher.events with parameters of type Phase
PhaseTransitionEvent(BasherContext basherContext, Phase oldPhase, Phase newPhase, long durationNextPhase)
           
 

Uses of Phase in net.sourceforge.basher.impl
 

Methods in net.sourceforge.basher.impl that return Phase
 Phase SchedulerImpl.getCurrentPhase()
           
 



Copyright © 2006-2010 Basher Team. All Rights Reserved.