|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ErrorCode | |
---|---|
openr66.commander | Classes implementing Commander, reader of database updates from clients |
openr66.context | Classes implementing Session, Result and ErrorCode |
openr66.database.data | Classes implementing Database Data model |
openr66.protocol.localhandler | Classes implementing LocalHandlers (real work) |
Uses of ErrorCode in openr66.commander |
---|
Methods in openr66.commander with parameters of type ErrorCode | |
---|---|
void |
ClientRunner.changeUpdatedInfo(goldengate.common.database.data.AbstractDbData.UpdatedInfo info,
ErrorCode code)
Change the UpdatedInfo of the current runner |
Uses of ErrorCode in openr66.context |
---|
Fields in openr66.context declared as ErrorCode | |
---|---|
ErrorCode |
R66Result.code
The code (error or not) |
Methods in openr66.context that return ErrorCode | |
---|---|
static ErrorCode |
ErrorCode.getFromCode(String code)
Code is either the 1 char code or the exact name in Enum |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in openr66.context with parameters of type ErrorCode | |
---|---|
void |
R66Session.setBadRunner(DbTaskRunner runner,
ErrorCode code)
To be used when a request comes with a bad code so it cannot be set normally |
Constructors in openr66.context with parameters of type ErrorCode | |
---|---|
R66Result(OpenR66Exception exception,
R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner)
|
|
R66Result(R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner)
|
Uses of ErrorCode in openr66.database.data |
---|
Methods in openr66.database.data that return ErrorCode | |
---|---|
ErrorCode |
DbTaskRunner.getErrorInfo()
|
ErrorCode |
DbTaskRunner.getStatus()
|
Methods in openr66.database.data with parameters of type ErrorCode | |
---|---|
int |
DbTaskRunner.finishTransferTask(ErrorCode code)
Set the status of the transfer |
static goldengate.common.database.DbPreparedStatement |
DbTaskRunner.getCountStatusRunningPrepareStatement(goldengate.common.database.DbSession session,
ErrorCode status)
Only running transfers |
static long |
DbTaskRunner.getResultCountPrepareStatement(goldengate.common.database.DbPreparedStatement pstt,
ErrorCode error,
long time)
|
static goldengate.common.database.DbPreparedStatement |
DbTaskRunner.getStatusPrepareStatement(goldengate.common.database.DbSession session,
ErrorCode status,
int limit)
|
void |
DbTaskRunner.setErrorExecutionStatus(ErrorCode code)
Set the ErrorCode for the UpdatedInfo |
void |
DbTaskRunner.setExecutionStatus(ErrorCode status)
Change the status from Task Execution |
boolean |
DbTaskRunner.stopOrCancelRunner(ErrorCode code)
Stop or Cancel a Runner from database point of view |
Uses of ErrorCode in openr66.protocol.localhandler |
---|
Methods in openr66.protocol.localhandler that return ErrorCode | |
---|---|
ErrorCode |
LocalChannelReference.getCurrentCode()
|
Methods in openr66.protocol.localhandler with parameters of type ErrorCode | |
---|---|
void |
LocalChannelReference.setErrorMessage(String errorMessage,
ErrorCode code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |