goldengate.common.command
Class NextCommandReply

java.lang.Object
  extended by 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

Field Summary
 Enum<?> command
          Command to be accepted next time
 String message
          Message
 ReplyCode reply
          Reply to do to the Ftp client
 
Constructor Summary
NextCommandReply(Enum<?> command, ReplyCode reply, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

NextCommandReply

public NextCommandReply(Enum<?> command,
                        ReplyCode reply,
                        String message)
Parameters:
command -
reply -
message -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.