org.omg.CosNotifyComm

Interface SequencePullSupplierOperations

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

public interface SequencePullSupplierOperations
extends NotifySubscribeOperations

Generated from IDL interface "SequencePullSupplier"

Author:
JacORB IDL compiler V 2.2, 7-May-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 Details

disconnect_sequence_pull_supplier

public void disconnect_sequence_pull_supplier()


pull_structured_events

public StructuredEvent[] pull_structured_events(int max_number)
            throws Disconnected


try_pull_structured_events

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