|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jeremie.libs.services.registry.JRMIRegistry
The Jeremie registry: implements a simple naming service with a flat naming syntax whereby a non-empty string (name) is associated with a reference to a remote object.
Usage: java
org.objectweb.jeremie.libs.services.registry.JRMIRegistry
[-help] | [-v | -verbose] [portnumber]
The optional port number indicates a specific port number for accessing the
registry. If not specified, the port defaults to the value defined under the name
"/jeremie/registry/default_port" in the
bootstrap configuration
.
If the value is not set, the port used is 12340.
A registry can be accessed by applications in a number of ways:
Registry
,
Naming
,
LocateRegistry
,
org.objectweb.jeremie.libs.services.registry.jndi
Method Summary | |
static void |
main(java.lang.String[] args)
Runs the registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void main(java.lang.String[] args)
args
- options to the registry.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |