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.CosNotifyComm   
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 TimerDeliverTask.doWork()
           
 void PushAnyOperation.invokePush()
           
abstract  void PushOperation.invokePush()
           
 void PushSequenceOperation.invokePush()
           
 void PushStructuredOperation.invokePush()
           
 

Uses of Disconnected in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that throw Disconnected
 void MessageSupplier.runPullMessage()
          the implementation pulls one or more events from its 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()
           
 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.
protected  void SequenceProxyPullConsumerImpl.runPullEventInternal()
          override superclass impl
protected  void StructuredProxyPullConsumerImpl.runPullEventInternal()
           
 void ProxyPullConsumerImpl.runPullMessage()
           
 void StructuredProxyPullConsumerImpl.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)
           
 

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
 

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 PushConsumerOperations.push(Any data)
           
 void PushConsumerPOATie.push(Any data)
           
 void _PushConsumerStub.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 StructuredProxyPullSupplierPOATie.pull_structured_event()
           
 StructuredEvent _StructuredProxyPullSupplierStub.pull_structured_event()
           
 StructuredEvent[] SequenceProxyPullSupplierPOATie.pull_structured_events(int max_number)
           
 StructuredEvent[] _SequenceProxyPullSupplierStub.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 SequenceProxyPushConsumerPOATie.push_structured_events(StructuredEvent[] notifications)
           
 void _SequenceProxyPushConsumerStub.push_structured_events(StructuredEvent[] notifications)
           
 void ProxyPushConsumerPOATie.push(Any data)
           
 void _ProxyPushConsumerStub.push(Any data)
           
 StructuredEvent StructuredProxyPullSupplierPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent _StructuredProxyPullSupplierStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] SequenceProxyPullSupplierPOATie.try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 StructuredEvent[] _SequenceProxyPullSupplierStub.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.CosNotifyComm
 

Methods in org.omg.CosNotifyComm that throw Disconnected
 StructuredEvent StructuredPullSupplierOperations.pull_structured_event()
           
 StructuredEvent StructuredPullSupplierPOATie.pull_structured_event()
           
 StructuredEvent _StructuredPullSupplierStub.pull_structured_event()
           
 StructuredEvent[] SequencePullSupplierOperations.pull_structured_events(int max_number)
           
 StructuredEvent[] SequencePullSupplierPOATie.pull_structured_events(int max_number)
           
 StructuredEvent[] _SequencePullSupplierStub.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 SequencePushConsumerOperations.push_structured_events(StructuredEvent[] notifications)
           
 void SequencePushConsumerPOATie.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 StructuredPullSupplierPOATie.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent _StructuredPullSupplierStub.try_pull_structured_event(BooleanHolder has_event)
           
 StructuredEvent[] SequencePullSupplierOperations.try_pull_structured_events(int max_number, 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)
           
 Any PullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _PullSupplierStub.try_pull(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 TypedPullSupplierPOATie.pull()
           
 Any _TypedPullSupplierStub.pull()
           
 void TypedPushConsumerPOATie.push(Any data)
           
 void _TypedPushConsumerStub.push(Any data)
           
 Any TypedPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _TypedPullSupplierStub.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 TypedPullSupplierPOATie.pull()
           
 Any _TypedPullSupplierStub.pull()
           
 void TypedPushConsumerPOATie.push(Any data)
           
 void _TypedPushConsumerStub.push(Any data)
           
 Any TypedPullSupplierPOATie.try_pull(BooleanHolder has_event)
           
 Any _TypedPullSupplierStub.try_pull(BooleanHolder has_event)