| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.scope | |
| org.gcube.common.core.utils.calls | |
| org.gcube.common.core.utils.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
GCUBEServiceContext
Partial implementation of contexts for gCube services.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEScopeManager |
GCUBEServiceContext.getScopeManager()
Deprecated.
as to 1.6.0 use
ScopeProvider.instance instead |
| Modifier and Type | Method and Description |
|---|---|
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 redirects to
GCUBERemotePortTypeContext.getProxy(Remote) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScopeManager scopeManager,
int callTimeout,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 redirects to
#getProxy(Remote, int) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
| Modifier and Type | Class and Description |
|---|---|
class |
GCUBEScopeManagerImpl
Deprecated.
As to 1.6.0, use
ScopeProvider.instance instead |
| Modifier and Type | Field and Description |
|---|---|
static GCUBEScopeManager |
GCUBEScopeManager.DEFAULT
Deprecated.
as to 1.6.0, use
ScopeProvider.instance instead to manage the current scope. |
| Modifier and Type | Method and Description |
|---|---|
GCUBEScopeManager |
GCUBECall.getScopeManager()
Returns the scope manager used for the call.
|
GCUBEScopeManager |
RICall.RICallHandler.getScopeManager()
Returns the scope manager of the handler.
|
GCUBEScopeManager |
StagingCall.StagingHandler.getScopeManager()
Returns the scope manager of the handler.
|
GCUBEScopeManager |
WSCall.WSCallHandler.getScopeManager()
Returns the scope manager of the handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBECall.setScopeManager(GCUBEScopeManager scopeManager)
Sets the scope manager used for the call.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEScopeManager |
GCUBEIHandler.getScopeManager()
Returns the scope manager of the handler.
|
GCUBEScopeManager |
GCUBEHandler.getScopeManager()
Returns the scope manager of the handler.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.