public class CommandServiceOnClient extends Object implements CommandService
| Constructor and Description |
|---|
CommandServiceOnClient() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
execute(T operation)
Executes given command remotely and synchronously and returns the similar object as executed, but changed on the remote
side.
|
public <T extends Command> T execute(T operation)
CommandServiceexecute in interface CommandServiceCopyright © 2019 JBoss by Red Hat. All rights reserved.