public class RMIRegistryController extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
Modifier and Type | Method and Description |
---|---|
void |
createLocalRegistry(int port)
Creates a RMI local registry with given port
|
static RMIRegistryController |
getInstance() |
void |
removeLocalRegistry(int port)
removes if there is a RMI local registry instance
|
void |
shutDown()
Removes all registered RMI registries
|
public static RMIRegistryController getInstance()
public void createLocalRegistry(int port)
port
- The port of the RMI registry to be createdpublic void removeLocalRegistry(int port)
port
- The port of the RMI registry to be removedpublic void shutDown()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.