If the user... | The enabled connection receives these callbacks: |
Enables a disabled connection | enableCallBack startupCallBack |
Disables an enabled connection | shutdownCallBack disableCallBack |
Enables a package containing an enabled connection | initCallBack startupCallBack |
Disables a package containing an enabled connection | shutdownCallBack |
Deletes a package containing an enabled connection | shutdownCallBack |
Reloads a package containing an enabled connection | shutdownCallBack initCallBack startupCallBack |
Starts Integration Server | initCallBack startupCallBack Note: This only occurs if the Connections are contained in a package that is enabled. |
Shuts down Integration Server | shutdownCallBack Note: This only occurs if the Connections are contained in a package that is enabled |
If the user... | The disabled connection receives these callbacks: |
Creates a connection | initCallBack |
Updates a connection | updateCallBack |
Deletes a connection | deleteCallBack |
Copies a connection | initCallBack (on the new connection) |
Enables a package containing a disabled connection | initCallBack |
Reloads a package containing a disabled connection | initCallBack |
Starts Integration Server | initCallBack Note: This only occurs if the Connections are contained in a package that is enabled |