xflow.server.controller
Class IBatisWork

java.lang.Object
  extended byxflow.server.controller.IBatisWork

public abstract class IBatisWork
extends java.lang.Object

User: kosta Date: Jun 21, 2004 Time: 9:55:27 PM


Field Summary
protected  java.lang.Object result
           
 
Constructor Summary
IBatisWork()
           
 
Method Summary
abstract  void execute(com.ibatis.sqlmap.client.SqlMapClient sqlMap)
           
 java.lang.Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected java.lang.Object result
Constructor Detail

IBatisWork

public IBatisWork()
Method Detail

getResult

public java.lang.Object getResult()

execute

public abstract void execute(com.ibatis.sqlmap.client.SqlMapClient sqlMap)
                      throws java.lang.Exception
Throws:
java.lang.Exception