Uses of Interface
org.gcube.common.core.scope.GCUBEScopeManager

Packages that use GCUBEScopeManager
org.gcube.common.core.contexts   
org.gcube.common.core.scope   
org.gcube.common.core.utils.calls   
org.gcube.common.core.utils.handlers   
 

Uses of GCUBEScopeManager in org.gcube.common.core.contexts
 

Classes in org.gcube.common.core.contexts that implement GCUBEScopeManager
 class GCUBEServiceContext
          Partial implementation of contexts for gCube services.
 

Methods in org.gcube.common.core.contexts that return GCUBEScopeManager
 GCUBEScopeManager GCUBEServiceContext.getScopeManager()
          Returns the inner scope manager used by the context.
 

Methods in org.gcube.common.core.contexts with parameters of type GCUBEScopeManager
static
<PORTTYPE extends Remote>
PORTTYPE
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub, GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager)
          Returns a gCube proxy to a conventional stub of a remote port-type.
static
<PORTTYPE extends Remote>
PORTTYPE
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub, GCUBEScopeManager scopeManager, int callTimeout, GCUBESecurityManager... securityManager)
          Returns a gCube proxy to a conventional stub of a remote port-type.
 

Uses of GCUBEScopeManager in org.gcube.common.core.scope
 

Classes in org.gcube.common.core.scope that implement GCUBEScopeManager
 class GCUBEScopeManagerImpl
          Default implementation of GCUBEScopeManager.
 

Fields in org.gcube.common.core.scope declared as GCUBEScopeManager
static GCUBEScopeManager GCUBEScopeManager.DEFAULT
          Deprecated. as to 1.5.1, use ScopeProvider.instance instead.
 

Uses of GCUBEScopeManager in org.gcube.common.core.utils.calls
 

Methods in org.gcube.common.core.utils.calls that return GCUBEScopeManager
 GCUBEScopeManager RICall.RICallHandler.getScopeManager()
          Returns the scope manager of the handler.
 GCUBEScopeManager GCUBECall.getScopeManager()
          Returns the scope manager used for the call.
 GCUBEScopeManager WSCall.WSCallHandler.getScopeManager()
          Returns the scope manager of the handler.
 GCUBEScopeManager StagingCall.StagingHandler.getScopeManager()
          Returns the scope manager of the handler.
 

Methods in org.gcube.common.core.utils.calls with parameters of type GCUBEScopeManager
 void GCUBECall.setScopeManager(GCUBEScopeManager scopeManager)
          Sets the scope manager used for the call.
 

Constructors in org.gcube.common.core.utils.calls with parameters of type GCUBEScopeManager
GCUBECall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager)
          Creates an instance with a scope manager and a security manager.
RICall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager)
          Creates an instance with a scope manager and a security manager.
StagingCall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager)
          Creates an instance with a scope manager and a security manager.
WSCall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager)
          Creates an instance with a scope manager and a security manager.
 

Uses of GCUBEScopeManager in org.gcube.common.core.utils.handlers
 

Methods in org.gcube.common.core.utils.handlers that return GCUBEScopeManager
 GCUBEScopeManager GCUBEIHandler.getScopeManager()
          Returns the scope manager of the handler.
 GCUBEScopeManager GCUBEHandler.getScopeManager()
          Returns the scope manager of the handler.
 

Methods in org.gcube.common.core.utils.handlers with parameters of type GCUBEScopeManager
 void GCUBEIHandler.setScopeManager(GCUBEScopeManager manager)
          Sets a scope manager for the handler.
 void GCUBEHandler.setScopeManager(GCUBEScopeManager manager)
          Sets a scope manager for the handler.
 



Copyright © 2012. All Rights Reserved.