public interface R66BusinessInterface
Modifier and Type | Method and Description |
---|---|
void |
checkAfterPost(R66Session session)
Called once the post tasks are over in success
|
void |
checkAfterPreCommand(R66Session session)
Called once the pre tasks are over in success
|
void |
checkAfterTransfer(R66Session session)
Called once the transfer is done in success but before the post tasks
|
void |
checkAtAuthentication(R66Session session)
Called once the authentication is done
|
void |
checkAtChangeFilename(R66Session session)
Called once after pre tasks, while filename could be changed (or not)
|
void |
checkAtConnection(R66Session session)
Called once the connection is opened
|
void |
checkAtError(R66Session session)
Called once any error occurs
|
void |
checkAtStartup(R66Session session)
Called once the DbTaskRunner is created/loaded and before pre tasks
|
String |
getInfo(R66Session session)
Called to get the current extra "Information" from Business side to
transmit, valid in extended protocol (>
2.4)
|
void |
releaseResources(R66Session session)
Called when the session is to be closed in order to release resources
|
void |
setInfo(R66Session session,
String info)
Set optional info to be set within extra information of PacketValid as
"Info" or R66Result as "Other",
valid in extended protocol (> 2.4)
|
void checkAtConnection(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAtAuthentication(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAtStartup(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAfterPreCommand(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAfterTransfer(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAfterPost(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void checkAtError(R66Session session)
session
- OpenR66RunnerErrorException
void checkAtChangeFilename(R66Session session) throws OpenR66RunnerErrorException
session
- OpenR66RunnerErrorException
void releaseResources(R66Session session)
session
- String getInfo(R66Session session)
session
- void setInfo(R66Session session, String info)
session
- info
- Copyright © 2009–2022 Waarp. All rights reserved.