|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rmi.utils.RmiRegistryUtils
public final class RmiRegistryUtils
DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Oct 13, 2004 Time: 1:27:44 PM net.rmi.utils.RmiRegistryUtils Is a singleton pattern that lets you get the local registry.
Method Summary | |
---|---|
static java.rmi.registry.Registry |
getRegistry()
Restart the registry, if needed. |
static void |
listNames()
|
static void |
main(java.lang.String[] args)
|
static void |
print(java.lang.Object[] o)
|
static void |
restart()
Checks whether a Registry has been started on this host. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void listNames()
public static void print(java.lang.Object[] o)
public static void restart()
public static java.rmi.registry.Registry getRegistry()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |