maltcms.runtime
Class LocalHostMaltcmsProcess

java.lang.Object
  extended by javax.swing.SwingWorker<cross.datastructures.workflow.IWorkflow,cross.datastructures.workflow.IWorkflowResult>
      extended by maltcms.runtime.LocalHostMaltcmsProcess
All Implemented Interfaces:
cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>, cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>>, Runnable, Future<cross.datastructures.workflow.IWorkflow>, RunnableFuture<cross.datastructures.workflow.IWorkflow>

Deprecated.

@Deprecated
public class LocalHostMaltcmsProcess
extends SwingWorker<cross.datastructures.workflow.IWorkflow,cross.datastructures.workflow.IWorkflowResult>
implements cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>>, cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>

Author:
nilshoffmann

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
LocalHostMaltcmsProcess()
          Deprecated.  
 
Method Summary
 void addListener(cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>> l)
          Deprecated.  
 cross.datastructures.workflow.IWorkflow doInBackground()
          Deprecated.  
 void fireEvent(cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult> e)
          Deprecated.  
 void listen(cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult> v)
          Deprecated. Relay method, calling all registered Listeners, if an event is received from a Workflow.
 void removeListener(cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>> l)
          Deprecated.  
 void setConfiguration(org.apache.commons.configuration.Configuration cfg)
          Deprecated.  
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, removePropertyChangeListener, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalHostMaltcmsProcess

public LocalHostMaltcmsProcess()
Deprecated. 
Method Detail

addListener

public void addListener(cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>> l)
Deprecated. 
Specified by:
addListener in interface cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>

doInBackground

public cross.datastructures.workflow.IWorkflow doInBackground()
                                                       throws Exception
Deprecated. 
Specified by:
doInBackground in class SwingWorker<cross.datastructures.workflow.IWorkflow,cross.datastructures.workflow.IWorkflowResult>
Throws:
Exception

fireEvent

public void fireEvent(cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult> e)
Deprecated. 
Specified by:
fireEvent in interface cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>

listen

public void listen(cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult> v)
Deprecated. 
Relay method, calling all registered Listeners, if an event is received from a Workflow.

Specified by:
listen in interface cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>>

removeListener

public void removeListener(cross.event.IListener<cross.event.IEvent<cross.datastructures.workflow.IWorkflowResult>> l)
Deprecated. 
Specified by:
removeListener in interface cross.event.IEventSource<cross.datastructures.workflow.IWorkflowResult>

setConfiguration

public void setConfiguration(org.apache.commons.configuration.Configuration cfg)
Deprecated. 


Copyright © 2007-2012. All Rights Reserved.