jp.mosp.common.action
クラス ExcludeAction

java.lang.Object
  上位を拡張 jp.mosp.common.common.DBConnBean
      上位を拡張 jp.mosp.common.common.BaseAction
          上位を拡張 jp.mosp.common.action.ExcludeAction
すべての実装されたインタフェース:
ActionInterface

public class ExcludeAction
extends BaseAction

排他処理機能を提供する。

現在は、このActionが実行されると、セッションを無効にし エラーページへ飛ばす。


フィールドの概要
 
クラス jp.mosp.common.common.BaseAction から継承されたフィールド
aspUser, cfg, cmd, ctl, ctx, key, key1, key2, msg, multipartFieldList, nam, request, response, session, user
 
クラス jp.mosp.common.common.DBConnBean から継承されたフィールド
conn
 
コンストラクタの概要
ExcludeAction()
          コンストラクタ。
 
メソッドの概要
 void action()
          アクション。
 
クラス jp.mosp.common.common.BaseAction から継承されたメソッド
addErrMessage, addList, afterAction, authorize, chkCodeExist, chkCodeExist, chkDuplicate, chkExclusive, chkExist, chkInsert, chkInstance, chkUpdate, doAction, getCodeArray, getConnection, getCsvData, getCsvData, getCsvData, getCsvData, getIndexCommand, getNextCmd, getSpecificVo, getStoredVo, getUrl, getVo, hasMospExpressJar, hasMospLegalJar, hasMospSeJar, init, initStoredData, prepareVo, prepareVo, putMap, removeStoredVo, setApplication, setAspUser, setCfg, setCheckAuth, setCheckProcSeq, setCmd, setCtl, setMessage, setMsg, setNeedAspUser, setNeedHeader, setNeedProcSeq, setNeedSession, setNeedUser, setNextCmd, setUrl, setUser, setVo, storeVo
 
クラス jp.mosp.common.common.DBConnBean から継承されたメソッド
commit, getConnection, getConnection, releaseConnection, rollback
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExcludeAction

public ExcludeAction()
コンストラクタ。
各種確認不要を設定する。

メソッドの詳細

action

public void action()
            throws Exception
アクション。
セッションを無効にし、遷移先をエラーページに設定する。

例外:
Exception