org.eclipse.wst.server.core.util
Class PingThread

java.lang.Object
  extended byorg.eclipse.wst.server.core.util.PingThread

public class PingThread
extends java.lang.Object

Thread used to ping server to test when it is started.

Since:
1.0

Constructor Summary
PingThread(IServer server2, ServerBehaviourDelegate server, java.lang.String url, int maxPings)
          Create a new PingThread.
 
Method Summary
 void stopPinging()
          Tell the pinging to stop.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingThread

public PingThread(IServer server2,
                  ServerBehaviourDelegate server,
                  java.lang.String url,
                  int maxPings)
Create a new PingThread.

Parameters:
server2 -
server -
url -
maxPings -
Method Detail

stopPinging

public void stopPinging()
Tell the pinging to stop.