org.apache.ftpserver.main
Class Daemon
java.lang.Object
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
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 |
Daemon
public Daemon()
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.