|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplyCode | |
|---|---|
| goldengate.common.command | Global classes that store all informations on implemented commands, arguments, reply codes. |
| goldengate.common.command.exception | FTP like Exception related to commands |
| Uses of ReplyCode in goldengate.common.command |
|---|
| Fields in goldengate.common.command declared as ReplyCode | |
|---|---|
ReplyCode |
NextCommandReply.reply
Reply to do to the Ftp client |
| Methods in goldengate.common.command that return ReplyCode | |
|---|---|
static ReplyCode |
ReplyCode.getReplyCode(int code)
|
static ReplyCode |
ReplyCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReplyCode[] |
ReplyCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in goldengate.common.command with parameters of type ReplyCode | |
|---|---|
NextCommandReply(Enum<?> command,
ReplyCode reply,
String message)
|
|
| Uses of ReplyCode in goldengate.common.command.exception |
|---|
| Fields in goldengate.common.command.exception declared as ReplyCode | |
|---|---|
ReplyCode |
CommandAbstractException.code
Associated code |
| Constructors in goldengate.common.command.exception with parameters of type ReplyCode | |
|---|---|
CommandAbstractException(ReplyCode code,
String message)
Unique constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||