Uses of Class
uk.org.ogsadai.engine.ConcurrencySettings

Packages that use ConcurrencySettings
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
uk.org.ogsadai.service.resource This package provides classes and interfaces relating to data service resources. 
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. 
 

Uses of ConcurrencySettings in uk.org.ogsadai.engine
 

Fields in uk.org.ogsadai.engine declared as ConcurrencySettings
private  ConcurrencySettings EngineConfigurationImpl.mConcurrencySettings
          Engine concurrency settings
 

Constructors in uk.org.ogsadai.engine with parameters of type ConcurrencySettings
EngineConfigurationImpl(SessionCoordinator sessionCoordinator, ConcurrencySettings concurrencySettings)
          Creates a new EngineConfiguration object using the specified SessionCoordinator and concurrency settings.
 

Uses of ConcurrencySettings in uk.org.ogsadai.service.resource
 

Constructors in uk.org.ogsadai.service.resource with parameters of type ConcurrencySettings
DataServiceResource(java.lang.Object id, ActivitiesConfig activitiesConfig, DataResourceAccessor dataResourceAccessor, SessionComponentFactory sessionComponentFactory, ConcurrencySettings concurrencySettings, AccessAuthorizer accessAuthorizer)
          Create a new data service resource.
 

Uses of ConcurrencySettings in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Fields in uk.org.ogsadai.service.wsrf.dataservice.impl declared as ConcurrencySettings
private  ConcurrencySettings DataServiceImpl.mConcurrencySettings
          Concurrency settings for resources
 

Uses of ConcurrencySettings in uk.org.ogsadai.service.wsrf.resource
 

Methods in uk.org.ogsadai.service.wsrf.resource with parameters of type ConcurrencySettings
 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 ConcurrencySettings
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.