public class JediResponse extends JRemoteResponse
JBaseSerializable.TYPE
Constructor and Description |
---|
JediResponse() |
Modifier and Type | Method and Description |
---|---|
JDynArray |
getData(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
JSelectListProt |
getSelectList(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
int |
getStatus() |
int |
getType() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion
public int getStatus()
public JDynArray getData(java.nio.charset.CharsetEncoder encoder, java.nio.charset.CharsetDecoder decoder)
public JSelectListProt getSelectList(java.nio.charset.CharsetEncoder encoder, java.nio.charset.CharsetDecoder decoder)
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
JBaseSerializable.getType()