public interface BBjAdminTaskQueue extends BBjAdminPropertyWriter
BBjAdminTaskGroup
for sample code for using the BBjAdminTaskQueue.Modifier and Type | Method and Description |
---|---|
void |
commit()
Called to re-write the task queue configurations.
|
BBjAdminTaskGroup |
getTaskGroup(java.lang.String p_idOrName)
Returns the task group with the specified ID or name.
|
BBjAdminList<BBjAdminTaskGroup> |
getTaskGroups()
Returns a list of the task groups on the server.
|
void |
load()
Called to re-load the task group configurations from the configuration file.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
BBjAdminList<BBjAdminTaskGroup> getTaskGroups() throws BBjAdminException
BBjAdminException
void load() throws BBjAdminException
BBjAdminException
void commit() throws BBjAdminException
BBjAdminException
BBjAdminTaskGroup getTaskGroup(java.lang.String p_idOrName) throws BBjAdminException
p_idOrName
- ID or name of the BBjAdminTaskGroup
to get.BBjAdminException