Modifier and Type | Method and Description |
---|---|
void |
ProxyPullSupplierImpl.connect_pull_consumer(PullConsumer pullConsumer)
ProxyPullSupplier Interface:
As stated by the EventService specification 1.1 section 2.3.5:
"If a ProxyPullSupplier is already connected to a PullConsumer, then the
AlreadyConnected exception is raised."
and
"If a non-nil reference is passed to connect_push_supplier..." implying
that a null reference is acceptable.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyPullSupplierImpl.connect_any_pull_consumer(PullConsumer consumer) |
void |
ECProxyPullSupplierImpl.connect_pull_consumer(PullConsumer pullConsumer) |
void |
TypedProxyPullSupplierImpl.connect_typed_pull_consumer(PullConsumer pullConsumer) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyPullConsumer
Generated from IDL interface "ProxyPullConsumer".
|
Modifier and Type | Class and Description |
---|---|
class |
_ProxyPullConsumerStub
Generated from IDL interface "ProxyPullConsumer".
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyPullSupplierPOATie.connect_pull_consumer(PullConsumer pull_consumer) |
void |
_ProxyPullSupplierStub.connect_pull_consumer(PullConsumer pull_consumer) |
void |
ProxyPullSupplierOperations.connect_pull_consumer(PullConsumer pull_consumer) |
Modifier and Type | Class and Description |
---|---|
class |
_PullConsumerStub
Generated from IDL interface "PullConsumer".
|
Modifier and Type | Field and Description |
---|---|
PullConsumer |
PullConsumerHolder.value |
Modifier and Type | Method and Description |
---|---|
PullConsumer |
PullConsumerPOATie._this() |
PullConsumer |
PullConsumerPOA._this() |
PullConsumer |
PullConsumerPOATie._this(ORB orb) |
PullConsumer |
PullConsumerPOA._this(ORB orb) |
static PullConsumer |
PullConsumerHelper.extract(Any any) |
static PullConsumer |
PullConsumerHelper.narrow(Object obj) |
static PullConsumer |
PullConsumerHelper.read(InputStream in) |
static PullConsumer |
PullConsumerHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
PullConsumerHelper.insert(Any any,
PullConsumer s) |
static void |
PullConsumerHelper.write(OutputStream _out,
PullConsumer s) |
Constructor and Description |
---|
PullConsumerHolder(PullConsumer initial) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyPullSupplierPOATie.connect_any_pull_consumer(PullConsumer pull_consumer) |
void |
_ProxyPullSupplierStub.connect_any_pull_consumer(PullConsumer pull_consumer) |
void |
ProxyPullSupplierOperations.connect_any_pull_consumer(PullConsumer pull_consumer) |
Modifier and Type | Interface and Description |
---|---|
interface |
PullConsumer
Generated from IDL interface "PullConsumer".
|
Modifier and Type | Method and Description |
---|---|
void |
TypedProxyPullSupplierPOATie.connect_pull_consumer(PullConsumer pull_consumer) |
void |
_TypedProxyPullSupplierStub.connect_pull_consumer(PullConsumer pull_consumer) |
Modifier and Type | Interface and Description |
---|---|
interface |
TypedProxyPullConsumer
Generated from IDL interface "TypedProxyPullConsumer".
|
Modifier and Type | Class and Description |
---|---|
class |
_TypedProxyPullConsumerStub
Generated from IDL interface "TypedProxyPullConsumer".
|
Modifier and Type | Method and Description |
---|---|
void |
TypedProxyPullSupplierPOATie.connect_typed_pull_consumer(PullConsumer pull_consumer) |
void |
TypedProxyPullSupplierOperations.connect_typed_pull_consumer(PullConsumer pull_consumer) |
void |
_TypedProxyPullSupplierStub.connect_typed_pull_consumer(PullConsumer pull_consumer) |