Uses of Class
org.hackystat.tickertape.tickerlingua.Tickertape

Packages that use Tickertape
org.hackystat.tickertape.server Provides the main class for this system. 
org.hackystat.tickertape.ticker Provides the Tickers for this system. 
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
 

Uses of Tickertape in org.hackystat.tickertape.server
 

Constructors in org.hackystat.tickertape.server with parameters of type Tickertape
TickertapeTask(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          Creates a new task that will execute the associated tickertape processing.
 

Uses of Tickertape in org.hackystat.tickertape.ticker
 

Methods in org.hackystat.tickertape.ticker with parameters of type Tickertape
 void TweetWhenInterestingTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void Ticker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          Invoked each time the ticker task wakes up.
 void SummaryEmailTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void ProjectTweetsTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void PortfolioTransitionTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void PersonalTweetsTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void NabaztagNewsTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 void MultiProjectTweetsTicker.run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 

Uses of Tickertape in org.hackystat.tickertape.tickerlingua
 

Methods in org.hackystat.tickertape.tickerlingua that return Tickertape
 Tickertape TickerLingua.getTickertape(java.lang.String id)
          Return the Tickertape instance with the specified ID, or null if not found.
 

Methods in org.hackystat.tickertape.tickerlingua that return types with arguments of type Tickertape
 java.util.List<Tickertape> TickerLingua.getTickertapes()
          Return a list of all Tickertape instances.