| java.lang.Object org.jacorb.imr.util.ImRManager
ImRManager | public class ImRManager (Code) | | This class is a command-line tool for administering
the implementation repository.
author: Nicolas Noffke author: $Id: ImRManager.java,v 1.12 2006/05/17 12:54:33 alphonse.bendt Exp $ |
autoRegisterServer | public static void autoRegisterServer(org.omg.CORBA.ORB orb, String server, String command, String host, boolean edit_existing)(Code) | | This method registers a server with the imr. To be called from within
a program. Leave command and host to "" (not null), if automatic startup
is not desired.
Parameters: edit_existing - if set to true and the server already exist,the entry will be set to the supplied new values. |
getAnyHostName | public static String getAnyHostName(org.omg.CORBA.ORB orb)(Code) | | Returns an arbitrary host, on which an imr_ssd is running,
or an empty String, if none is present.
|
getLocalHostName | public static String getLocalHostName()(Code) | | Returns the name of the local host to be supplied to the imr.
If this can't be queried, an empty String is returned.
|
main | public static void main(String[] args)(Code) | | Main method.
|
|
|