org.moremotion.datasrc
Class DataSourceTemplate

java.lang.Object
  extended by org.moremotion.datasrc.DataSourceTemplate
All Implemented Interfaces:
DataService

public class DataSourceTemplate
extends java.lang.Object
implements DataService


Constructor Summary
DataSourceTemplate()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceTemplate

public DataSourceTemplate()
Method Detail

doService

public void doService(ADOM adom,
                      DataServiceContext dsc)
               throws ServiceException
Description copied from interface: DataService
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.

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


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