クラス StorageSpaceCleaner
java.lang.Object
org.iplass.mtp.tools.batch.MtpCuiBase
org.iplass.mtp.tools.batch.storagespace.StorageSpaceCleaner
StorageSpaceクリーンアップバッチ
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.tools.batch.MtpCuiBase
MtpCuiBase.LogListener -
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.tools.batch.MtpCuiBase
SILENT_MODE -
コンストラクタの概要
コンストラクタコンストラクタ説明StorageSpaceCleaner(String... args) コンストラクタ args[0]・・・execMode["Wizard" or "Silent"] args[1]・・・tenantId args[2]・・・entityName args[3]・・・storageSpaceName -
メソッドの概要
修飾子とタイプメソッド説明booleanexecute()モードに合わせて実行します。protected org.slf4j.Loggerstatic voidメイン処理voidsetEntityName(String entityName) Entity名を設定します。voidsetExecMode(ExecMode execMode) 実行モードを設定します。voidsetStorageSpaceName(String storageSpaceName) StorageSpace名を設定します。voidsetTenantId(int tenantId) テナントIDを設定します。クラスから継承されたメソッド org.iplass.mtp.tools.batch.MtpCuiBase
addLogListner, clearLog, executeTask, executeTask, getAllTenantInfoList, getConfigSetting, getLanguage, getLogMessage, getValidTenantInfoList, isSuccess, logDebug, logEnvironment, logError, logError, logInfo, logInfo, logWarn, logWarn, readConsole, readConsoleBoolean, readConsoleInteger, readConsolePassword, removeLogListner, rs, setSuccess, showAllTenantList, showValidTenantList, switchLog
-
コンストラクタの詳細
-
StorageSpaceCleaner
コンストラクタ args[0]・・・execMode["Wizard" or "Silent"] args[1]・・・tenantId args[2]・・・entityName args[3]・・・storageSpaceName
-
-
メソッドの詳細
-
main
メイン処理- パラメータ:
args- 引数
-
setExecMode
実行モードを設定します。- パラメータ:
execMode- 実行モード
-
setTenantId
public void setTenantId(int tenantId) テナントIDを設定します。- パラメータ:
tenantId- テナントID
-
setEntityName
Entity名を設定します。- パラメータ:
entityName- Entity名
-
setStorageSpaceName
StorageSpace名を設定します。- パラメータ:
storageSpaceName- StorageSpace名
-
execute
モードに合わせて実行します。- 戻り値:
- 実行結果
- 例外:
Exception
-
loggingLogger
protected org.slf4j.Logger loggingLogger()- 定義:
loggingLoggerクラス内MtpCuiBase
-