com.werken.blissed.jelly
Class JellyActivity

java.lang.Object
  |
  +--com.werken.blissed.jelly.JellyActivity
All Implemented Interfaces:
Activity

public class JellyActivity
extends java.lang.Object
implements Activity

State activity based upon a Jelly script.

Version:
$Id: JellyActivity.java,v 1.5 2002/09/18 06:04:44 bob Exp $
Author:
bob mcwhirter

Constructor Summary
JellyActivity(org.apache.commons.jelly.Script script)
          Construct.
 
Method Summary
 org.apache.commons.jelly.Script getScript()
          Retrieve the Jelly script.
 void perform(ProcessContext context)
          Perform this activity within the specified procession.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyActivity

public JellyActivity(org.apache.commons.jelly.Script script)
Construct.
Parameters:
script - The jelly script.
Method Detail

getScript

public org.apache.commons.jelly.Script getScript()
Retrieve the Jelly script.
Returns:
The jelly script.

perform

public void perform(ProcessContext context)
             throws ActivityException
Perform this activity within the specified procession.
Specified by:
perform in interface Activity
Parameters:
context - The process context
Throws:
ActivityException - if an error occurs.


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