|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jbase.jremote.protocol.JRemoteRequest
com.jbase.jremote.protocol.EchoRequest
public class EchoRequest
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.jbase.jremote.io.JBaseSerializable |
---|
JBaseSerializable.TYPE |
Field Summary | |
---|---|
protected static java.util.logging.Logger |
log
|
Constructor Summary | |
---|---|
EchoRequest()
|
|
EchoRequest(int len)
|
Method Summary | |
---|---|
int |
getType()
|
int |
getVersion()
|
void |
readObject(JBaseObjectReader reader,
int version)
|
void |
writeObject(JBaseObjectWriter writer,
int version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.logging.Logger log
Constructor Detail |
---|
public EchoRequest()
public EchoRequest(int len) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
writeObject
in interface JBaseSerializable
writeObject
in class JRemoteRequest
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface JBaseSerializable
readObject
in class JRemoteRequest
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
public int getVersion()
getVersion
in interface JBaseSerializable
getVersion
in class JRemoteRequest
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |