Uses of Class
org.apache.commons.jelly.tags.threads.RunnableStatus

Uses of RunnableStatus in org.apache.commons.jelly.tags.threads
 

Fields in org.apache.commons.jelly.tags.threads declared as RunnableStatus
(package private)  RunnableStatus JellyThread.status
          Tracks the status of this thread
 

Methods in org.apache.commons.jelly.tags.threads that return RunnableStatus
 RunnableStatus JellyThread.getStatus()
          Get the status of this thread
 

Methods in org.apache.commons.jelly.tags.threads with parameters of type RunnableStatus
 boolean RunnableStatus.equals(RunnableStatus status)