|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.commons.util.RMIRegistryController
public class RMIRegistryController
Creates and manages RMI registries
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
log
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log log
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||