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, EXC_RSP, id, REQ, RSP, rsp_expected, type| Constructor and Description |
|---|
RequestCorrelator.MultiDestinationHeader() |
RequestCorrelator.MultiDestinationHeader(byte type,
long id,
boolean rsp_expected,
short corr_id,
Collection<Address> exclusion_list) |
| 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
|
int |
size()
To be implemented by subclasses.
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public Collection<? extends Address> exclusion_list
public RequestCorrelator.MultiDestinationHeader()
public RequestCorrelator.MultiDestinationHeader(byte type,
long id,
boolean rsp_expected,
short corr_id,
Collection<Address> exclusion_list)
public void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class RequestCorrelator.HeaderExceptionpublic void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamablereadFrom in class RequestCorrelator.HeaderExceptionpublic int size()
Headersize in class RequestCorrelator.Headerpublic String toString()
toString in class RequestCorrelator.HeaderCopyright © 2012 JBoss by Red Hat. All Rights Reserved.