public class DoNothingResponse extends Object implements CommandResponse
| Constructor and Description |
|---|
DoNothingResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(CommandRequest cmdReq)
Executes the response.
|
String |
toString() |
public boolean execute(CommandRequest cmdReq) throws Exception
CommandResponseexecute in interface CommandResponsecmdReq - Object encapsulating the request information.ExceptionCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.