Uses of Interface
adams.flow.core.PyroCall
-
Packages that use PyroCall Package Description adams.flow.core adams.flow.sink.pyrosink adams.flow.source.pyrosource adams.flow.standalone.pyrostandalone adams.flow.transformer.pyrotransformer -
-
Uses of PyroCall in adams.flow.core
Subinterfaces of PyroCall in adams.flow.core Modifier and Type Interface Description interface
PyroInputConsumer
Interface for Pyro calls that can process input.interface
PyroOutputProducer
Interface for Pyro calls that generate output.Classes in adams.flow.core that implement PyroCall Modifier and Type Class Description class
AbstractPyroCall
Ancestor for Pyro4 method calls. -
Uses of PyroCall in adams.flow.sink.pyrosink
Classes in adams.flow.sink.pyrosink that implement PyroCall Modifier and Type Class Description class
AbstractPyroSink
Ancestor for Pyro calls that consume data but don't produce any output.class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing. -
Uses of PyroCall in adams.flow.source.pyrosource
Classes in adams.flow.source.pyrosource that implement PyroCall Modifier and Type Class Description class
AbstractPyroSource
Ancestor for Pyro calls that generate output.class
Generic
Generic call, just retrieves any data from the remote object.class
Null
Dummy, outputs nothing. -
Uses of PyroCall in adams.flow.standalone.pyrostandalone
Classes in adams.flow.standalone.pyrostandalone that implement PyroCall Modifier and Type Class Description class
AbstractPyroStandalone
Ancestor for Pyro calls that neither take input nor produce output.class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing. -
Uses of PyroCall in adams.flow.transformer.pyrotransformer
Classes in adams.flow.transformer.pyrotransformer that implement PyroCall Modifier and Type Class Description class
AbstractPyroTransformer
Ancestor for Pyro calls that transform data.class
ExampleGreeting
Uses the call described here: https://pythonhosted.org/Pyro4/intro.html#with-a-name-serverclass
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing.
-