org.apache.ftpserver.main
Class Daemon

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

public class Daemon
extends Object

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

Author:
Apache MINA Project

Constructor Summary
Daemon()
           
 
Method Summary
static void main(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(String[] args)
                 throws Exception
Main entry point for the daemon

Parameters:
args - The arguments
Throws:
Exception


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