hudson.plugins.selenium
Class RemoteControlLauncher

java.lang.Object
  extended by hudson.plugins.selenium.RemoteControlLauncher
All Implemented Interfaces:
hudson.remoting.Callable<Void,Exception>, Serializable

public class RemoteControlLauncher
extends Object
implements hudson.remoting.Callable<Void,Exception>

Launches Selenium RC.

This callable is run on the JVM dedicated to selenium RC.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
RemoteControlLauncher(String nodeName, String[] args)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteControlLauncher

public RemoteControlLauncher(String nodeName,
                             String[] args)
Method Detail

call

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


Copyright © 2004-2011. All Rights Reserved.