Exemple #1
0
 def do_component_init(self):
     """This function is called once during the compoenent
     initialization.
     """
     logger.debug("RwDtsScheduler: do_component_init function called")
     component_handle = RwTaskletPlugin.ComponentHandle()
     return component_handle
Exemple #2
0
            def do_component_init(self):
                """Initialize the component

                This function initializes the component and returns the
                component handle.

                Returns:
                    A component handle

                """
                return rwtasklet.ComponentHandle()