org.tonjac.mini
Class DataService

java.lang.Object
  extended byorg.tonjac.mini.DataService
Direct Known Subclasses:
DefaultErrorData

public abstract class DataService
extends java.lang.Object

Author:
ymom TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
DataService()
           
 
Method Summary
abstract  DataServiceReply execute(Session session, java.util.Properties args)
          Called by Mini when a data service should be executed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataService

public DataService()
Method Detail

execute

public abstract DataServiceReply execute(Session session,
                                         java.util.Properties args)
                                  throws java.lang.Exception
Called by Mini when a data service should be executed

Parameters:
session - Session
args - CGI-parameters
Returns:
Data reply
Throws:
java.lang.Exception