public class TypedPushConsumerPOATie extends TypedPushConsumerPOA
Constructor and Description |
---|
TypedPushConsumerPOATie(TypedPushConsumerOperations delegate) |
TypedPushConsumerPOATie(TypedPushConsumerOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
TypedPushConsumerOperations |
_delegate() |
void |
_delegate(TypedPushConsumerOperations delegate) |
TypedPushConsumer |
_this() |
TypedPushConsumer |
_this(ORB orb) |
void |
disconnect_push_consumer() |
Object |
get_typed_consumer() |
void |
offer_change(EventType[] added,
EventType[] removed) |
void |
push(Any data) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public TypedPushConsumerPOATie(TypedPushConsumerOperations delegate)
public TypedPushConsumerPOATie(TypedPushConsumerOperations delegate, POA poa)
public TypedPushConsumer _this()
_this
in class TypedPushConsumerPOA
public TypedPushConsumer _this(ORB orb)
_this
in class TypedPushConsumerPOA
public TypedPushConsumerOperations _delegate()
public void _delegate(TypedPushConsumerOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public Object get_typed_consumer()
public void disconnect_push_consumer()
public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
InvalidEventType
public void push(Any data) throws Disconnected
Disconnected