org.omg.CosNotifyComm
Interface SequencePullSupplierOperations

All Superinterfaces:
NotifySubscribeOperations
All Known Subinterfaces:
SequenceProxyPullSupplier, SequenceProxyPullSupplierOperations, SequencePullSupplier
All Known Implementing Classes:
_SequenceProxyPullSupplierStub, _SequencePullSupplierStub, SequenceProxyPullSupplierImpl, SequenceProxyPullSupplierPOA, SequenceProxyPullSupplierPOATie, SequencePullSupplierPOA, SequencePullSupplierPOATie

public interface SequencePullSupplierOperations
extends NotifySubscribeOperations

Generated from IDL interface "SequencePullSupplier"

Author:
JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-2004

Method Summary
 void disconnect_sequence_pull_supplier()
           
 StructuredEvent[] pull_structured_events(int max_number)
           
 StructuredEvent[] try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 
Methods inherited from interface org.omg.CosNotifyComm.NotifySubscribeOperations
subscription_change
 

Method Detail

pull_structured_events

StructuredEvent[] pull_structured_events(int max_number)
                                         throws Disconnected
Throws:
Disconnected

try_pull_structured_events

StructuredEvent[] try_pull_structured_events(int max_number,
                                             BooleanHolder has_event)
                                             throws Disconnected
Throws:
Disconnected

disconnect_sequence_pull_supplier

void disconnect_sequence_pull_supplier()