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 |
---|
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(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 RequestCorrelator.MultiDestinationHeader()
public RequestCorrelator.MultiDestinationHeader(byte type, long id, boolean rsp_expected, short corr_id, Collection<Address> exclusion_list)
public void writeTo(DataOutputStream out) throws IOException
Streamable
writeTo
in interface Streamable
writeTo
in class RequestCorrelator.Header
IOException
public void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException
Streamable
readFrom
in interface Streamable
readFrom
in class RequestCorrelator.Header
IOException
IllegalAccessException
InstantiationException
public int size()
Header
size
in class RequestCorrelator.Header
public String toString()
toString
in class RequestCorrelator.Header
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.