|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.porttypes.GCUBEPortType
org.gcube.common.vremanagement.deployer.impl.Deployer
public class Deployer
Implementation of the Deployer Port-type
| Nested Class Summary | |
|---|---|
protected class |
Deployer.DeployerScheduler
|
| Field Summary | |
|---|---|
protected org.gcube.common.core.utils.logging.GCUBELog |
logger
object logger |
static String |
SINGLETON_RESOURCE_KEY
the name of the singleton resource |
| Fields inherited from class org.gcube.common.core.porttypes.GCUBEPortType |
|---|
initialized |
| Constructor Summary | |
|---|---|
Deployer()
|
|
| Method Summary | |
|---|---|
void |
deploy(org.gcube.common.vremanagement.deployer.stubs.deployer.DeployParameters params)
Deploys new packages on the GHN |
protected org.gcube.common.core.contexts.GCUBEServiceContext |
getServiceContext()
|
void |
patch(org.gcube.common.vremanagement.deployer.stubs.deployer.PatchParameters params)
Patches a single file on the GHN |
void |
undeploy(org.gcube.common.vremanagement.deployer.stubs.deployer.UndeployParameters params)
Undeploys packages from the GHN |
void |
update(org.gcube.common.vremanagement.deployer.stubs.deployer.UpdateParameters params)
Updates packages on the GHN |
| Methods inherited from class org.gcube.common.core.porttypes.GCUBEPortType |
|---|
destroy, init, onFailure, onInitialisation, onReady, onStateChange, onUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SINGLETON_RESOURCE_KEY
protected final org.gcube.common.core.utils.logging.GCUBELog logger
| Constructor Detail |
|---|
public Deployer()
| Method Detail |
|---|
protected org.gcube.common.core.contexts.GCUBEServiceContext getServiceContext()
getServiceContext in class org.gcube.common.core.porttypes.GCUBEPortType
public void deploy(org.gcube.common.vremanagement.deployer.stubs.deployer.DeployParameters params)
throws org.gcube.common.core.faults.GCUBEFault
params - a DeployParameters instance
org.gcube.common.core.faults.GCUBEFault - if something fails in the input parameters or in the deployment operation
public void undeploy(org.gcube.common.vremanagement.deployer.stubs.deployer.UndeployParameters params)
throws org.gcube.common.core.faults.GCUBEFault
params - a UndeployParameters instance
org.gcube.common.core.faults.GCUBEFault
public void update(org.gcube.common.vremanagement.deployer.stubs.deployer.UpdateParameters params)
throws org.gcube.common.core.faults.GCUBEFault
params - a UpdateParameters instance
org.gcube.common.core.faults.GCUBEFault - if the operation fails
public void patch(org.gcube.common.vremanagement.deployer.stubs.deployer.PatchParameters params)
throws org.gcube.common.core.faults.GCUBEFault
params - a PatchParameters instance
org.gcube.common.core.faults.GCUBEFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||