org.apache.directory.server.dns
Class Main
java.lang.Object
org.apache.directory.server.dns.Main
public class Main
- extends Object
- Author:
- Apache Directory Project
|
Constructor Summary |
Main()
|
|
Method Summary |
void |
go()
Start an instance of the DNS server. |
static void |
main(String[] args)
Entry point for the DNS server. |
protected void |
shutdown()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
throws Exception
- Entry point for the DNS server.
- Parameters:
args -
- Throws:
Exception
go
public void go()
throws Exception
- Start an instance of the DNS server.
- Throws:
Exception
shutdown
protected void shutdown()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.