public interface Provisions
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
createProvisionEvent(int environmentId,
int instanceId,
boolean abortOnFailure) |
net.sf.json.JSONObject |
getProvisions() |
net.sf.json.JSONObject |
getProvisions(int id) |
boolean |
monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor) |
net.sf.json.JSONObject createProvisionEvent(int environmentId,
int instanceId,
boolean abortOnFailure)
throws IOException
IOExceptionnet.sf.json.JSONObject getProvisions()
throws IOException
IOExceptionnet.sf.json.JSONObject getProvisions(int id)
throws IOException
IOExceptionboolean monitorEvent(net.sf.json.JSONObject event,
EventMonitor monitor)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.