edu.ntnu.cikmr.workflowenactment
Class RemoteWorkflowServer

java.lang.Object
  extended by edu.ntnu.cikmr.workflowenactment.RemoteWorkflowServer
All Implemented Interfaces:
WorkflowLogListener, java.util.EventListener

public class RemoteWorkflowServer
extends java.lang.Object
implements WorkflowLogListener


Constructor Summary
RemoteWorkflowServer(Workflow workflow)
           
 
Method Summary
 java.lang.String getPipeID()
           
 void logUpdated(java.util.EventObject e)
           
 boolean start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWorkflowServer

public RemoteWorkflowServer(Workflow workflow)
Method Detail

start

public boolean start()

stop

public void stop()

getPipeID

public java.lang.String getPipeID()

logUpdated

public void logUpdated(java.util.EventObject e)
Specified by:
logUpdated in interface WorkflowLogListener