|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.RFCReplies
This is not synced.
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 |
public RFCReplies()
Method Detail |
public void set(RFCReply reply, int index)
reply
- Description of the Parameterindex
- Description of the Parameterpublic RFCReply get(int index)
index
- Description of the Parameterpublic final RFCReply findByNumber(int numericCode)
numericCode
- Description of the Parameterpublic RFCReply add()
public RFCReply add(int numericCode, java.lang.String text)
numericCode
- Description of the Parametertext
- Description of the Parameterpublic void boundsCheck(int index)
index
- Description of the Parameterpublic RFCReply updateReply(int numericCode, java.lang.String text)
numericCode
- Description of the Parametertext
- Description of the Parameterpublic void updateText(RFCReply reply)
reply
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |