public interface ImRAccess
| Modifier and Type | Method and Description |
|---|---|
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) |
String getImRHost()
int getImRPort()
ProtocolAddressBase getImRAddress()
String getImRCorbaloc()
List<org.omg.ETF.Profile> getImRProfiles()
void registerPOA(String name, String server, ProtocolAddressBase address) throws INTERNAL
INTERNALvoid registerPOA(String name, String server, String host, int port) throws INTERNAL
INTERNALvoid registerPOA(ORB orb, POA poa, ProtocolAddressBase address, String implname) throws INTERNAL
INTERNALvoid setServerDown(String name)
Copyright © 2017 JacORB. All rights reserved.