Package | Description |
---|---|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
Modifier and Type | Method and Description |
---|---|
Duration |
PowerMap.getAsDuration(java.lang.String key) |
Duration |
PowerMap.getAsDuration(java.lang.String key,
Duration defaultValue) |
static Duration |
Duration.parseDurationValue(java.lang.String stringValue)
Converts the given string of the format d.hh:mm:ss to a
Duration object. |
Modifier and Type | Method and Description |
---|---|
Duration |
PowerMap.getAsDuration(java.lang.String key,
Duration defaultValue) |
Modifier and Type | Method and Description |
---|---|
Duration |
BatchTaskConfigEntry.getRepeatDelay()
The period of repetition in milliseconds
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTaskConfigEntry.setRepeatDelay(Duration repeatDelay) |
Constructor and Description |
---|
BatchTaskConfigEntry(java.lang.String taskName,
java.lang.String className,
java.sql.Timestamp startTime,
Duration repeatDelay,
boolean isEnabled,
boolean isSendEmailOnError,
boolean isLogHistory,
java.lang.String comment) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.