Uses of Class
org.gcube.common.core.contexts.GCUBEServiceContext

Packages that use GCUBEServiceContext
org.gcube.common.core.contexts   
org.gcube.common.core.contexts.ghn   
org.gcube.common.core.contexts.service   
org.gcube.common.core.instrumentation   
org.gcube.common.core.persistence   
org.gcube.common.core.plugins   
org.gcube.common.core.porttypes   
org.gcube.common.core.security   
org.gcube.common.core.security.impl   
org.gcube.common.core.state   
org.gcube.common.core.utils.calls   
 

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

Fields in org.gcube.common.core.contexts with type parameters of type GCUBEServiceContext
protected  GCUBEProducer<GCUBEServiceContext.RILifetimeTopic,GCUBEServiceContext> GCUBEServiceContext.LTEventProducer
          Embedded GCUBEProducer for RI lifetime events.
 

Methods in org.gcube.common.core.contexts that return GCUBEServiceContext
abstract  GCUBEServiceContext GCUBEPortTypeContext.getServiceContext()
          Returns the name of the service of the port-type.
 GCUBEServiceContext GHNContext.getServiceContext(String serviceClass, String serviceName)
          Returns the context of a registered service from its class and name.
 

Methods in org.gcube.common.core.contexts that return types with arguments of type GCUBEServiceContext
 Set<GCUBEServiceContext> GHNContext.getServiceContexts()
          Returns all the registered service contexts (no matter about which status they have)
 

Methods in org.gcube.common.core.contexts with parameters of type GCUBEServiceContext
 void GHNContext.delegateCredentials(GCUBEServiceContext context, GSSCredential credentials)
          Delegates credentials to a service.
static
<PORTTYPE extends Remote>
PORTTYPE
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub, GCUBEServiceContext context)
          Returns a gCube proxy to a conventional stub of a remote port-type.
static
<PORTTYPE extends Remote>
PORTTYPE
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub, GCUBEServiceContext context, int callTimeout)
          Returns a gCube proxy to a conventional stub of a remote port-type.
 void GCUBEServiceContext.initialise(GCUBEServiceContext ctxt)
          Initialise the manager with the context of the associated service.
 void GHNContext.registerService(GCUBEServiceContext context)
          Registers a service context in the current node.
 

Uses of GCUBEServiceContext in org.gcube.common.core.contexts.ghn
 

Methods in org.gcube.common.core.contexts.ghn that return GCUBEServiceContext
 GCUBEServiceContext Events.CredentialPayload.getServiceContext()
           
abstract  GCUBEServiceContext CredentialConsumer.getServiceContext()
          Returns the context of the service on behalf of which the consumer is requesting credential delegation.
 

Constructors in org.gcube.common.core.contexts.ghn with parameters of type GCUBEServiceContext
Events.CredentialPayload(GCUBEServiceContext context, GSSCredential credentials)
           
Events.CredentialRequestEvent(GCUBEServiceContext context)
           
Events.GHNRIRegistrationEvent(GCUBEServiceContext context)
           
 

Uses of GCUBEServiceContext in org.gcube.common.core.contexts.service
 

Methods in org.gcube.common.core.contexts.service with type parameters of type GCUBEServiceContext
<T1 extends GCUBEServiceContext.RILifetimeTopic,P1 extends GCUBEServiceContext>
void
Consumer.onEvent(GCUBEEvent<T1,P1>... events)
          Receives RI lifetime events and dispatches them to topic-specific callbacks.
 

Constructors in org.gcube.common.core.contexts.service with parameters of type GCUBEServiceContext
Builder(GCUBEServiceContext context)
           
 

Uses of GCUBEServiceContext in org.gcube.common.core.instrumentation
 

Constructors in org.gcube.common.core.instrumentation with parameters of type GCUBEServiceContext
RI(GCUBEServiceContext ctxt)
           
 

Uses of GCUBEServiceContext in org.gcube.common.core.persistence
 

Fields in org.gcube.common.core.persistence declared as GCUBEServiceContext
protected  GCUBEServiceContext GCUBERIPersistenceManager.ctxt
          The context of the service.
 

Constructors in org.gcube.common.core.persistence with parameters of type GCUBEServiceContext
GCUBERIFilePersistenceManager(GCUBEServiceContext ctxt, GCUBERIPersistenceManagerProfile profile)
          Creates a new instance for a given service and from a given configuration profile.
GCUBERINoPersistenceManager(GCUBEServiceContext ctxt, GCUBERIPersistenceManagerProfile profile)
          Creates a new instance for a given service and from a given configuration profile.
GCUBERIPersistenceManager(GCUBEServiceContext ctxt, GCUBERIPersistenceManagerProfile profile)
          Creates a new instance for a given service and from a given configuration profile.
 

Uses of GCUBEServiceContext in org.gcube.common.core.plugins
 

Fields in org.gcube.common.core.plugins declared as GCUBEServiceContext
protected  GCUBEServiceContext GCUBEPluginManager.context
          The context of the associated service.
 

Methods in org.gcube.common.core.plugins with parameters of type GCUBEServiceContext
 void GCUBEPluginManager.initialise(GCUBEServiceContext context, GCUBEPluginManagerProfile managerProfile)
          Initialises the manager with the context of the associated service.
 

Uses of GCUBEServiceContext in org.gcube.common.core.porttypes
 

Methods in org.gcube.common.core.porttypes that return GCUBEServiceContext
protected abstract  GCUBEServiceContext GCUBEPortType.getServiceContext()
          Returns the service context.
 

Uses of GCUBEServiceContext in org.gcube.common.core.security
 

Methods in org.gcube.common.core.security with parameters of type GCUBEServiceContext
 void GCUBESecurityController.init(GCUBEServiceContext serviceContext)
          Inits the controller
 void GCUBEServiceSecurityManager.initialise(GCUBEServiceContext ctxt)
          Initialise the manager with the context of the associated service.
 void GCUBEServiceSecurityController.initialise(GCUBEServiceContext ctxt, GCUBEServiceSecurityManager securityManager)
          Initialise the manager with the context of the associated service.
 

Uses of GCUBEServiceContext in org.gcube.common.core.security.impl
 

Methods in org.gcube.common.core.security.impl with parameters of type GCUBEServiceContext
 void GCUBESimpleServiceSecurityManager.initialise(GCUBEServiceContext ctxt)
           
 void GCUBESimpleServiceAuthController.initialise(GCUBEServiceContext ctxt, GCUBEServiceSecurityManager securityConfigurationManager)
           
 void GCUBEAuthzChainAuthorizationController.initialise(GCUBEServiceContext ctxt, GCUBEServiceSecurityManager securityManager)
           
 

Uses of GCUBEServiceContext in org.gcube.common.core.state
 

Fields in org.gcube.common.core.state declared as GCUBEServiceContext
protected  GCUBEServiceContext GCUBELocalResource.context
          The context of the service in which the resource is used.
 

Methods in org.gcube.common.core.state that return GCUBEServiceContext
 GCUBEServiceContext GCUBELocalResource.getServiceContext()
          Returns the context of the service associated with the resource.
 GCUBEServiceContext GCUBEWSHome.getServiceContext()
          Returns the associated GCUBEServiceContext.
 GCUBEServiceContext GCUBEWSResource.getServiceContext()
          Returns the context of the service associated with the resource.
abstract  GCUBEServiceContext GCUBEStatefulResource.getServiceContext()
          Returns the context of the service associated with the resource.
abstract  GCUBEServiceContext GCUBEResourceHome.getServiceContext()
          Returns the associated GCUBEServiceContext.
 

Methods in org.gcube.common.core.state with parameters of type GCUBEServiceContext
 void GCUBELocalResource.setServiceContext(GCUBEServiceContext context)
          Sets the service context associated with the local resource.
 

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

Constructors in org.gcube.common.core.utils.calls with parameters of type GCUBEServiceContext
GCUBECall(GCUBEServiceContext ctxt)
          Creates an instance with a service context.
RICall(GCUBEServiceContext ctxt)
          Creates an instance with a service context.
StagingCall(GCUBEServiceContext ctxt)
          Creates an instance with a service context.
WSCall(GCUBEServiceContext ctxt)
          Creates an instance with a service context.
 



Copyright © 2012. All Rights Reserved.