goldengate.common.command
Class NextCommandReply
java.lang.Object
goldengate.common.command.NextCommandReply
public class NextCommandReply
- extends Object
Used by Authentication step in order to allow a specific command to be
accepted after the current command. If null is specified, any command is
valid. Specify also the reply code and the associated message.
- Author:
- Frederic Bregier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
command
public Enum<?> command
- Command to be accepted next time
reply
public ReplyCode reply
- Reply to do to the Ftp client
message
public String message
- Message
NextCommandReply
public NextCommandReply(Enum<?> command,
ReplyCode reply,
String message)
- Parameters:
command
- reply
- message
-
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.