public interface CommandService
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
execute(T command)
Executes given command remotely and synchronously and returns the similar object as executed, but changed on the remote
side.
|
<T extends Command> T execute(T command)
Copyright © 2016 JBoss by Red Hat. All rights reserved.