org.indy
Class RFCReplies

java.lang.Object
  |
  +--org.indy.RFCReplies

public class RFCReplies
extends java.lang.Object

This is not synced.

Author:
owen

Constructor Summary
RFCReplies()
           
 
Method Summary
 RFCReply add()
          Description of the Method
 RFCReply add(int numericCode, java.lang.String text)
          Description of the Method
 void boundsCheck(int index)
          Description of the Method
 RFCReply findByNumber(int numericCode)
          Description of the Method
 RFCReply get(int index)
          Description of the Method
 void set(RFCReply reply, int index)
          Description of the Method
 RFCReply updateReply(int numericCode, java.lang.String text)
          Description of the Method
 void updateText(RFCReply reply)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFCReplies

public RFCReplies()
Method Detail

set

public void set(RFCReply reply,
                int index)
Description of the Method
Parameters:
reply - Description of the Parameter
index - Description of the Parameter

get

public RFCReply get(int index)
Description of the Method
Parameters:
index - Description of the Parameter
Returns:
Description of the Return Value

findByNumber

public final RFCReply findByNumber(int numericCode)
Description of the Method
Parameters:
numericCode - Description of the Parameter
Returns:
Description of the Return Value

add

public RFCReply add()
Description of the Method
Returns:
Description of the Return Value

add

public RFCReply add(int numericCode,
                    java.lang.String text)
Description of the Method
Parameters:
numericCode - Description of the Parameter
text - Description of the Parameter
Returns:
Description of the Return Value

boundsCheck

public void boundsCheck(int index)
Description of the Method
Parameters:
index - Description of the Parameter

updateReply

public RFCReply updateReply(int numericCode,
                            java.lang.String text)
Description of the Method
Parameters:
numericCode - Description of the Parameter
text - Description of the Parameter
Returns:
Description of the Return Value

updateText

public void updateText(RFCReply reply)
Description of the Method
Parameters:
reply - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.