Serialized Form


Package org.apache.commons.workflow

Class org.apache.commons.workflow.ContextEvent extends EventObject implements Serializable

Serialized Fields

context

Context context
The Context upon which this event occurred.


exception

StepException exception
The StepException that caused this event.


step

Step step
The Step upon which this event occurred. For beanReplaced events, this will be the previous step.

Class org.apache.commons.workflow.ScopeEvent extends EventObject implements Serializable

Serialized Fields

key

String key
The bean key upon which this event occurred.


scope

Scope scope
The Scope upon which this event occurred.


value

Object value
The bean value upon which this event occurred. For beanReplaced events, this will be the previous value.

Class org.apache.commons.workflow.StepException extends WorkflowException implements Serializable

Serialized Fields

step

Step step
The Step that was being executed when the problem occurred.

Class org.apache.commons.workflow.WorkflowException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
The underlying cause exception (if any).


Package org.apache.commons.workflow.web

Class org.apache.commons.workflow.web.ActivityServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

activity

Activity activity
The Activity that is supported by this servlet instance.


attribute

String attribute
Name of the session attribute under which our current Context is stored.


debug

int debug
The debugging detail level for this servlet.


detail

int detail
The debugging detail level for our Digester.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.