@Published(tag="architect") public interface ProcessLifecycle
GenericLauncher.launch()| 修飾子とタイプ | メソッドと説明 | 
|---|---|
void | 
execute()
本処理を行う。 
 | 
void | 
initialize()
初期化処理を行う。 
 | 
void | 
onVirtualMachineShutdown()
プロセス停止が呼ばれた際のフック。 
 | 
void | 
setCommandLine(CommandLine commandLine)
コマンドライン引数を設定する。 
 | 
void | 
terminate()
終了処理を行う。 
 | 
void initialize()
void execute()
void onVirtualMachineShutdown()
Runtime.addShutdownHook(Thread)void terminate()
void setCommandLine(CommandLine commandLine)
commandLine - コマンドライン引数