org.jgroups.blocks
public static final class RequestCorrelator.MultiDestinationHeader extends RequestCorrelator.Header
Modifier and Type | Field and Description |
---|---|
java.util.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,
java.util.Collection<Address> exclusion_list) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(java.io.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.
|
java.lang.String |
toString() |
void |
writeTo(java.io.DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream.
|
public java.util.Collection<? extends Address> exclusion_list
public RequestCorrelator.MultiDestinationHeader()
public RequestCorrelator.MultiDestinationHeader(byte type, long id, boolean rsp_expected, short corr_id, java.util.Collection<Address> exclusion_list)
public void writeTo(java.io.DataOutputStream out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
writeTo
in class RequestCorrelator.Header
java.io.IOException
public void readFrom(java.io.DataInputStream in) throws java.io.IOException, java.lang.IllegalAccessException, java.lang.InstantiationException
Streamable
readFrom
in interface Streamable
readFrom
in class RequestCorrelator.Header
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException
public int size()
Header
size
in class RequestCorrelator.Header
public java.lang.String toString()
toString
in class RequestCorrelator.Header
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.