|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xBaseJ.Message
| Constructor Summary | |
Message()
creates a message class used by the client/server objects |
|
Message(DataInputStream InStream)
creates a message class used by the client/server objects |
|
| Method Summary | |
int |
getCount()
|
String |
getField(int pos)
|
String |
getField(String ID)
|
String |
getID(int i)
|
void |
setException(String ID,
String FieldData)
|
void |
setField(String ID,
String FieldData)
|
void |
setHeader(String ID,
String DBFName)
set header information |
void |
write(DataOutputStream OutStream)
writes to the queue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Message()
public Message(DataInputStream InStream)
throws IOException,
xBaseJException
InStream - data input
IOException - communication line error
xBaseJException - error conversing with server| Method Detail |
public void write(DataOutputStream OutStream)
throws IOException
OutStream - data output
IOException - communication line error
public void setHeader(String ID,
String DBFName)
public void setField(String ID,
String FieldData)
public void setException(String ID,
String FieldData)
public String getID(int i)
public String getField(String ID)
throws xBaseJException
xBaseJException
public String getField(int pos)
throws xBaseJException
xBaseJExceptionpublic int getCount()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||