|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.imr.util.ImRManager
This class is a command-line tool for administering the implementation repository.
Constructor Summary | |
---|---|
ImRManager()
|
Method Summary | |
---|---|
static void |
autoRegisterServer(ORB orb,
java.lang.String server,
java.lang.String command,
java.lang.String host,
boolean edit_existing)
This method registers a server with the imr. |
static java.lang.String |
getAnyHostName(ORB orb)
Returns an arbitrary host, on which an imr_ssd is running, or an empty String, if none is present. |
static java.lang.String |
getLocalHostName()
Returns the name of the local host to be supplied to the imr. |
static void |
main(java.lang.String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImRManager()
Method Detail |
public static void autoRegisterServer(ORB orb, java.lang.String server, java.lang.String command, java.lang.String host, boolean edit_existing)
edit_existing
- if set to true and the server already exist,
the entry will be set to the supplied new values.public static java.lang.String getLocalHostName()
public static java.lang.String getAnyHostName(ORB orb)
public static void main(java.lang.String[] args)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |