Class: Syskit::Deployment::RemoteTaskHandles Private
- Defined in:
- lib/syskit/deployment.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Representation of the handles needed by TaskContext to get state updates from a remote task
They are initialized once and for all since they won't change across TaskContext restarts, allowing us to save costly back-and-forth between the remote task and the local process
Instance Attribute Summary collapse
-
#configuring ⇒ Object
Returns the value of attribute configuring.
-
#current_configuration ⇒ Object
Returns the value of attribute current_configuration.
-
#default_properties ⇒ Object
Returns the value of attribute default_properties.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#needs_reconfiguration ⇒ Object
Returns the value of attribute needs_reconfiguration.
-
#state_getter ⇒ Object
Returns the value of attribute state_getter.
-
#state_reader ⇒ Object
Returns the value of attribute state_reader.
Instance Attribute Details
#configuring ⇒ Object
Returns the value of attribute configuring
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def configuring @configuring end |
#current_configuration ⇒ Object
Returns the value of attribute current_configuration
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def current_configuration @current_configuration end |
#default_properties ⇒ Object
Returns the value of attribute default_properties
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def default_properties @default_properties end |
#handle ⇒ Object
Returns the value of attribute handle
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def handle @handle end |
#needs_reconfiguration ⇒ Object
Returns the value of attribute needs_reconfiguration
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def needs_reconfiguration @needs_reconfiguration end |
#state_getter ⇒ Object
Returns the value of attribute state_getter
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def state_getter @state_getter end |
#state_reader ⇒ Object
Returns the value of attribute state_reader
488 489 490 |
# File 'lib/syskit/deployment.rb', line 488 def state_reader @state_reader end |