Uses of Class
com.werken.blissed.ProcessContext

Packages that use ProcessContext
com.werken.blissed The blissed process+state framework. 
com.werken.blissed.activity Activity implementation. 
com.werken.blissed.guard   
com.werken.blissed.jelly Jelly tag library. 
 

Uses of ProcessContext in com.werken.blissed
 

Methods in com.werken.blissed that return ProcessContext
 ProcessContext ProcessContext.getParent()
          Retrieve the parent of this ProcessContext.
 ProcessContext ProcessEngine.spawn(Process process)
          Spawn an instance of a Process.
 ProcessContext ProcessEngine.spawn(Process process, boolean async)
          Spawn an instance of a Process.
 ProcessContext ProcessEngine.spawn(Process process, ProcessContext parent)
          Spawn an instance of a Process as a child of another instance.
 

Methods in com.werken.blissed with parameters of type ProcessContext
 void Activity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 boolean Guard.test(Transition transition, ProcessContext context)
          Test this guard against a procession.
 ProcessContext ProcessEngine.spawn(Process process, ProcessContext parent)
          Spawn an instance of a Process as a child of another instance.
 void ProcessEngine.call(Process process, ProcessContext context)
          Call another Process from another instance.
protected  void ProcessEngine.startProcess(Process process, ProcessContext context)
          Begin a Process for a particular ProcessContext.
protected  void ProcessEngine.enterState(State state, ProcessContext context)
          Enter a State for a particular ProcessContext.
protected  void ProcessEngine.exitState(State state, ProcessContext context)
          Exit a State for a particular ProcessContext.
protected  void ProcessEngine.finishProcess(Process process, ProcessContext context)
          Finish a Process for a particular ProcessContext.
 boolean ProcessEngine.checkTransitions(ProcessContext context)
          Check a ProcessContext for progress possibilities.
protected  void ProcessEngine.followTransition(ProcessContext context, Transition transition)
          Cause a ProcessContext to follow a passing Transition.
 

Uses of ProcessContext in com.werken.blissed.activity
 

Methods in com.werken.blissed.activity with parameters of type ProcessContext
 void NoOpActivity.perform(ProcessContext context)
          Perform this activity.
 void CallActivity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 void SpawnActivity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 

Uses of ProcessContext in com.werken.blissed.guard
 

Methods in com.werken.blissed.guard with parameters of type ProcessContext
 boolean BooleanGuard.test(Transition transition, ProcessContext context)
          Test this guard against a process context.
 

Uses of ProcessContext in com.werken.blissed.jelly
 

Methods in com.werken.blissed.jelly that return ProcessContext
protected  ProcessContext RuntimeTagSupport.getProcessContext()
          Retrieve the current ProcessContext.
 

Methods in com.werken.blissed.jelly with parameters of type ProcessContext
 boolean JellyGuard.test(Transition transition, ProcessContext context)
          Test this guard against a procession.
 void JellyActivity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 



Copyright © 2002-2002 The Werken Company. All Rights Reserved.