| Modifier and Type | Method and Description |
|---|---|
static ImRAccessImpl |
connect(ORB orb)
connect resolves the IMR and returns a new ImRAccessImpl. |
ProtocolAddressBase |
getImRAddress() |
String |
getImRCorbaloc() |
String |
getImRHost() |
int |
getImRPort() |
List<org.omg.ETF.Profile> |
getImRProfiles() |
void |
registerPOA(ORB orb,
POA poa,
ProtocolAddressBase address,
String implname) |
void |
registerPOA(String name,
String server,
ProtocolAddressBase address) |
void |
registerPOA(String name,
String server,
String host,
int port) |
void |
setServerDown(ORB orb,
POA poa,
String implname) |
void |
setServerDown(String name) |
public static ImRAccessImpl connect(ORB orb)
connect resolves the IMR and returns a new ImRAccessImpl.orb - an org.omg.CORBA.ORB valueImRAccessImpl valuepublic ProtocolAddressBase getImRAddress()
getImRAddress in interface ImRAccesspublic String getImRHost()
getImRHost in interface ImRAccesspublic int getImRPort()
getImRPort in interface ImRAccesspublic void registerPOA(String name, String server, ProtocolAddressBase address) throws INTERNAL
registerPOA in interface ImRAccessINTERNALpublic void registerPOA(String name, String server, String host, int port) throws INTERNAL
registerPOA in interface ImRAccessINTERNALpublic void registerPOA(ORB orb, POA poa, ProtocolAddressBase address, String implname) throws INTERNAL
registerPOA in interface ImRAccessINTERNALpublic void setServerDown(String name) throws INTERNAL
setServerDown in interface ImRAccessINTERNALpublic void setServerDown(ORB orb, POA poa, String implname) throws INTERNAL
setServerDown in interface ImRAccessINTERNALpublic String getImRCorbaloc()
getImRCorbaloc in interface ImRAccesspublic List<org.omg.ETF.Profile> getImRProfiles()
getImRProfiles in interface ImRAccessCopyright © 2017 JacORB. All rights reserved.