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
StreamablereadFrom in interface StreamablereadFrom in class Executing.RequestExceptionpublic void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class Executing.RequestExceptionpublic String toString()
toString in class Executing.RequestCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.