hudson.plugins.selenium
Class RemoteControlLauncher

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

public class RemoteControlLauncher
extends java.lang.Object
implements hudson.remoting.Callable<java.lang.Void,java.lang.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(java.lang.String... args)
           
 
Method Summary
 java.lang.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(java.lang.String... args)
Method Detail

call

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


Copyright © 2009. All Rights Reserved.