Class: Syskit::Deployment::RemoteTaskHandles Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuringObject

Returns the value of attribute configuring

Returns:

  • (Object)

    the current value of configuring



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def configuring
  @configuring
end

#current_configurationObject

Returns the value of attribute current_configuration

Returns:

  • (Object)

    the current value of current_configuration



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def current_configuration
  @current_configuration
end

#default_propertiesObject

Returns the value of attribute default_properties

Returns:

  • (Object)

    the current value of default_properties



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def default_properties
  @default_properties
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def handle
  @handle
end

#needs_reconfigurationObject

Returns the value of attribute needs_reconfiguration

Returns:

  • (Object)

    the current value of needs_reconfiguration



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def needs_reconfiguration
  @needs_reconfiguration
end

#state_getterObject

Returns the value of attribute state_getter

Returns:

  • (Object)

    the current value of state_getter



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def state_getter
  @state_getter
end

#state_readerObject

Returns the value of attribute state_reader

Returns:

  • (Object)

    the current value of state_reader



488
489
490
# File 'lib/syskit/deployment.rb', line 488

def state_reader
  @state_reader
end