org.codehaus.spice.jndikit.rmi.server
Class Main

java.lang.Object
  extended byorg.codehaus.spice.jndikit.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.

Version:
$Revision: 1.1 $
Author:
Peter Donald

Constructor Summary
Main(boolean debug, int port)
           
 
Method Summary
 void accept()
           
 void dispose()
           
 void export()
           
 void init()
           
 boolean isRunning()
           
 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,
            int port)
Method Detail

init

public void init()
          throws Exception
Throws:
Exception

start

public void start()
           throws Exception
Throws:
Exception

export

public void export()
            throws Exception
Throws:
Exception

run

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

dispose

public void dispose()
             throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

isRunning

public boolean isRunning()

accept

public void accept()


Copyright © 1999-2007 Codehaus. All Rights Reserved.