public class ClientCubeController extends Object implements CubeController
| Constructor and Description |
|---|
ClientCubeController() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CubeID cubeId) |
void |
create(String cubeId) |
void |
destroy(CubeID cubeId) |
void |
destroy(String cubeId) |
void |
start(CubeID cubeId) |
void |
start(String cubeId) |
void |
stop(CubeID cubeId) |
void |
stop(String cubeId) |
public void create(CubeID cubeId)
create in interface CubeControllerpublic void start(CubeID cubeId)
start in interface CubeControllerpublic void stop(CubeID cubeId)
stop in interface CubeControllerpublic void destroy(CubeID cubeId)
destroy in interface CubeControllerpublic void create(String cubeId)
create in interface CubeControllerpublic void start(String cubeId)
start in interface CubeControllerpublic void stop(String cubeId)
stop in interface CubeControllerpublic void destroy(String cubeId)
destroy in interface CubeControllerCopyright © 2015 JBoss by Red Hat. All rights reserved.