public class RealTimeCollectorPOATie extends RealTimeCollectorPOA
| Constructor and Description |
|---|
RealTimeCollectorPOATie(RealTimeCollectorOperations delegate) |
RealTimeCollectorPOATie(RealTimeCollectorOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
RealTimeCollectorOperations |
_delegate() |
void |
_delegate(RealTimeCollectorOperations delegate) |
void |
add_data(DataChunk[] data)
Adds data to the collector.
|
void |
configure(CollectorConfiguration[] a_configuration) |
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[] channels,
int[] next_valid)
Collector would reset his sequence counter and most likely close the old
seismogram and start a new one.
|
_all_interfaces, _invoke, _this, _thispublic RealTimeCollectorPOATie(RealTimeCollectorOperations delegate)
public RealTimeCollectorPOATie(RealTimeCollectorOperations delegate, org.omg.PortableServer.POA poa)
public RealTimeCollectorOperations _delegate()
public void _delegate(RealTimeCollectorOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic void configure(CollectorConfiguration[] a_configuration)
public void add_data(DataChunk[] data) throws UnknownChannels, ChunkOutOfOrder
RealTimeCollectorOperationsUnknownChannelsChunkOutOfOrderpublic void reset_sequence(ChannelId[] channels, int[] next_valid) throws UnknownChannels
RealTimeCollectorOperationsUnknownChannelspublic RealTimeCollector get_collector() throws NotImplemented
RealTimeCollectorOperationsNotImplementedpublic void destroy()
RealTimeCollectorOperations