|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionComponentFactory | |
uk.org.ogsadai.examples.demoTransientFactory | Example code for the demo transient factory tutorial. |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
uk.org.ogsadai.service.resource.config | Classes to do with Data Service Resource configuration. |
uk.org.ogsadai.service.resource.factory | Provides functionality to dynamically create new data service resources from activities. |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
uk.org.ogsadai.service.wsrf.resource | This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
Uses of SessionComponentFactory in uk.org.ogsadai.examples.demoTransientFactory |
Fields in uk.org.ogsadai.examples.demoTransientFactory declared as SessionComponentFactory | |
(package private) SessionComponentFactory |
DemoTransientFactoryDataResourceAccessor.mSessionComponentFactory
Child session component factory |
Methods in uk.org.ogsadai.examples.demoTransientFactory that return SessionComponentFactory | |
SessionComponentFactory |
ChildDataServiceResourceComponentProvider.getChildSessionComponentFactory()
Gets the session component factory that can create the neccessary session components for use with the child data service resource. |
SessionComponentFactory |
DemoTransientFactoryDataResourceAccessor.getChildSessionComponentFactory()
|
Uses of SessionComponentFactory in uk.org.ogsadai.service.resource |
Constructors in uk.org.ogsadai.service.resource with parameters of type SessionComponentFactory | |
DataServiceResource(java.lang.Object id,
ActivitiesConfig activitiesConfig,
DataResourceAccessor dataResourceAccessor,
SessionComponentFactory sessionComponentFactory,
ConcurrencySettings concurrencySettings,
AccessAuthorizer accessAuthorizer)
Create a new data service resource. |
Uses of SessionComponentFactory in uk.org.ogsadai.service.resource.config |
Methods in uk.org.ogsadai.service.resource.config that return SessionComponentFactory | |
SessionComponentFactory |
FileBasedDSRComponentFactory.getSessionComponentFactory()
Gets the sessions component factory that can be used to create the session componets to be used with the data service resource. |
SessionComponentFactory |
DSRComponentFactory.getSessionComponentFactory()
Gets the sessions component factory that can be used to create the session componets to be used with the data service resource. |
Uses of SessionComponentFactory in uk.org.ogsadai.service.resource.factory |
Methods in uk.org.ogsadai.service.resource.factory with parameters of type SessionComponentFactory | |
java.lang.String |
DataServiceResourceFactory.createResource(java.lang.String namePrefix,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory)
Cteates a data service resource using the given details. |
Uses of SessionComponentFactory in uk.org.ogsadai.service.wsrf.dataservice.impl |
Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type SessionComponentFactory | |
protected org.globus.wsrf.ResourceKey |
DataServiceImpl.createResourceFromComponents(java.lang.Object id,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory)
Creates a data service resource that is made up of the given components. |
java.lang.String |
DataServiceImpl.createResource(java.lang.String namePrefix,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory)
|
Uses of SessionComponentFactory in uk.org.ogsadai.service.wsrf.resource |
Methods in uk.org.ogsadai.service.wsrf.resource with parameters of type SessionComponentFactory | |
org.globus.wsrf.ResourceKey |
DataServiceResourceWrapperHome.create(java.lang.Object id,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory,
SecurityContextProvider securityContextProvider,
ConcurrencySettings concurrency,
AccessAuthorizer authority)
Create a new DataServiceResource , wrapped in a
DataServiceResourceWrapper , add it
to the "home" and return its org.globus.wsrf.ResourceKey . |
Constructors in uk.org.ogsadai.service.wsrf.resource with parameters of type SessionComponentFactory | |
DataServiceResourceWrapper(java.lang.Object id,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory,
SecurityContextProvider securityContextProvider,
ConcurrencySettings concurrency,
AccessAuthorizer authority)
Create a new data service resource wrapped within this wrapper. |
Uses of SessionComponentFactory in uk.org.ogsadai.sessions |
Classes in uk.org.ogsadai.sessions that implement SessionComponentFactory | |
class |
SessionConfigurationLoader
This class loads an XML session configuration file conforming to the session_config.xsd schema. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |