This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
import ch.ivyteam.ivy.process.eventstart.*; | |
import ch.ivyteam.ivy.request.RequestException; | |
import ch.soreco.alag.exception.OperationFailedException; | |
/** | |
* The {@code RunOnceOnServerStartEventBean} is an Ivy start event bean | |
* {@linkplain IProcessStartEventBean}. It's is designed to start a process only | |
* <strong>ONCE</strong> on the server startup. |