public interface CubeController
| 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) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.