|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.vremanagement.ghnmanager.impl.platforms.PlatformCall
public class PlatformCall
An abstraction over a VirtualPlatform
invocation
Constructor Summary | |
---|---|
PlatformCall(org.gcube.vremanagement.virtualplatform.image.VirtualPlatform platform)
Creates a new abstract call for the target platform |
Method Summary | |
---|---|
PlatformApplication |
activate(GCUBERunningInstance instance)
Activates an instance |
void |
activateAllInstances()
|
PlatformApplication |
deactivate(GCUBERunningInstance instance)
Deactivates a running instance |
void |
deactivateAllInstances()
|
void |
initialize()
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformCall(org.gcube.vremanagement.virtualplatform.image.VirtualPlatform platform)
platform
- the platform to invoke in the objet's methodsMethod Detail |
---|
public void initialize() throws java.lang.Exception
java.lang.Exception
public void shutdown() throws java.lang.Exception
java.lang.Exception
public void deactivateAllInstances()
public void activateAllInstances()
public PlatformApplication activate(GCUBERunningInstance instance) throws java.lang.Exception
instance
- the instance to activate
java.lang.Exception
public PlatformApplication deactivate(GCUBERunningInstance instance) throws java.lang.Exception
instance
- the instance to deactivate
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |