org.objectweb.carol.cmi
Class RegistryKiller

java.lang.Object
  extended byorg.objectweb.carol.cmi.RegistryKiller

public final class RegistryKiller
extends java.lang.Object

Handle returned when starting a registry. Use to kill it.

Author:
Simon Nieuviarts

Method Summary
 void stop()
          Stop the registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stop

public void stop()
          throws java.rmi.NoSuchObjectException
Stop the registry. After the call, this object is useless.

Throws:
java.rmi.NoSuchObjectException - if the registry has not been exported.