Package de.root1.simon
Class SimonHelper
- java.lang.Object
-
- de.root1.simon.SimonHelper
-
public class SimonHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description SimonHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
removeDispatcherRelation(de.root1.simon.Lookup lookup)
This method removes the corresponding connection of the Simon server from theAbstractLookup.serverDispatcherRelation
Map based on the passed lookup.
-
-
-
Method Detail
-
removeDispatcherRelation
public static void removeDispatcherRelation(de.root1.simon.Lookup lookup)
This method removes the corresponding connection of the Simon server from theAbstractLookup.serverDispatcherRelation
Map based on the passed lookup. It also releases the corresponding dispatcher and shuts it down.- Parameters:
lookup
- for which the connection is to be removed
-
-