public interface LightweightRTObjectOperations extends ComponentActionOperations
修飾子とタイプ | メソッドと説明 |
---|---|
ReturnCode_t |
_finalize() |
int |
attach_context(ExecutionContext exec_context) |
ReturnCode_t |
detach_context(int exec_handle) |
ReturnCode_t |
exit() |
int |
get_context_handle(ExecutionContext cxt) |
ExecutionContext |
get_context(int exec_handle) |
ExecutionContext[] |
get_owned_contexts() |
ExecutionContext[] |
get_participating_contexts() |
ReturnCode_t |
initialize() |
boolean |
is_alive(ExecutionContext exec_context) |
on_aborting, on_activated, on_deactivated, on_error, on_finalize, on_initialize, on_reset, on_shutdown, on_startup
ReturnCode_t initialize()
ReturnCode_t _finalize()
boolean is_alive(ExecutionContext exec_context)
ReturnCode_t exit()
int attach_context(ExecutionContext exec_context)
ReturnCode_t detach_context(int exec_handle)
ExecutionContext get_context(int exec_handle)
ExecutionContext[] get_owned_contexts()
ExecutionContext[] get_participating_contexts()
int get_context_handle(ExecutionContext cxt)