public class UpdateAdminContacts
extends java.lang.Object
implements java.io.Serializable
UpdateAdminContactsTask
database utility task. Executing this command line class has no effect
if the Notification Framework is not installed and configured as being
active.
When the Notification Framework is installed and configured as being
active, the UpdateAdminContactsTask
database utility task is
automatically run as a step during Flash startup. It is therefore not
normally necessary to run the task via this command line class. One
reason for executing this class would be if the task failed during Flash
startup and another attempt at running the task is desired without having
to stop and restart the Flash server instance.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
UpdateAdminContacts()
Constructs a new class instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main entry point for when the class is started from a command line.
|
private void |
pause()
Pauses the execution of this class for 2 seconds.
|
private static final long serialVersionUID