|
|||||||||
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 | |
---|---|
long |
getAbortedTaskCount()
|
long |
getActiveTaskCount()
|
long |
getAllAssignedTaskCount()
|
long |
getAllClaimedTaskCount()
|
long |
getAllTaskCount()
|
long |
getAllUnAssignedTaskCount()
|
long |
getAssignedTaskCount()
|
long |
getClaimedTaskCount()
|
long |
getCompletedTaskCount()
|
long |
getErrorTaskCount()
|
long |
getPurgeProcessInterval()
|
long |
getPurgeProcessNextRuntime()
|
int |
getPurgeProcessPriority()
|
long |
getSuspendedTaskCount()
|
long |
getUnAssignedTaskCount()
|
int |
getVisibleTaskPlanHostApplicationNameCount()
|
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
int getVisibleTaskPlanHostApplicationNameCount() throws ManagementException
ManagementException
long getPurgeProcessInterval() throws ManagementException
ManagementException
long getPurgeProcessNextRuntime() throws ManagementException
ManagementException
int getPurgeProcessPriority() throws ManagementException
ManagementException
long getAllTaskCount() throws ManagementException
ManagementException
long getActiveTaskCount() throws ManagementException
ManagementException
long getSuspendedTaskCount() throws ManagementException
ManagementException
long getCompletedTaskCount() throws ManagementException
ManagementException
long getErrorTaskCount() throws ManagementException
ManagementException
long getAbortedTaskCount() throws ManagementException
ManagementException
long getAssignedTaskCount() throws ManagementException
ManagementException
long getUnAssignedTaskCount() throws ManagementException
ManagementException
long getClaimedTaskCount() throws ManagementException
ManagementException
long getAllClaimedTaskCount() throws ManagementException
ManagementException
long getAllAssignedTaskCount() throws ManagementException
ManagementException
long getAllUnAssignedTaskCount() throws ManagementException
ManagementException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |