org.jacorb.orb.iiop

Class IIOPLoopbackRegistry

public class IIOPLoopbackRegistry extends Object

Version: $Id: IIOPLoopbackRegistry.java,v 1.2 2005/09/27 20:52:18 phil.mesnier Exp $

Author: Kevin Conner (Kevin.Conner@arjuna.com)

Method Summary
IIOPLoopbackgetLoopback(IIOPAddress address)
static IIOPLoopbackRegistrygetRegistry()
voidregister(IIOPAddress address, IIOPLoopback loopback)
voidunregister(IIOPAddress address)

Method Detail

getLoopback

public IIOPLoopback getLoopback(IIOPAddress address)

getRegistry

public static IIOPLoopbackRegistry getRegistry()

register

public void register(IIOPAddress address, IIOPLoopback loopback)

unregister

public void unregister(IIOPAddress address)