Package de.root1.simon
Class SimonHelper
java.lang.Object
de.root1.simon.SimonHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
SimonHelper
public SimonHelper()
-
-
Method Details
-
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
-