org.jacorb.imr

Class ImRAccessImpl

Implemented Interfaces:
ImRAccess

public class ImRAccessImpl
extends java.lang.Object
implements ImRAccess

ImRAccessImpl.java Created: Thu Jan 31 21:05:55 2002

Version:
$Id: ImRAccessImpl.java,v 1.8 2004/05/06 12:39:59 nicolas Exp $

Author:
Nicolas Noffke

Method Summary

static ImRAccessImpl
connect(ORB orb)
connect resolves the IMR and returns a new ImRAccessImpl.
String
getImRHost()
int
getImRPort()
void
registerPOA(String name, String server, String host, int port)
void
setServerDown(String name)

Method Details

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


getImRHost

public String getImRHost()
Specified by:
getImRHost in interface ImRAccess


getImRPort

public int getImRPort()
Specified by:
getImRPort in interface ImRAccess


registerPOA

public void registerPOA(String name,
                        String server,
                        String host,
                        int port)
            throws INTERNAL
Specified by:
registerPOA in interface ImRAccess


setServerDown

public void setServerDown(String name)
            throws INTERNAL
Specified by:
setServerDown in interface ImRAccess