public class Rsp<T> extends Object
Constructor and Description |
---|
Rsp(Address sender) |
Rsp(Address sender,
boolean suspected) |
Rsp(Address sender,
T retval) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Address |
getSender() |
T |
getValue() |
int |
hashCode() |
void |
setReceived(boolean received) |
boolean |
setSuspected(boolean suspected) |
void |
setValue(T val) |
String |
toString() |
boolean |
wasReceived() |
boolean |
wasSuspected() |
public T getValue()
public void setValue(T val)
public Address getSender()
public boolean wasReceived()
public void setReceived(boolean received)
public boolean wasSuspected()
public boolean setSuspected(boolean suspected)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.