Package | Description |
---|---|
org.omg.IIOP |
Modifier and Type | Field and Description |
---|---|
ListenPoint[] |
BiDirIIOPServiceContext.listen_points |
ListenPoint |
ListenPointHolder.value |
ListenPoint[] |
ListenPointListHolder.value |
Modifier and Type | Method and Description |
---|---|
static ListenPoint |
ListenPointHelper.extract(Any any) |
static ListenPoint[] |
ListenPointListHelper.extract(Any any) |
static ListenPoint |
ListenPointHelper.read(InputStream in) |
static ListenPoint[] |
ListenPointListHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
ListenPointHelper.insert(Any any,
ListenPoint s) |
static void |
ListenPointListHelper.insert(Any any,
ListenPoint[] s) |
static void |
ListenPointHelper.write(OutputStream out,
ListenPoint s) |
static void |
ListenPointListHelper.write(OutputStream _out,
ListenPoint[] _s) |
Constructor and Description |
---|
BiDirIIOPServiceContext(ListenPoint[] listen_points) |
ListenPointHolder(ListenPoint initial) |
ListenPointListHolder(ListenPoint[] initial) |
Copyright © 2016 JacORB. All rights reserved.