net.sf.jameleon.plugin.selenium.util
Class SeleniumProxyServer

java.lang.Object
  extended by net.sf.jameleon.plugin.selenium.util.SeleniumProxyServer

public class SeleniumProxyServer
extends Object


Field Summary
protected  org.openqa.selenium.server.SeleniumServer server
           
protected static SeleniumProxyServer spServer
           
 
Method Summary
static void clearInstance()
           
static SeleniumProxyServer getInstance()
           
 org.openqa.selenium.server.SeleniumServer getSeleniumServer()
           
 void run()
           
 void setSeleniumServer(org.openqa.selenium.server.SeleniumServer server)
           
 void setTimeoutSeconds(int seconds)
           
 void shutDown()
           
 void startUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spServer

protected static SeleniumProxyServer spServer

server

protected org.openqa.selenium.server.SeleniumServer server
Method Detail

getInstance

public static SeleniumProxyServer getInstance()

setSeleniumServer

public void setSeleniumServer(org.openqa.selenium.server.SeleniumServer server)

getSeleniumServer

public org.openqa.selenium.server.SeleniumServer getSeleniumServer()

setTimeoutSeconds

public void setTimeoutSeconds(int seconds)

clearInstance

public static void clearInstance()

run

public void run()

startUp

public void startUp()

shutDown

public void shutDown()


Copyright © 2006-2008 Christian Hargraves. All Rights Reserved.