Class WhnManagerImpl
- java.lang.Object
-
- org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl
-
- All Implemented Interfaces:
org.gcube.resourcemanagement.whnmanager.api.WhnManager
public class WhnManagerImpl extends Object implements org.gcube.resourcemanagement.whnmanager.api.WhnManager
-
-
Constructor Summary
Constructors Constructor Description WhnManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddToContext(String context)Add a scope to the ghn profile and publish it on ISbooleanremoveFromContext(String context)Remove a scope from ghn profile and publish the new profile on IS
-
-
-
Method Detail
-
addToContext
public boolean addToContext(String context) throws org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException
Add a scope to the ghn profile and publish it on IS- Specified by:
addToContextin interfaceorg.gcube.resourcemanagement.whnmanager.api.WhnManager- Throws:
org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException
-
removeFromContext
public boolean removeFromContext(String context) throws org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException
Remove a scope from ghn profile and publish the new profile on IS- Specified by:
removeFromContextin interfaceorg.gcube.resourcemanagement.whnmanager.api.WhnManager- Throws:
org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException
-
-