public class _RealTimeCollectorStub extends org.omg.CORBA.portable.ObjectImpl implements RealTimeCollector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_ob_opsClass |
| Constructor and Description |
|---|
_RealTimeCollectorStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
void |
add_data(DataChunk[] _ob_a0)
Adds data to the collector.
|
void |
configure(CollectorConfiguration[] _ob_a0) |
void |
destroy()
Once all history data is send the Collector is useless.
|
RealTimeCollector |
get_collector()
Allows the DAS the send cached data seperate from real time data.
|
void |
reset_sequence(ChannelId[] _ob_a0,
int[] _ob_a1)
Collector would reset his sequence counter and most likely close the old
seismogram and start a new one.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic void configure(CollectorConfiguration[] _ob_a0)
configure in interface RealTimeCollectorOperationspublic void add_data(DataChunk[] _ob_a0) throws UnknownChannels, ChunkOutOfOrder
RealTimeCollectorOperationsadd_data in interface RealTimeCollectorOperationsUnknownChannelsChunkOutOfOrderpublic void reset_sequence(ChannelId[] _ob_a0, int[] _ob_a1) throws UnknownChannels
RealTimeCollectorOperationsreset_sequence in interface RealTimeCollectorOperationsUnknownChannelspublic RealTimeCollector get_collector() throws NotImplemented
RealTimeCollectorOperationsget_collector in interface RealTimeCollectorOperationsNotImplementedpublic void destroy()
RealTimeCollectorOperationsdestroy in interface RealTimeCollectorOperations