RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | run_job |
Run the service. More... | |
Public Member Functions inherited from RappCloud.ServiceController.ServiceControllerBase.ServiceControllerBase | |
def | __init__ |
Constructor. More... | |
def | basename |
Return the basename of input filepath. More... | |
def | handle_exception |
Handles exceptions and return an error message that complies to the Exception caught. More... | |
def | is_json |
Check if it is a json string. More... | |
def | post_request |
General member method to perform a .post request to the. More... | |
def | run_job |
Additional Inherited Members | |
Public Attributes inherited from RappCloud.ServiceController.ServiceControllerBase.ServiceControllerBase | |
session_ | |
Synchronous service controller class implementation.
Definition at line 34 of file ServiceControllerSync.py.
def RappCloud.ServiceController.ServiceControllerSync.ServiceControllerSync.__init__ | ( | self, | |
service | |||
) |
Constructor.
Definition at line 37 of file ServiceControllerSync.py.
def RappCloud.ServiceController.ServiceControllerSync.ServiceControllerSync.run_job | ( | self, | |
msg, | |||
url | |||
) |
Run the service.
Definition at line 45 of file ServiceControllerSync.py.