org.hudsonci.maven.plugin.builder.internal
Class StartProcessing

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.StartProcessing
All Implemented Interfaces:
Callable<Object,Exception>, Serializable

public class StartProcessing
extends Object
implements Callable<Object,Exception>

Starts the event processing on the remote node. Call will return after all events have been processed. This is required to be executing on the remote node to allow the callback communication to remain open.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
StartProcessing(Callback callback)
           
 
Method Summary
 Object call()
          Initializes Callback via CallbackManager.
 void recordInvocationsTo(FilePath recordFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartProcessing

public StartProcessing(Callback callback)
Method Detail

recordInvocationsTo

public void recordInvocationsTo(FilePath recordFile)

call

public Object call()
            throws Exception
Initializes Callback via CallbackManager. Sets up invoke handlers to deal with Callback.close().

Specified by:
call in interface Callable<Object,Exception>
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.