|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmandala.jacob.remote.rmi.RegistryCreator
Registry creator.
LocateRegistry| Field Summary | |
static Syslog |
syslog
|
| Constructor Summary | |
RegistryCreator()
|
|
| Method Summary | |
static java.lang.String |
createRegistry()
Creates a registry on the Registry.REGISTRY_PORT. |
static java.lang.String |
createRegistry(int port)
Creates a registry on the specified port. |
static void |
main(java.lang.String[] args)
Creates a registry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Syslog syslog
| Constructor Detail |
public RegistryCreator()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Throwable
Creates a registry.
Note that when no port is specified in args, the registry is created
on the the Registry.REGISTRY_PORT.
java.lang.ThrowableRegistry
public static java.lang.String createRegistry()
throws java.lang.Throwable
Creates a registry on the Registry.REGISTRY_PORT.
String value
java.lang.Throwable - if an error occursRegistry
public static java.lang.String createRegistry(int port)
throws java.lang.Throwable
Creates a registry on the specified port.
port - an int value
java.lang.Exception - if an error occurs
java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||