protected static class Executing.RequestWithThread extends Executing.Request
Modifier and Type | Field and Description |
---|---|
protected long |
threadId |
object, request, type
Constructor and Description |
---|
RequestWithThread() |
RequestWithThread(Executing.Type type,
Object object,
long request,
long threadId) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public RequestWithThread()
public RequestWithThread(Executing.Type type, Object object, long request, long threadId)
public void readFrom(DataInput in) throws Exception
Streamable
readFrom
in interface Streamable
readFrom
in class Executing.Request
Exception
public void writeTo(DataOutput out) throws Exception
Streamable
writeTo
in interface Streamable
writeTo
in class Executing.Request
Exception
public String toString()
toString
in class Executing.Request
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.