Uses of Class
com.werken.blissed.ActivityException

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

Uses of ActivityException in com.werken.blissed
 

Methods in com.werken.blissed that throw ActivityException
 void Activity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 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.
 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.
 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 ActivityException in com.werken.blissed.activity
 

Methods in com.werken.blissed.activity that throw ActivityException
 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 ActivityException in com.werken.blissed.jelly
 

Methods in com.werken.blissed.jelly that throw ActivityException
 void JellyActivity.perform(ProcessContext context)
          Perform this activity within the specified procession.
 



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