org.moremotion.datasrc
Interface DataService

All Known Implementing Classes:
SystemResourcesDataService

public interface DataService

Interface for MoreMotion Data Services

Version:
$Id: DataService.java 51 2008-03-10 11:46:54Z erkan $

Method Summary
 void doService(ADOM adom, DataServiceContext dsc)
          This method is called by the MoreMotion when the page to be displayed next has a reference to the datasource that this class is associated.
 

Method Detail

doService

void doService(ADOM adom,
               DataServiceContext dsc)
               throws ServiceException
This method is called by the MoreMotion when the page to be displayed next has a reference to the datasource that this class is associated.

Parameters:
adom - the ADOM to be prepared
dsc - DataService Context
Throws:
ServiceException - If something goes wrong with the data source.


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.