public class TenantBatch extends MtpCuiBase
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
TenantBatch.TenantBatchExecMode
実行モード
|
MtpCuiBase.LogListnerSILENT_MODE| コンストラクタと説明 |
|---|
TenantBatch(java.lang.String... args)
args[0]・・・execMode
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
execute()
モードに合わせて実行します。
|
boolean |
executeCreate(org.iplass.mtp.impl.tools.tenant.TenantCreateParameter param)
テナントを作成します。
|
boolean |
executeDelete(org.iplass.mtp.impl.tools.tenant.TenantDeleteParameter param)
テナントを削除します。
|
TenantBatch.TenantBatchExecMode |
getExecMode() |
void |
logArguments(org.iplass.mtp.impl.tools.tenant.TenantCreateParameter param)
テナント作成情報を出力します。
|
void |
logArguments(org.iplass.mtp.impl.tools.tenant.TenantDeleteParameter param)
テナント削除情報を出力します。
|
static void |
main(java.lang.String[] args)
args[0]・・・execMode
|
void |
setExecMode(TenantBatch.TenantBatchExecMode execMode) |
addLogListner, clearLog, getAllTenantInfoList, getConfigSetting, getConsoleLogListner, getLanguage, getLoggingLogListner, getLogMessage, getValidTenantInfoList, isSuccess, logDebug, logEnvironment, logError, logError, logInfo, logInfo, logWarn, logWarn, readConsole, readConsoleBoolean, readConsoleInteger, readConsolePassword, removeLogListner, rs, setSuccess, showAllTenantList, showValidTenantListpublic static void main(java.lang.String[] args)
public boolean execute()
public TenantBatch.TenantBatchExecMode getExecMode()
public void setExecMode(TenantBatch.TenantBatchExecMode execMode)
public boolean executeCreate(org.iplass.mtp.impl.tools.tenant.TenantCreateParameter param)
info - 作成情報public void logArguments(org.iplass.mtp.impl.tools.tenant.TenantCreateParameter param)
public boolean executeDelete(org.iplass.mtp.impl.tools.tenant.TenantDeleteParameter param)
param - 削除情報public void logArguments(org.iplass.mtp.impl.tools.tenant.TenantDeleteParameter param)