public static final class RequestCorrelator.MultiDestinationHeader extends RequestCorrelator.Header
| Modifier and Type | Field and Description |
|---|---|
Collection<? extends Address> |
exclusion_list
Contains a list of members who should not receive the request (others will drop).
|
corrId, id, REQ, RSP, rsp_expected, type| Constructor and Description |
|---|
MultiDestinationHeader() |
MultiDestinationHeader(byte type,
long id,
boolean rsp_expected,
short corr_id,
Collection<Address> exclusion_list) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(DataInputStream in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
To be implemented by subclasses.
|
String |
toString() |
void |
writeTo(DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream.
|
public Collection<? extends Address> exclusion_list
public MultiDestinationHeader()
public MultiDestinationHeader(byte type,
long id,
boolean rsp_expected,
short corr_id,
Collection<Address> exclusion_list)
public void writeTo(DataOutputStream out) throws IOException
StreamablewriteTo in interface StreamablewriteTo in class RequestCorrelator.HeaderIOExceptionpublic void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException
StreamablereadFrom in interface StreamablereadFrom in class RequestCorrelator.HeaderIOExceptionIllegalAccessExceptionInstantiationExceptionpublic int size()
Headersize in class RequestCorrelator.Headerpublic String toString()
toString in class RequestCorrelator.HeaderCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.