hudson.maven
Class MavenBuildProxy.Filter.AsyncInvoker

java.lang.Object
  extended by hudson.maven.MavenBuildProxy.Filter.AsyncInvoker
All Implemented Interfaces:
hudson.remoting.Callable<Object,Throwable>, hudson.remoting.DelegatingCallable<Object,Throwable>, Serializable
Enclosing class:
MavenBuildProxy.Filter<CORE extends MavenBuildProxy>

protected static final class MavenBuildProxy.Filter.AsyncInvoker
extends Object
implements hudson.remoting.DelegatingCallable<Object,Throwable>

Callable for invoking MavenBuildProxy.BuildCallable asynchronously.

See Also:
Serialized Form

Constructor Summary
MavenBuildProxy.Filter.AsyncInvoker(MavenBuildProxy proxy, MavenBuildProxy.BuildCallable<?,?> program)
           
 
Method Summary
 Object call()
           
 ClassLoader getClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenBuildProxy.Filter.AsyncInvoker

public MavenBuildProxy.Filter.AsyncInvoker(MavenBuildProxy proxy,
                                           MavenBuildProxy.BuildCallable<?,?> program)
Method Detail

getClassLoader

public ClassLoader getClassLoader()
Specified by:
getClassLoader in interface hudson.remoting.DelegatingCallable<Object,Throwable>

call

public Object call()
            throws Throwable
Specified by:
call in interface hudson.remoting.Callable<Object,Throwable>
Throws:
Throwable


Copyright © 2004-2013. All Rights Reserved.