|
|||||||||||
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 String |
createRegistry()
Creates a registry on the Registry.REGISTRY_PORT . |
static String |
createRegistry(int port)
Creates a registry on the specified port. |
static void |
main(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(String[] args) throws Throwable
Creates a registry.
Note that when no port is specified in args, the registry is created
on the the naming.Registry.REGISTRY_PORT
.
Throwable
Registry
public static String createRegistry() throws Throwable
Creates a registry on the Registry.REGISTRY_PORT
.
String
value
Throwable
- if an error occursRegistry
public static String createRegistry(int port) throws Throwable
Creates a registry on the specified port.
port
- an int
value
Exception
- if an error occurs
Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |