|
eXo Kernel :: Component :: Common Service 2.4.3-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteCommand
This class represents the command that can be executed on a remote server. A RemoteCommand needs to be ThreadSafe since it can be re-used by several threads in parallel.
| Method Summary | |
|---|---|
Serializable |
execute(Serializable[] args)
This method will execute the command on the local machine. |
String |
getId()
Gives the id of the command |
| Method Detail |
|---|
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 command
Throwable - in the event of problems.String getId()
|
eXo Kernel :: Component :: Common Service 2.4.3-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||