public class ImRManager
extends java.lang.Object
Constructor and Description |
---|
ImRManager() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)