com.partnersoft.io.net
Class YonderDaemon

java.lang.Object
  extended by com.partnersoft.system.App
      extended by com.partnersoft.io.net.YonderDaemon
All Implemented Interfaces:
YonderConstants

public class YonderDaemon
extends App
implements YonderConstants

Remote file server daemon.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Field Summary
 
Fields inherited from interface com.partnersoft.io.net.YonderConstants
OP_CLOSE, OP_CONNECT, OP_DISCONNECT, OP_ERROR, OP_FETCH, OP_FETCHALL, OP_LIST, OP_NOK, OP_OK, OP_OPEN, YONDER_PORT, YONDER_VERSION
 
Constructor Summary
YonderDaemon()
           
 
Method Summary
 void runImp()
           
 void start()
          Start the daemon.
 void stop()
          Stop the daemon.
 
Methods inherited from class com.partnersoft.system.App
getEnvironment, getName, runApp, setName, setOptions, shutdownImp, startupImp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YonderDaemon

public YonderDaemon()
Method Detail

start

public void start()
           throws java.io.IOException
Start the daemon.

Throws:
java.io.IOException

stop

public void stop()
          throws java.io.IOException
Stop the daemon.

Throws:
java.io.IOException

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception