org.dyndns.nuda.mapper.reserver
クラス ReserverImpl

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.reserver.ReserverImpl
すべての実装されたインタフェース:
Reserver

public class ReserverImpl
extends java.lang.Object
implements Reserver


コンストラクタの概要
ReserverImpl()
           
 
メソッドの概要
 void commit()
           
 JDBCXMLInvocationHandler getContainer()
           
 void invoke()
           
 void release()
           
 void reserve()
           
 void rollback()
           
 void setContainer(JDBCXMLInvocationHandler container)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReserverImpl

public ReserverImpl()
メソッドの詳細

setContainer

public void setContainer(JDBCXMLInvocationHandler container)
定義:
インタフェース Reserver 内の setContainer

getContainer

public JDBCXMLInvocationHandler getContainer()
定義:
インタフェース Reserver 内の getContainer

invoke

public void invoke()
            throws java.sql.SQLException
定義:
インタフェース Reserver 内の invoke
例外:
java.sql.SQLException

reserve

public void reserve()
定義:
インタフェース Reserver 内の reserve

release

public void release()
定義:
インタフェース Reserver 内の release

commit

public void commit()
            throws java.sql.SQLException
定義:
インタフェース Reserver 内の commit
例外:
java.sql.SQLException

rollback

public void rollback()
              throws java.sql.SQLException
定義:
インタフェース Reserver 内の rollback
例外:
java.sql.SQLException