org.omg.CosNotifyComm
Interface SequencePullSupplierOperations

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

public interface SequencePullSupplierOperations
extends NotifySubscribeOperations

Generated from IDL interface "SequencePullSupplier"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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

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

try_pull_structured_events

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

disconnect_sequence_pull_supplier

public void disconnect_sequence_pull_supplier()