org.jacorb.imr

Class ImRAccessImpl

public class ImRAccessImpl extends Object implements ImRAccess

Version: $Id: ImRAccessImpl.java,v 1.10 2006/06/27 12:54:33 alphonse.bendt Exp $

Author: Nicolas Noffke

Method Summary
static ImRAccessImplconnect(ORB orb)
connect resolves the IMR and returns a new ImRAccessImpl.
ProtocolAddressBasegetImRAddress()
StringgetImRHost()
intgetImRPort()
voidregisterPOA(String name, String server, ProtocolAddressBase address)
voidregisterPOA(String name, String server, String host, int port)
voidsetServerDown(String name)

Method Detail

connect

public static ImRAccessImpl connect(ORB orb)
connect resolves the IMR and returns a new ImRAccessImpl.

Parameters: orb an org.omg.CORBA.ORB value

Returns: an ImRAccessImpl value

getImRAddress

public ProtocolAddressBase getImRAddress()

getImRHost

public String getImRHost()

getImRPort

public int getImRPort()

registerPOA

public void registerPOA(String name, String server, ProtocolAddressBase address)

registerPOA

public void registerPOA(String name, String server, String host, int port)

setServerDown

public void setServerDown(String name)