uk.org.ogsadai.examples.demoTransientFactory
Interface ChildDataServiceResourceComponentProvider

All Known Implementing Classes:
DemoTransientFactoryDataResourceAccessor

public interface ChildDataServiceResourceComponentProvider

Interface provding access to various components required to create a transient child data service resource.

Author:
OGSA-DAI team

Method Summary
 ActivitiesConfig getChildActivitiesConfig()
          Gets the activity configuration associated with the child data service resource.
 SessionComponentFactory getChildSessionComponentFactory()
          Gets the session component factory that can create the neccessary session components for use with the child data service resource.
 

Method Detail

getChildActivitiesConfig

public ActivitiesConfig getChildActivitiesConfig()
Gets the activity configuration associated with the child data service resource.

Returns:
configuration details of which activities can be executed on the child data service resource.

getChildSessionComponentFactory

public SessionComponentFactory getChildSessionComponentFactory()
Gets the session component factory that can create the neccessary session components for use with the child data service resource.

Returns:
session component factory for use with child data service resource.