org.codehaus.spice.jndikit.rmi.server
Class Main
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main(boolean debug,
int port)
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-2006 Codehaus. All Rights Reserved.