org.jacorb.imr
public class ImRAccessImpl extends Object implements ImRAccess
Version: $Id: ImRAccessImpl.java,v 1.10 2006/06/27 12:54:33 alphonse.bendt Exp $
Method Summary | |
---|---|
static ImRAccessImpl | connect(ORB orb)connect resolves the IMR and returns a new ImRAccessImpl.
|
ProtocolAddressBase | getImRAddress() |
String | getImRHost() |
int | getImRPort() |
void | registerPOA(String name, String server, ProtocolAddressBase address) |
void | registerPOA(String name, String server, String host, int port) |
void | setServerDown(String name) |
connect
resolves the IMR and returns a new ImRAccessImpl.
Parameters: orb an org.omg.CORBA.ORB
value
Returns: an ImRAccessImpl
value