|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEPortType
org.gcube.common.vremanagement.ghnmanager.impl.GHNManager
public class GHNManager
GHNManager port-type service implementation
Constructor Summary | |
---|---|
GHNManager()
|
Method Summary | |
---|---|
boolean |
activateRI(RIData ri)
Activates an instance hosted on the local node |
boolean |
addRIToScope(ScopeRIParams params)
Adds a new scope to a local RI |
boolean |
addScope(AddScopeInputParams params)
Joins the GHN to a new GCUBEScope |
boolean |
deactivateRI(RIData ri)
Deactivates an instance hosted on the local node |
boolean |
removeRIFromScope(ScopeRIParams params)
Adds a new scope to a local RI |
boolean |
removeScope(java.lang.String scope)
Unbinds the gHN from a GCUBEScope |
void |
shutdown(ShutdownOptions options)
Shuts down the local GHN |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GHNManager()
Method Detail |
---|
public boolean addScope(AddScopeInputParams params) throws GCUBEUnrecoverableFault
GCUBEScope
params
- WSDL defined parameters
GCUBEUnrecoverableFault
- if it cannot add the scopepublic boolean removeScope(java.lang.String scope) throws GCUBEUnrecoverableFault
GCUBEScope
params
- WSDL defined parameters
GCUBEUnrecoverableFault
public boolean addRIToScope(ScopeRIParams params) throws GCUBEUnrecoverableFault, GCUBEFault
params
- WSDL defined parameters
GCUBEUnrecoverableFault,
- GCUBEFault
GCUBEUnrecoverableFault
GCUBEFault
public boolean activateRI(RIData ri) throws GCUBEUnrecoverableFault, GCUBEFault
ri
- name and class of the instance
GCUBEUnrecoverableFault
GCUBEFault
public boolean deactivateRI(RIData ri) throws GCUBEUnrecoverableFault, GCUBEFault
ri
- name and class of the instance
GCUBEUnrecoverableFault
GCUBEFault
public boolean removeRIFromScope(ScopeRIParams params) throws GCUBEUnrecoverableFault, GCUBEFault
params
- WSDL defined parameters
GCUBEUnrecoverableFault,
- GCUBEFault
GCUBEUnrecoverableFault
GCUBEFault
public void shutdown(ShutdownOptions options) throws GCUBEUnrecoverableFault
options
- true
if the container must be restarted after the shutdown
GCUBEUnrecoverableFault
- if the operation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |