org.gudy.azureus2.pluginsimpl.local.launch
Class PluginSingleInstanceHandler

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.launch.PluginSingleInstanceHandler

public class PluginSingleInstanceHandler
extends Object


Constructor Summary
PluginSingleInstanceHandler()
           
 
Method Summary
protected static String getHeader()
           
static void initialise(int _port, PluginManagerArgumentHandler _handler)
           
static boolean initialiseAndProcess(int _port, PluginManagerArgumentHandler _handler, String[] _args)
           
protected static boolean process(LoggerChannelListener log, String[] args)
           
protected static void sendArguments(LoggerChannelListener log, String[] args)
           
protected static boolean startListener(LoggerChannelListener log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSingleInstanceHandler

public PluginSingleInstanceHandler()
Method Detail

initialise

public static void initialise(int _port,
                              PluginManagerArgumentHandler _handler)

initialiseAndProcess

public static boolean initialiseAndProcess(int _port,
                                           PluginManagerArgumentHandler _handler,
                                           String[] _args)

process

protected static boolean process(LoggerChannelListener log,
                                 String[] args)

startListener

protected static boolean startListener(LoggerChannelListener log)

sendArguments

protected static void sendArguments(LoggerChannelListener log,
                                    String[] args)

getHeader

protected static String getHeader()