org.apache.avalon.excalibur.naming.rmi.server
Class Main

java.lang.Object
  |
  +--org.apache.avalon.excalibur.naming.rmi.server.Main
All Implemented Interfaces:
java.lang.Runnable

public class Main
extends java.lang.Object
implements java.lang.Runnable

This is a simple test name server and should NOT be used in a production system.


Constructor Summary
Main()
           
Main(boolean debug)
           
 
Method Summary
 void accept()
           
 void dispose()
           
 void export()
           
 void init()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(boolean debug)

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

init

public void init()
          throws java.lang.Exception

start

public void start()
           throws java.lang.Exception

export

public void export()
            throws java.lang.Exception

dispose

public void dispose()
             throws java.lang.Exception

stop

public void stop()
          throws java.lang.Exception

accept

public void accept()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.