Uses of Class
net.sourceforge.basher.BasherContext

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

Uses of BasherContext in net.sourceforge.basher
 

Methods in net.sourceforge.basher that return BasherContext
 BasherContext ContextManager.getActiveBasherContext()
          Retrieves the currently active context.
 BasherContext ContextManager.getBasherContext(String contextName)
          Retrieves the by name specified context.
 

Methods in net.sourceforge.basher that return types with arguments of type BasherContext
 List<BasherContext> ContextManager.getBasherContexts()
          Retrieves the list of all registered contexts.
 

Methods in net.sourceforge.basher with parameters of type BasherContext
 void ContextManager.addBasherContext(BasherContext basherContext)
          Adds the specified context to the system.
 void ContextManager.setActiveBasherContext(BasherContext basherContext)
          Sets the specified context to be the active, used context.
 void Scheduler.start(BasherContext basherContext)
           
 

Uses of BasherContext in net.sourceforge.basher.events
 

Methods in net.sourceforge.basher.events that return BasherContext
 BasherContext PhaseTransitionEvent.getBasherContext()
           
 BasherContext ThreadAddedEvent.getBasherContext()
          Retrives the BasherContext currently running.
 BasherContext CollectionEvent.getBasherContext()
           
 

Constructors in net.sourceforge.basher.events with parameters of type BasherContext
CollectionEvent(BasherContext basherContext)
           
CollectionStartedEvent(BasherContext basherContext)
           
CollectionStoppedEvent(BasherContext basherContext)
           
PhaseTransitionEvent(BasherContext basherContext, Phase oldPhase, Phase newPhase, long durationNextPhase)
           
ThreadAddedEvent(String name, int currentNumberThreads, BasherContext basherContext)
           
 

Uses of BasherContext in net.sourceforge.basher.impl
 

Methods in net.sourceforge.basher.impl that return BasherContext
 BasherContext ContextManagerImpl.getActiveBasherContext()
          Retrieves the currently active context.
 BasherContext ContextManagerImpl.getBasherContext(String contextName)
           
 

Methods in net.sourceforge.basher.impl that return types with arguments of type BasherContext
 List<BasherContext> ContextManagerImpl.getBasherContexts()
          Retrieves the list of all registered contexts.
 

Methods in net.sourceforge.basher.impl with parameters of type BasherContext
 void ContextManagerImpl.addBasherContext(BasherContext basherContext)
          Adds the specified context to the system.
protected  void AbstractFileCollector.initializeCollector(BasherContext basherContext)
           
protected abstract  void AbstractCollector.initializeCollector(BasherContext basherContext)
           
protected  void StdOutCollector.initializeCollector(BasherContext basherContext)
           
 void ContextManagerImpl.setActiveBasherContext(BasherContext basherContext)
          Sets the specified context to be the active, used context.
 void SchedulerImpl.start(BasherContext basherContext)
           
 

Method parameters in net.sourceforge.basher.impl with type arguments of type BasherContext
 void ContextManagerImpl.setBasherContexts(List<BasherContext> basherContexts)
          Sets the list of available SystemContexts.
 



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