okuyama.imdst.helper
クラス MasterManagerAcceptHelper

java.lang.Object
  上位を拡張 okuyama.base.job.AbstractHelper
      上位を拡張 okuyama.imdst.helper.AbstractMasterManagerHelper
          上位を拡張 okuyama.imdst.helper.MasterManagerAcceptHelper
すべての実装されたインタフェース:
java.lang.Runnable

public class MasterManagerAcceptHelper
extends AbstractMasterManagerHelper

MasterManagerの使用する接続ソケットを監視し、読み込み待ちのソケットを見つけ出し、
処理対象のキューに登録する.

作成者:
T.Okuyama

フィールドの概要
 
クラス okuyama.imdst.helper.AbstractMasterManagerHelper から継承されたフィールド
keyNodeConnectPool
 
クラス okuyama.base.job.AbstractHelper から継承されたフィールド
END, ERR, ERROR, helperConfigMap, RUN, status, SUCCESS, WAIT
 
コンストラクタの概要
MasterManagerAcceptHelper()
           
 
メソッドの概要
 boolean addCheckEndParamQueue(java.lang.String addQueueName, java.lang.Object[] clientMap)
          インナークラス呼び出し用.
 void endHelper()
          Helper後処理.
 java.lang.String executeHelper(java.lang.String optionParam)
          executeHelper.
 void initHelper(java.lang.String initValue)
          initHelper.
 
クラス okuyama.imdst.helper.AbstractMasterManagerHelper から継承されたメソッド
addKeyNodeCacheConnectionPool, checkConnectionEffective, execNodePing, execNodePing, execNodeUseEnd, executeKeyNodeOptimization, getActiveConnection, getConsistentHashMoveData, getNodeUseStatus, getNowConnectionPoolCount, getNowNodeDataOptimization, isExecuteKeyNodeOptimization, isNodeArrival, removeConsistentHashMoveData, removeNodeWaitStatus, setActiveConnection, setArriveNode, setConsistentHashMoveData, setDeadNode, setDeadNode, setNodeWaitStatus, setNowNodeDataOptimization, setRecoverNode, setRecoverSuccess
 
クラス okuyama.base.job.AbstractHelper から継承されたメソッド
addParameterQueue, addSmallSizeParameterQueue, addSpecificationParameterQueue, addSpecificationParameterQueue, getConfig, getHelperShareParam, getName, getParameterQueueSize, getParameters, getPropertiesValue, getReboot, getReturnParameter, getStatus, getThreadEnd, getUseCount, initialize, isJobFileChange, pollParameterQueue, pollSpecificationParameterQueue, reloadJobFileParameter, removeHelperShareParam, run, setConfig, setHelperShareParam, setName, setParameters, setReboot, setReturnParameter
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MasterManagerAcceptHelper

public MasterManagerAcceptHelper()
メソッドの詳細

initHelper

public void initHelper(java.lang.String initValue)
クラス AbstractHelper の記述:
initHelper.
ユーザHelper実装部分.

定義:
クラス AbstractHelper 内の initHelper

executeHelper

public java.lang.String executeHelper(java.lang.String optionParam)
                               throws BatchException
クラス AbstractHelper の記述:
executeHelper.
ユーザHelper実装部分.

定義:
クラス AbstractHelper 内の executeHelper
戻り値:
String 実行結果
例外:
BatchException

endHelper

public void endHelper()
Helper後処理.

定義:
クラス AbstractHelper 内の endHelper

addCheckEndParamQueue

public boolean addCheckEndParamQueue(java.lang.String addQueueName,
                                     java.lang.Object[] clientMap)
インナークラス呼び出し用.