Uses of Class
adams.flow.sink.pyrosink.AbstractPyroSink
-
Packages that use AbstractPyroSink Package Description adams.flow.sink adams.flow.sink.pyrosink -
-
Uses of AbstractPyroSink in adams.flow.sink
Fields in adams.flow.sink declared as AbstractPyroSink Modifier and Type Field Description protected AbstractPyroSink
PyroSink. m_Call
the pyro call to use.Methods in adams.flow.sink that return AbstractPyroSink Modifier and Type Method Description AbstractPyroSink
PyroSink. getCall()
Returns the Pyro call to use.Methods in adams.flow.sink with parameters of type AbstractPyroSink Modifier and Type Method Description void
PyroSink. setCall(AbstractPyroSink value)
Sets the Pyro call to use. -
Uses of AbstractPyroSink in adams.flow.sink.pyrosink
Subclasses of AbstractPyroSink in adams.flow.sink.pyrosink Modifier and Type Class Description class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing.
-