public class TransferMonitoringContext extends Object
Constructor and Description |
---|
TransferMonitoringContext(String description) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the monitoring context since no more transfers are expected.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isClosed() |
void |
setDescription(String description)
Update the description, such as when we have received more information like the name of the sender.
|
String |
toString() |
public TransferMonitoringContext(String description)
public void setDescription(String description)
Update the description, such as when we have received more information like the name of the sender.
description
- new descriptionpublic void close()
Close the monitoring context since no more transfers are expected.
public boolean isClosed()