Package org.apache.synapse.commons.util
Class RMIRegistryController
- java.lang.Object
-
- org.apache.synapse.commons.util.RMIRegistryController
-
public class RMIRegistryController extends Object
Creates and manages RMI registries
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Log
log
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createLocalRegistry(int port)
Creates a RMI local registry with given portstatic RMIRegistryController
getInstance()
void
removeLocalRegistry(int port)
removes if there is a RMI local registry instancevoid
shutDown()
Removes all registered RMI registries
-
-
-
Method Detail
-
getInstance
public static RMIRegistryController getInstance()
-
createLocalRegistry
public void createLocalRegistry(int port)
Creates a RMI local registry with given port- Parameters:
port
- The port of the RMI registry to be created
-
removeLocalRegistry
public void removeLocalRegistry(int port)
removes if there is a RMI local registry instance- Parameters:
port
- The port of the RMI registry to be removed
-
shutDown
public void shutDown()
Removes all registered RMI registries
-
-