Modifier and Type | Method and Description |
---|---|
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) |
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 ImRAccess
public String getImRHost()
getImRHost
in interface ImRAccess
public int getImRPort()
getImRPort
in interface ImRAccess
public void registerPOA(String name, String server, ProtocolAddressBase address) throws INTERNAL
registerPOA
in interface ImRAccess
INTERNAL
public void registerPOA(String name, String server, String host, int port) throws INTERNAL
registerPOA
in interface ImRAccess
INTERNAL
public void setServerDown(String name) throws INTERNAL
setServerDown
in interface ImRAccess
INTERNAL
Copyright © 2016 JacORB. All rights reserved.