org.gudy.azureus2.ui.swt
Class StartServer

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.StartServer

public class StartServer
extends java.lang.Object

Author:
Olivier

Field Summary
protected  boolean core_started
           
protected  java.util.List queued_torrents
           
static int STATE_FAULTY
           
static int STATE_LISTENING
           
protected  AEMonitor this_mon
           
 
Constructor Summary
StartServer()
           
 
Method Summary
 int getState()
           
protected  void handleFile(java.lang.String file_name, boolean open)
           
protected  boolean isURI(java.lang.String file_name)
           
static void main(java.lang.String[] args)
           
protected  void openQueuedTorrents()
           
 void pollForConnections(AzureusCore azureus_core)
           
protected  void processArgs(AzureusCore core, java.lang.String[] args)
           
protected  void showMainWindow()
           
 void stopIt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_FAULTY

public static final int STATE_FAULTY
See Also:
Constant Field Values

STATE_LISTENING

public static final int STATE_LISTENING
See Also:
Constant Field Values

queued_torrents

protected java.util.List queued_torrents

core_started

protected boolean core_started

this_mon

protected AEMonitor this_mon
Constructor Detail

StartServer

public StartServer()
Method Detail

pollForConnections

public void pollForConnections(AzureusCore azureus_core)

processArgs

protected void processArgs(AzureusCore core,
                           java.lang.String[] args)

isURI

protected boolean isURI(java.lang.String file_name)

handleFile

protected void handleFile(java.lang.String file_name,
                          boolean open)

openQueuedTorrents

protected void openQueuedTorrents()

showMainWindow

protected void showMainWindow()

stopIt

public void stopIt()

getState

public int getState()
Returns:

main

public static void main(java.lang.String[] args)