org.apache.directory.server.dns
Class Main

java.lang.Object
  extended by org.apache.directory.server.dns.Main

public class Main
extends java.lang.Object

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
Main()
           
 
Method Summary
 void go()
          Start an instance of the DNS server.
static void main(java.lang.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
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Entry point for the DNS server.

Parameters:
args -
Throws:
java.lang.Exception

go

public void go()
        throws java.io.IOException,
               javax.naming.NamingException
Start an instance of the DNS server.

Throws:
java.io.IOException
javax.naming.NamingException

shutdown

protected void shutdown()


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