|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.siebengeisslein.net.message.RequestIdMessage
org.siebengeisslein.net.message.GetRootMessage
public class GetRootMessage
| Constructor Summary | |
|---|---|
GetRootMessage(java.io.DataInputStream in)
|
|
GetRootMessage(java.lang.String rootName,
int requestId)
|
|
| Method Summary | |
|---|---|
void |
dispatch(ConnectionState state)
|
byte |
getOpCode()
|
void |
write(java.io.DataOutputStream out)
|
| Methods inherited from class org.siebengeisslein.net.message.RequestIdMessage |
|---|
getRequestId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetRootMessage(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOException
public GetRootMessage(java.lang.String rootName,
int requestId)
| Method Detail |
|---|
public void write(java.io.DataOutputStream out)
throws java.io.IOException
write in interface Messagewrite in class RequestIdMessagejava.io.IOException
public void dispatch(ConnectionState state)
throws java.io.IOException,
CoreException,
java.lang.InterruptedException
dispatch in interface ClientMessagejava.io.IOException
CoreException
java.lang.InterruptedExceptionpublic byte getOpCode()
getOpCode in interface Message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||