Uses of Interface
org.apache.agila.engine.Token

Packages that use Token
org.apache.agila.dao   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.dao   
org.apache.agila.impl.memory   
org.apache.agila.model   
org.apache.agila.services   
org.apache.agila.util   
 

Uses of Token in org.apache.agila.dao
 

Methods in org.apache.agila.dao that return Token
 Token TokenDAO.getTokenByID(TokenID tokenID)
           
 Token TokenDAO.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 

Methods in org.apache.agila.dao with parameters of type Token
 boolean TokenDAO.saveToken(Token t)
           
 

Uses of Token in org.apache.agila.impl
 

Classes in org.apache.agila.impl that implement Token
 class TokenImpl
           
 

Fields in org.apache.agila.impl declared as Token
protected  Token NodeContextImpl.currentToken
           
protected  Token NodeContextImpl.nextToken
           
 

Methods in org.apache.agila.impl that return Token
 Token NodeContextImpl.getCurrentExecutionToken()
           
 Token NodeContextImpl.getNextExecutionToken()
           
 

Methods in org.apache.agila.impl with parameters of type Token
 void NodeContextImpl.setCurrentExecutionToken(Token token)
           
 void NodeContextImpl.setNextExecutionToken(Token token)
           
 boolean ConnectionImpl.traverse(Token token)
           
 

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

Methods in org.apache.agila.impl.dao that return Token
 Token TokenServiceImpl.getTokenByID(TokenID tokenID)
           
 Token AgilaDAO.getTokenByID(TokenID tokenID)
           
 Token TokenServiceImpl.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 Token AgilaDAO.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 Token[] TokenServiceImpl.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 

Methods in org.apache.agila.impl.dao with parameters of type Token
 Token[] TokenServiceImpl.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 boolean TokenServiceImpl.saveToken(Token t)
           
 boolean AgilaDAO.saveToken(Token t)
           
 

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

Methods in org.apache.agila.impl.memory that return Token
 Token TokenServiceImpl.getTokenByID(TokenID tokenID)
           
 Token TokenServiceImpl.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 Token[] TokenServiceImpl.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 

Methods in org.apache.agila.impl.memory with parameters of type Token
 Token[] TokenServiceImpl.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 boolean TokenServiceImpl.saveToken(Token t)
           
 

Uses of Token in org.apache.agila.model
 

Methods in org.apache.agila.model that return Token
 Token NodeContext.getCurrentExecutionToken()
          Returns the token for the current state of the instance
 Token NodeContext.getNextExecutionToken()
          Returns the token for the next state of the instance in the event that the current step succeeds
 

Methods in org.apache.agila.model with parameters of type Token
 boolean Connection.traverse(Token token)
          Moves a token to the 'child' or 'bottom' node, setting the state appropriately
 

Uses of Token in org.apache.agila.services
 

Methods in org.apache.agila.services that return Token
 Token TokenService.getTokenByID(TokenID tokenID)
          Fetches a token from the token store
 Token TokenService.newToken(InstanceID instanceID, NodeID nodeID, int tokenState)
          token factory - creates a new token with valid token ID.
 Token[] TokenService.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 

Methods in org.apache.agila.services with parameters of type Token
 Token[] TokenService.nextToken(Connection[] connSet, Token parentToken)
          Returns a set of tokens, advanced along the connections given.
 boolean TokenService.saveToken(Token t)
          Saves the state of a token after modification or update
 

Uses of Token in org.apache.agila.util
 

Methods in org.apache.agila.util that return Token
 Token JDBCUtil.getTokenByID(TokenID tokenID)
           
 Token JDBCUtil.newToken(InstanceID instanceID, NodeID nodeID, int state)
          Create a token with only the InstanceID given
 

Methods in org.apache.agila.util with parameters of type Token
 boolean JDBCUtil.saveToken(Token token)
           
 



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