public class OperationInProgressMessage extends Object
| Constructor and Description |
|---|
OperationInProgressMessage()
Construct a message with no operation.
|
OperationInProgressMessage(String operation)
Construct a message with the provided operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOperation()
Get the operation.
|
int |
hashCode() |
String |
toString() |
public OperationInProgressMessage()
public OperationInProgressMessage(String operation)
operation - an identifier representing the operationpublic String getOperation()