public interface Cube
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cube.State |
| Modifier and Type | Method and Description |
|---|---|
Binding |
bindings() |
void |
changeToPreRunning() |
Map<String,Object> |
configuration() |
void |
create() |
void |
destroy() |
String |
getId() |
void |
start() |
Cube.State |
state() |
void |
stop() |
Cube.State state()
String getId()
void create()
throws CubeControlException
CubeControlExceptionvoid start()
throws CubeControlException
CubeControlExceptionvoid stop() throws CubeControlException
CubeControlExceptionvoid destroy()
throws CubeControlException
CubeControlExceptionvoid changeToPreRunning()
Binding bindings()
Copyright © 2015 JBoss by Red Hat. All rights reserved.