public interface RemoteCommand
| Modifier and Type | Method and Description |
|---|---|
Serializable |
execute(Serializable[] args)
This method will execute the command on the local machine.
|
String |
getId()
Gives the id of the command
|
Serializable execute(Serializable[] args) throws Throwable
container - The container from which the services needed for the command
will be extractedargs - The parameters needed to execute the commandThrowable - in the event of problems.String getId()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.