public interface Daemon
| Modifier and Type | Method and Description |
|---|---|
void |
startContainer(java.lang.String containerType,
java.lang.String containerName,
short instanceNumber,
java.lang.String flags)
Start container.
|
void startContainer(java.lang.String containerType,
java.lang.String containerName,
short instanceNumber,
java.lang.String flags)
throws RemoteException
containerType - container type (e.g. cpp, java, python).containerName - name of the container to start.instanceNumber - instance number.flags - additiona flags (command line).RemoteException