Uses of Class
org.apache.agila.engine.TokenID

Packages that use TokenID
org.apache.agila.dao   
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.dao   
org.apache.agila.impl.memory   
org.apache.agila.services   
org.apache.agila.services.rendezvous Three different typs of rendezvous node : UNIVERSAL - not implemented GLOBAL - can synchronize instances of the same process LOCAL - used w/in the same instance of a process PRIVATE - used by a single node  
org.apache.agila.services.task   
org.apache.agila.util   
 

Uses of TokenID in org.apache.agila.dao
 

Methods in org.apache.agila.dao with parameters of type TokenID
 Token TokenDAO.getTokenByID(TokenID tokenID)
           
 

Uses of TokenID in org.apache.agila.engine
 

Methods in org.apache.agila.engine that return TokenID
 TokenID EngineMessage.getCurrentTokenID()
           
 TokenID Token.getTokenID()
          returns the unique ID of this token
 

Methods in org.apache.agila.engine with parameters of type TokenID
 void Engine.nudge(TokenID tokenID)
           
 void EngineMessage.setCurrentTokenID(TokenID tokenID)
          Sets the current TokenID for this message
 

Uses of TokenID in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return TokenID
 TokenID EngineMessageImpl.getCurrentTokenID()
           
 TokenID TokenImpl.getTokenID()
           
 

Methods in org.apache.agila.impl with parameters of type TokenID
 void EngineMessageImpl.setCurrentTokenID(TokenID tokenID)
           
 void TokenImpl.setTokenID(TokenID tokenID)
           
 

Uses of TokenID in org.apache.agila.impl.dao
 

Methods in org.apache.agila.impl.dao with parameters of type TokenID
 java.util.List TokenServiceImpl.getParallelTokens(TokenID tokenID)
           
 Token TokenServiceImpl.getTokenByID(TokenID tokenID)
           
 Token AgilaDAO.getTokenByID(TokenID tokenID)
           
 

Uses of TokenID in org.apache.agila.impl.memory
 

Methods in org.apache.agila.impl.memory with parameters of type TokenID
 java.util.List TokenServiceImpl.getParallelTokens(TokenID tokenID)
           
 Token TokenServiceImpl.getTokenByID(TokenID tokenID)
           
 void TimerServiceImpl.setExecutionContinue(TokenID tokenID, int seconds, java.lang.String dataKey, java.io.Serializable appData)
           
 

Uses of TokenID in org.apache.agila.services
 

Methods in org.apache.agila.services with parameters of type TokenID
 java.util.List TokenService.getParallelTokens(TokenID tokenID)
          Returns a set of tokens that are considered 'parallel' to a given tokenID Parallel tokens are any tokens that can trace their lineage to the first common ancestor N T1 T2 <- parallel tokens N N1 T1 T2 N2 | T3 T4 | N3 | T5 | N4 So N4 asking about T2 could get T1 or T3 and/or T4 or T5, depending on execution timing.
 Token TokenService.getTokenByID(TokenID tokenID)
          Fetches a token from the token store
 void TimerService.setExecutionContinue(TokenID tokenID, int seconds, java.lang.String dataKey, java.io.Serializable appData)
          Sets a timer for a given workflow instance (via tokenID)
 

Uses of TokenID in org.apache.agila.services.rendezvous
 

Methods in org.apache.agila.services.rendezvous with parameters of type TokenID
 boolean RendezvousService.nodeNotification(TokenID token, RendezvousPolicyInfo policy)
          Notfies the RendezvousService that a token has reached a RendezvousNode
 boolean AbstractRendezvousService.nodeNotification(TokenID token, RendezvousPolicyInfo policy)
          Notfies the RendezvousService that a token has reached a RendezvousNode
 boolean RendezvousPolicy.nodeReached(TokenID tokenID)
          used when a node is reached
 

Uses of TokenID in org.apache.agila.services.task
 

Methods in org.apache.agila.services.task that return TokenID
 TokenID TaskImpl.getSourceTokenID()
           
 TokenID Task.getSourceTokenID()
           
 TokenID ResponseHandlerResponse.getTokenID()
          Returns tthe TokenID of the token forwarded to the message processor for processing.
 

Methods in org.apache.agila.services.task with parameters of type TokenID
 TaskID TaskService.assignTask(TokenID tokenID, java.lang.String message, UserID userID, java.util.Date due)
          assigns a new task to a given user
 TaskID AbstractTaskService.assignTask(TokenID tokenID, java.lang.String message, UserID userID, java.util.Date due)
          assigns a new task to a given user
 TaskID[] TaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actor, java.util.Date due)
          Assigns a new task to a given abstract named Actor.
 TaskID[] AbstractTaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actors, java.util.Date due)
           
 TaskID TaskService.assignTaskToTeam(TokenID tokenID, java.lang.String message, GroupID groupID, java.util.Date due)
          Assigns a new task to a given group of users.
 TaskID AbstractTaskService.assignTaskToTeam(TokenID tokenID, java.lang.String message, GroupID groupID, java.util.Date due)
           
 void TaskImpl.setSourceTokenID(TokenID tokenID)
           
 void ResponseHandlerResponse.setTokenID(TokenID tokenID)
           
 

Constructors in org.apache.agila.services.task with parameters of type TokenID
ResponseHandlerResponse(boolean ableToContinue, TokenID tokenID, java.lang.String name, java.io.Serializable data)
           
TaskImpl(GroupID groupID, TokenID tokenID, InstanceID instanceID, java.lang.String desc, java.util.Date d, int status)
           
TaskImpl(UserID userid, TokenID tokenID, InstanceID instanceID, java.lang.String desc, java.util.Date d, int status)
           
 

Uses of TokenID in org.apache.agila.util
 

Methods in org.apache.agila.util with parameters of type TokenID
 Token JDBCUtil.getTokenByID(TokenID tokenID)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.