Uses of Class
org.omg.IIOP.ListenPoint

Packages that use ListenPoint
org.omg.IIOP   
 

Uses of ListenPoint in org.omg.IIOP
 

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

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

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

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