org.apache.ftpserver.main
Class Daemon

java.lang.Object
  extended by org.apache.ftpserver.main.Daemon

public class Daemon
extends java.lang.Object

Invokes FtpServer as a daemon, running in the background. Used for example for the Windows service.

Version:
$Rev$, $Date$
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
Daemon()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point for the daemon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Daemon

public Daemon()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main entry point for the daemon

Parameters:
args - The arguments
Throws:
java.lang.Exception


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.