Uses of Class
org.omg.CosEventComm.Disconnected

Packages that use Disconnected
org.jacorb.dds   
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.dds
 

Methods in org.jacorb.dds that throw Disconnected
 void ThreadSubscriber.push(Any data)
           
 

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 ProxyPullSupplierImpl.pull()
           
 Any TypedProxyPullSupplierImpl.pull()
           
 MessageSupplierDelegate.PullResult StructuredProxyPullConsumerImpl.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 SequenceProxyPullConsumerImpl.pullMessages()
           
 void StructuredProxyPushConsumerImpl.push_structured_event(StructuredEvent structuredEvent)
           
 void SequenceProxyPushConsumerImpl.push_structured_events(StructuredEvent[] events)
           
 void TypedProxyPushConsumerImpl.push(Any any)
           
 void ProxyPushConsumerImpl.push(Any event)
          Supplier sends data to the consumer (this object) using this call.
 void PullMessagesOperation.runPull()
           
 void StructuredProxyPullConsumerImpl.runPullMessage()
           
 void TypedProxyPullConsumerImpl.runPullMessage()
           
 void ProxyPullConsumerImpl.runPullMessage()
           
 void SequenceProxyPullConsumerImpl.runPullMessage()
           
 StructuredEvent StructuredProxyPullSupplierImpl.try_pull_structured_event(BooleanHolder hasEvent)
           
 StructuredEvent[] SequenceProxyPullSupplierImpl.try_pull_structured_events(int number, BooleanHolder success)
           
 Any ProxyPullSupplierImpl.try_pull(BooleanHolder hasEvent)
           
 Any TypedProxyPullSupplierImpl.try_pull(BooleanHolder booleanHolder)
           
 

Uses of Disconnected in org.omg.CosEventChannelAdmin
 

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

Uses of Disconnected in org.omg.CosEventComm
 

Fields in org.omg.CosEventComm declared as Disconnected
 Disconnected DisconnectedHolder.value
           
 

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 PullSupplierOperations.pull()
           
 Any PullSupplierPOATie.pull()
           
 Any _PullSupplierStub.pull()
           
 void _PushConsumerStub.push(Any data)
           
 void PushConsumerOperations.push(Any data)
           
 void PushConsumerPOATie.push(Any data)
           
 Any PullSupplierOperations.try_pull(BooleanHolder has_event)
           
 Any PullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _PullSupplierStub.try_pull(BooleanHolder has_event)
           
 

Constructors in org.omg.CosEventComm with parameters of type Disconnected
DisconnectedHolder(Disconnected initial)
           
 

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 _StructuredProxyPushConsumerStub.push_structured_event(StructuredEvent notification)
           
 void StructuredProxyPushConsumerPOATie.push_structured_event(StructuredEvent notification)
           
 void SequenceProxyPushConsumerPOATie.push_structured_events(StructuredEvent[] notifications)
           
 void _SequenceProxyPushConsumerStub.push_structured_events(StructuredEvent[] notifications)
           
 void _ProxyPushConsumerStub.push(Any data)
           
 void ProxyPushConsumerPOATie.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[] _SequenceProxyPullSupplierAckStub.pull_structured_events(int max_number)
           
 StructuredEvent[] SequenceProxyPullSupplierAckPOATie.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[] _SequenceProxyPullSupplierAckStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequenceProxyPullSupplierAckPOATie.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[] SequencePullSupplierPOATie.pull_structured_events(int max_number)
           
 StructuredEvent[] _SequencePullSupplierStub.pull_structured_events(int max_number)
           
 StructuredEvent[] SequencePullSupplierOperations.pull_structured_events(int max_number)
           
 Any PullSupplierPOATie.pull()
           
 Any _PullSupplierStub.pull()
           
 void StructuredPushConsumerOperations.push_structured_event(StructuredEvent notification)
           
 void StructuredPushConsumerPOATie.push_structured_event(StructuredEvent notification)
           
 void _StructuredPushConsumerStub.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 _PushConsumerStub.push(Any data)
           
 void PushConsumerPOATie.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[] SequencePullSupplierPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] _SequencePullSupplierStub.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] SequencePullSupplierOperations.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 Any PullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _PullSupplierStub.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 _TypedProxyPullSupplierStub.pull()
           
 Any TypedProxyPullSupplierPOATie.pull()
           
 void TypedProxyPushConsumerPOATie.push(Any data)
           
 void _TypedProxyPushConsumerStub.push(Any data)
           
 Any _TypedProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any TypedProxyPullSupplierPOATie.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 TypedPushConsumerPOATie.push(Any data)
           
 void _TypedPushConsumerStub.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 _TypedProxyPullSupplierStub.pull()
           
 Any TypedProxyPullSupplierPOATie.pull()
           
 void TypedProxyPushConsumerPOATie.push(Any data)
           
 void _TypedProxyPushConsumerStub.push(Any data)
           
 Any _TypedProxyPullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any TypedProxyPullSupplierPOATie.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 TypedPushConsumerPOATie.push(Any data)
           
 void _TypedPushConsumerStub.push(Any data)
           
 Any _TypedPullSupplierStub.try_pull(BooleanHolder has_event)
           
 Any TypedPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 



Copyright © 2015 JacORB. All rights reserved.