Uses of Class
org.omg.IIOP.ListenPoint

Packages that use ListenPoint
org.apache.yoko.orb.OCI.IIOP   
org.omg.IIOP   
 

Uses of ListenPoint in org.apache.yoko.orb.OCI.IIOP
 

Methods in org.apache.yoko.orb.OCI.IIOP that return ListenPoint
 ListenPoint[] TransportInfo_impl._OB_getListenPoints()
           
 ListenPoint[] ListenerMap.getListenPoints()
           
 

Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type ListenPoint
 void TransportInfo_impl._OB_setListenPoints(ListenPoint[] lp)
           
 boolean ListenerMap.match(ListenPoint lp, String host, short port)
           
 

Uses of ListenPoint in org.omg.IIOP
 

Fields in org.omg.IIOP declared as ListenPoint
 ListenPoint[] BiDirIIOPServiceContext.listen_points
           
 ListenPoint ListenPointHolder.value
           
 ListenPoint[] ListenPointListHolder.value
           
 

Methods in org.omg.IIOP that return ListenPoint
static ListenPoint ListenPointHelper.extract(Any any)
           
static ListenPoint[] ListenPointListHelper.extract(Any any)
           
static ListenPoint ListenPointHelper.read(InputStream in)
           
static ListenPoint[] ListenPointListHelper.read(InputStream in)
           
 

Methods in org.omg.IIOP with parameters of type ListenPoint
static void ListenPointHelper.insert(Any any, ListenPoint val)
           
static void ListenPointListHelper.insert(Any any, ListenPoint[] val)
           
static void ListenPointHelper.write(OutputStream out, ListenPoint val)
           
static void ListenPointListHelper.write(OutputStream out, ListenPoint[] val)
           
 

Constructors in org.omg.IIOP with parameters of type ListenPoint
BiDirIIOPServiceContext(ListenPoint[] listen_points)
           
ListenPointHolder(ListenPoint initial)
           
ListenPointListHolder(ListenPoint[] initial)
           
 



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