Uses of Class
org.omg.CosEventComm.Disconnected

Packages that use Disconnected
org.jacorb.events   
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyChannelAdminAck   
org.omg.CosNotifyComm   
org.omg.CosNotifyCommAck   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedEventComm   
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
 

Uses of Disconnected in org.jacorb.events
 

Methods in org.jacorb.events that throw Disconnected
 Any ProxyPullSupplierImpl.pull()
          PullSupplier Interface.
 void ProxyPushConsumerImpl.push(Any event)
          Supplier sends data to the consumer (this object) using this call.
 Any ProxyPullSupplierImpl.try_pull(BooleanHolder hasEvent)
          PullSupplier Interface.
 

Uses of Disconnected in org.jacorb.notification.engine
 

Methods in org.jacorb.notification.engine that throw Disconnected
 void PullFromSupplierTask.doWork()
           
 void PushOperation.invokePush()
           
 

Uses of Disconnected in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that throw Disconnected
 void MessageSupplier.runPullMessage()
          pull one or more events from the Supplier and hands over the pulled events to the TaskProcessor.
 

Uses of Disconnected in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type Disconnected
protected  void AbstractProxy.handleDisconnected(Disconnected e)
           
 

Methods in org.jacorb.notification.servant that throw Disconnected
protected  void AbstractProxy.checkStillConnected()
           
 StructuredEvent StructuredProxyPullSupplierImpl.pull_structured_event()
           
 StructuredEvent[] SequenceProxyPullSupplierImpl.pull_structured_events(int number)
           
 Any TypedProxyPullSupplierImpl.pull()
           
 Any ProxyPullSupplierImpl.pull()
           
 MessageSupplierDelegate.PullResult SequenceProxyPullConsumerImpl.pullMessages()
           
 MessageSupplierDelegate.PullResult MessageSupplierDelegate.pullMessages()
          the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.
 MessageSupplierDelegate.PullResult ProxyPullConsumerImpl.pullMessages()
           
 MessageSupplierDelegate.PullResult StructuredProxyPullConsumerImpl.pullMessages()
           
 void StructuredProxyPushConsumerImpl.push_structured_event(StructuredEvent structuredEvent)
           
 void SequenceProxyPushConsumerImpl.push_structured_events(StructuredEvent[] events)
           
 void ProxyPushConsumerImpl.push(Any event)
          Supplier sends data to the consumer (this object) using this call.
 void TypedProxyPushConsumerImpl.push(Any any)
           
 void PullMessagesOperation.runPull()
           
 void SequenceProxyPullConsumerImpl.runPullMessage()
           
 void ProxyPullConsumerImpl.runPullMessage()
           
 void TypedProxyPullConsumerImpl.runPullMessage()
           
 void StructuredProxyPullConsumerImpl.runPullMessage()
           
 StructuredEvent StructuredProxyPullSupplierImpl.try_pull_structured_event(BooleanHolder hasEvent)
           
 StructuredEvent[] SequenceProxyPullSupplierImpl.try_pull_structured_events(int number, BooleanHolder success)
           
 Any TypedProxyPullSupplierImpl.try_pull(BooleanHolder booleanHolder)
           
 Any ProxyPullSupplierImpl.try_pull(BooleanHolder hasEvent)
           
 

Uses of Disconnected in org.omg.CosEventChannelAdmin
 

Methods in org.omg.CosEventChannelAdmin that throw Disconnected
 Any ProxyPullSupplierPOATie.pull()
           
 Any _ProxyPullSupplierStub.pull()
           
 void ProxyPushConsumerPOATie.push(Any data)
           
 void _ProxyPushConsumerStub.push(Any data)
           
 Any ProxyPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _ProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosEventComm
 

Methods in org.omg.CosEventComm that return Disconnected
static Disconnected DisconnectedHelper.extract(Any any)
           
static Disconnected DisconnectedHelper.read(InputStream in)
           
 

Methods in org.omg.CosEventComm with parameters of type Disconnected
static void DisconnectedHelper.insert(Any any, Disconnected s)
           
static void DisconnectedHelper.write(OutputStream out, Disconnected s)
           
 

Methods in org.omg.CosEventComm that throw Disconnected
 Any _PullSupplierStub.pull()
           
 Any PullSupplierPOATie.pull()
           
 Any PullSupplierOperations.pull()
           
 void PushConsumerOperations.push(Any data)
           
 void PushConsumerPOATie.push(Any data)
           
 void _PushConsumerStub.push(Any data)
           
 Any _PullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any PullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any PullSupplierOperations.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin that throw Disconnected
 StructuredEvent _StructuredProxyPullSupplierStub.pull_structured_event()
           
 StructuredEvent StructuredProxyPullSupplierPOATie.pull_structured_event()
           
 StructuredEvent[] _SequenceProxyPullSupplierStub.pull_structured_events(int max_number)
           
 StructuredEvent[] SequenceProxyPullSupplierPOATie.pull_structured_events(int max_number)
           
 Any ProxyPullSupplierPOATie.pull()
           
 Any _ProxyPullSupplierStub.pull()
           
 void StructuredProxyPushConsumerPOATie.push_structured_event(StructuredEvent notification)
           
 void _StructuredProxyPushConsumerStub.push_structured_event(StructuredEvent notification)
           
 void _SequenceProxyPushConsumerStub.push_structured_events(StructuredEvent[] notifications)
           
 void SequenceProxyPushConsumerPOATie.push_structured_events(StructuredEvent[] notifications)
           
 void ProxyPushConsumerPOATie.push(Any data)
           
 void _ProxyPushConsumerStub.push(Any data)
           
 StructuredEvent _StructuredProxyPullSupplierStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent StructuredProxyPullSupplierPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] _SequenceProxyPullSupplierStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequenceProxyPullSupplierPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 Any ProxyPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _ProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck that throw Disconnected
 StructuredEvent _StructuredProxyPullSupplierAckStub.pull_structured_event()
           
 StructuredEvent StructuredProxyPullSupplierAckPOATie.pull_structured_event()
           
 StructuredEvent[] SequenceProxyPullSupplierAckPOATie.pull_structured_events(int max_number)
           
 StructuredEvent[] _SequenceProxyPullSupplierAckStub.pull_structured_events(int max_number)
           
 StructuredEvent _StructuredProxyPullSupplierAckStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent StructuredProxyPullSupplierAckPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] SequenceProxyPullSupplierAckPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] _SequenceProxyPullSupplierAckStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosNotifyComm
 

Methods in org.omg.CosNotifyComm that throw Disconnected
 StructuredEvent StructuredPullSupplierOperations.pull_structured_event()
           
 StructuredEvent _StructuredPullSupplierStub.pull_structured_event()
           
 StructuredEvent StructuredPullSupplierPOATie.pull_structured_event()
           
 StructuredEvent[] _SequencePullSupplierStub.pull_structured_events(int max_number)
           
 StructuredEvent[] SequencePullSupplierPOATie.pull_structured_events(int max_number)
           
 StructuredEvent[] SequencePullSupplierOperations.pull_structured_events(int max_number)
           
 Any _PullSupplierStub.pull()
           
 Any PullSupplierPOATie.pull()
           
 void _StructuredPushConsumerStub.push_structured_event(StructuredEvent notification)
           
 void StructuredPushConsumerPOATie.push_structured_event(StructuredEvent notification)
           
 void StructuredPushConsumerOperations.push_structured_event(StructuredEvent notification)
           
 void SequencePushConsumerPOATie.push_structured_events(StructuredEvent[] notifications)
           
 void SequencePushConsumerOperations.push_structured_events(StructuredEvent[] notifications)
           
 void _SequencePushConsumerStub.push_structured_events(StructuredEvent[] notifications)
           
 void PushConsumerPOATie.push(Any data)
           
 void _PushConsumerStub.push(Any data)
           
 StructuredEvent StructuredPullSupplierOperations.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent _StructuredPullSupplierStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent StructuredPullSupplierPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] _SequencePullSupplierStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequencePullSupplierPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequencePullSupplierOperations.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 Any _PullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any PullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosNotifyCommAck
 

Methods in org.omg.CosNotifyCommAck that throw Disconnected
 StructuredEvent StructuredPullSupplierAckPOATie.pull_structured_event()
           
 StructuredEvent _StructuredPullSupplierAckStub.pull_structured_event()
           
 StructuredEvent[] _SequencePullSupplierAckStub.pull_structured_events(int max_number)
           
 StructuredEvent[] SequencePullSupplierAckPOATie.pull_structured_events(int max_number)
           
 StructuredEvent StructuredPullSupplierAckPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent _StructuredPullSupplierAckStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] _SequencePullSupplierAckStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequencePullSupplierAckPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosTypedEventChannelAdmin
 

Methods in org.omg.CosTypedEventChannelAdmin that throw Disconnected
 Any TypedProxyPullSupplierPOATie.pull()
           
 Any _TypedProxyPullSupplierStub.pull()
           
 void TypedProxyPushConsumerPOATie.push(Any data)
           
 void _TypedProxyPushConsumerStub.push(Any data)
           
 Any TypedProxyPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _TypedProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosTypedEventComm
 

Methods in org.omg.CosTypedEventComm that throw Disconnected
 Any _TypedPullSupplierStub.pull()
           
 Any TypedPullSupplierPOATie.pull()
           
 void _TypedPushConsumerStub.push(Any data)
           
 void TypedPushConsumerPOATie.push(Any data)
           
 Any _TypedPullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any TypedPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that throw Disconnected
 Any TypedProxyPullSupplierPOATie.pull()
           
 Any _TypedProxyPullSupplierStub.pull()
           
 void TypedProxyPushConsumerPOATie.push(Any data)
           
 void _TypedProxyPushConsumerStub.push(Any data)
           
 Any TypedProxyPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _TypedProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 

Uses of Disconnected in org.omg.CosTypedNotifyComm
 

Methods in org.omg.CosTypedNotifyComm that throw Disconnected
 Any _TypedPullSupplierStub.pull()
           
 Any TypedPullSupplierPOATie.pull()
           
 void _TypedPushConsumerStub.push(Any data)
           
 void TypedPushConsumerPOATie.push(Any data)
           
 Any _TypedPullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any TypedPullSupplierPOATie.try_pull(BooleanHolder has_event)