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

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

Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/

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()
          Deprecated.  
Main(boolean debug)
          Deprecated.  
 
Method Summary
 void accept()
          Deprecated.  
 void dispose()
          Deprecated.  
 void export()
          Deprecated.  
 void init()
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 void run()
          Deprecated.  
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 
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)
Deprecated. 

Main

public Main()
Deprecated. 
Method Detail

main

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

init

public void init()
          throws Exception
Deprecated. 
Exception

start

public void start()
           throws Exception
Deprecated. 
Exception

export

public void export()
            throws Exception
Deprecated. 
Exception

dispose

public void dispose()
             throws Exception
Deprecated. 
Exception

stop

public void stop()
          throws Exception
Deprecated. 
Exception

accept

public void accept()
Deprecated. 

run

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


Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.