|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorklistSystemRuntimeMBean
Represents an instance of the Worklist System runtime on a managed server.
Method Summary | |
---|---|
String[] |
getVisibleTaskPlanHostApplicationNames()
|
void |
purgeTasks()
Perform a one-time run of the purge process on this server. |
void |
reassignWorkInTasks(String oldUserId,
String newUserId)
|
void |
startAutomaticPurgeProcess(long seconds)
Designates the Worklist runtime for the associated WorklistSystem instance to run on this server at the indicated interval (in seconds). |
void |
stopAutomaticPurgeProcess()
Stop the automatic purge process on this server. |
Method Detail |
---|
String[] getVisibleTaskPlanHostApplicationNames() throws ManagementException
ManagementException
void reassignWorkInTasks(String oldUserId, String newUserId) throws ManagementException
ManagementException
void startAutomaticPurgeProcess(long seconds) throws ManagementException
seconds
- The number of seconds to wait between runs of the purge
process.
ManagementException
void stopAutomaticPurgeProcess() throws ManagementException
ManagementException
void purgeTasks() throws ManagementException
ManagementException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |