org.dentaku.foundation.event
Class WerkflowEvent

java.lang.Object
  extended byorg.dentaku.foundation.event.AbstractEvent
      extended byorg.dentaku.foundation.event.WerkflowEvent
All Implemented Interfaces:
java.io.Serializable

public abstract class WerkflowEvent
extends AbstractEvent

See Also:
Serialized Form

Constructor Summary
protected WerkflowEvent(OutputContext response)
           
 
Method Summary
static void deploy(java.net.URL url)
           
 boolean execute()
           
static org.codehaus.werkflow.Wfms getWfms()
           
abstract  java.net.URL getWorkflowURL()
           
 
Methods inherited from class org.dentaku.foundation.event.AbstractEvent
getOutputContext, setOutputContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WerkflowEvent

protected WerkflowEvent(OutputContext response)
Method Detail

getWorkflowURL

public abstract java.net.URL getWorkflowURL()

execute

public boolean execute()
                throws java.lang.Exception
Specified by:
execute in class AbstractEvent
Throws:
java.lang.Exception

getWfms

public static org.codehaus.werkflow.Wfms getWfms()

deploy

public static void deploy(java.net.URL url)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2004 . All Rights Reserved.