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

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

public class Main
extends Object
implements 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(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(String[] args)
                 throws Exception

init

public void init()
          throws Exception

start

public void start()
           throws Exception

export

public void export()
            throws Exception

dispose

public void dispose()
             throws Exception

stop

public void stop()
          throws Exception

accept

public void accept()

run

public void run()
Specified by:
run in interface Runnable


"Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved."