JdbcSession
with the given ID. This is a no-op if the session has already been closed. Closing a session will automatically {@link JdbcSession#dispose() dispose} it. @param id the ID of the session to close @param jitterbitUser the name of the jitterbit user that created the session @param password the MD5 hash of the jitterbit user's password @throws EngineSessionException if the provided credentials do not match the credentials with which the session was originally created with
JsonSession
with the given ID. Closing a session will automatically {@link JsonSession#dispose() dispose} it, meaning that any job stillrunning in the session will be canceled. This is a no-op if the session has already been closed.
@param c the JsonSessionCredentials
for the session to close
@throws EngineSessionException if the provided credentials do not match the credentials with which the session was originally created with
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|