ICommandResponse

Undocumented in source.

Members

Functions

attachCommand
void attachCommand(ICommand cmd)
Undocumented in source.
isCommandAttatched
bool isCommandAttatched()
Undocumented in source.
notifyCommandResponse
void notifyCommandResponse()
Undocumented in source.
txStatus
TxStatus txStatus()
Undocumented in source.

Inherited Members

From IAsyncResult

cause
Throwable cause()

A Throwable describing failure. This will be null if the operation succeeded.

succeeded
bool succeeded()

Did it succeed?

failed
bool failed()

Did it fail?

Meta