org.xnap.plugin.opennap.net
Class OpenNapServerManager.PostLoginRunner

java.lang.Object
  extended by org.xnap.plugin.opennap.net.OpenNapServerManager.PostLoginRunner
All Implemented Interfaces:
java.lang.Runnable, ExceptionListener
Enclosing class:
OpenNapServerManager

public class OpenNapServerManager.PostLoginRunner
extends java.lang.Object
implements java.lang.Runnable, ExceptionListener


Constructor Summary
OpenNapServerManager.PostLoginRunner(OpenNapServer server)
           
 
Method Summary
 void exceptionThrown(java.lang.Exception e)
           
 void run()
           
 void sendHotlist()
           
 boolean shareFile(int index)
          Returns the number of files that have been shared.
 void shareFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNapServerManager.PostLoginRunner

public OpenNapServerManager.PostLoginRunner(OpenNapServer server)
Method Detail

exceptionThrown

public void exceptionThrown(java.lang.Exception e)
Specified by:
exceptionThrown in interface ExceptionListener

run

public void run()
Specified by:
run in interface java.lang.Runnable

sendHotlist

public void sendHotlist()

shareFiles

public void shareFiles()

shareFile

public boolean shareFile(int index)
Returns the number of files that have been shared.

Returns:
-1, if server disconnected


Copyright © 2001-2005 XNap Team. All Rights Reserved.