Modifier and Type | Method and Description |
---|---|
void |
ProxyPushConsumerImpl.connect_push_supplier(PushSupplier pushSupplier)
fuers ProxyPushConsumer Interface:
As stated by the EventService specification 1.1 section 2.3.4:
"If a ProxyPushConsumer is already connected to a PushSupplier, 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 |
ProxyPushConsumerImpl.connect_any_push_supplier(PushSupplier pushSupplier) |
void |
ECProxyPushConsumerImpl.connect_push_supplier(PushSupplier pushSupplier) |
void |
TypedProxyPushConsumerImpl.connect_typed_push_supplier(PushSupplier pushSupplier) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyPushSupplier
Generated from IDL interface "ProxyPushSupplier".
|
Modifier and Type | Class and Description |
---|---|
class |
_ProxyPushSupplierStub
Generated from IDL interface "ProxyPushSupplier".
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyPushConsumerOperations.connect_push_supplier(PushSupplier push_supplier) |
void |
ProxyPushConsumerPOATie.connect_push_supplier(PushSupplier push_supplier) |
void |
_ProxyPushConsumerStub.connect_push_supplier(PushSupplier push_supplier) |
Modifier and Type | Class and Description |
---|---|
class |
_PushSupplierStub
Generated from IDL interface "PushSupplier".
|
Modifier and Type | Field and Description |
---|---|
PushSupplier |
PushSupplierHolder.value |
Modifier and Type | Method and Description |
---|---|
PushSupplier |
PushSupplierPOATie._this() |
PushSupplier |
PushSupplierPOA._this() |
PushSupplier |
PushSupplierPOATie._this(ORB orb) |
PushSupplier |
PushSupplierPOA._this(ORB orb) |
static PushSupplier |
PushSupplierHelper.extract(Any any) |
static PushSupplier |
PushSupplierHelper.narrow(Object obj) |
static PushSupplier |
PushSupplierHelper.read(InputStream in) |
static PushSupplier |
PushSupplierHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
PushSupplierHelper.insert(Any any,
PushSupplier s) |
static void |
PushSupplierHelper.write(OutputStream _out,
PushSupplier s) |
Constructor and Description |
---|
PushSupplierHolder(PushSupplier initial) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyPushConsumerOperations.connect_any_push_supplier(PushSupplier push_supplier) |
void |
ProxyPushConsumerPOATie.connect_any_push_supplier(PushSupplier push_supplier) |
void |
_ProxyPushConsumerStub.connect_any_push_supplier(PushSupplier push_supplier) |
Modifier and Type | Interface and Description |
---|---|
interface |
PushSupplier
Generated from IDL interface "PushSupplier".
|
Modifier and Type | Method and Description |
---|---|
void |
_TypedProxyPushConsumerStub.connect_push_supplier(PushSupplier push_supplier) |
void |
TypedProxyPushConsumerPOATie.connect_push_supplier(PushSupplier push_supplier) |
Modifier and Type | Interface and Description |
---|---|
interface |
TypedProxyPushSupplier
Generated from IDL interface "TypedProxyPushSupplier".
|
Modifier and Type | Class and Description |
---|---|
class |
_TypedProxyPushSupplierStub
Generated from IDL interface "TypedProxyPushSupplier".
|
Modifier and Type | Method and Description |
---|---|
void |
_TypedProxyPushConsumerStub.connect_typed_push_supplier(PushSupplier push_supplier) |
void |
TypedProxyPushConsumerOperations.connect_typed_push_supplier(PushSupplier push_supplier) |
void |
TypedProxyPushConsumerPOATie.connect_typed_push_supplier(PushSupplier push_supplier) |