hudson.ivy
Class IvyBuildProxy.Filter.AsyncInvoker

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

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

Callable for invoking IvyBuildProxy.BuildCallable asynchronously.

See Also:
Serialized Form

Constructor Summary
IvyBuildProxy.Filter.AsyncInvoker(IvyBuildProxy proxy, IvyBuildProxy.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

IvyBuildProxy.Filter.AsyncInvoker

public IvyBuildProxy.Filter.AsyncInvoker(IvyBuildProxy proxy,
                                         IvyBuildProxy.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-2012 Hudson. All Rights Reserved.