org.apache.yoko.orb.OCI.IIOP
Class ListenerMap

java.lang.Object
  extended by org.apache.yoko.orb.OCI.IIOP.ListenerMap

public final class ListenerMap
extends Object


Constructor Summary
ListenerMap()
           
 
Method Summary
 void add(String host, short port)
           
 ListenPoint[] getListenPoints()
           
 boolean match(ListenPoint lp, String host, short port)
           
 void remove(String host, short port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerMap

public ListenerMap()
Method Detail

add

public void add(String host,
                short port)

remove

public void remove(String host,
                   short port)

match

public boolean match(ListenPoint lp,
                     String host,
                     short port)

getListenPoints

public ListenPoint[] getListenPoints()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.