|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdhocRuntimeMBean
AdhocRuntimeMBean provides the ability to expose Adhoc Task, Engine and Service information's attributes and operations.
| Method Summary | |
|---|---|
AdhocServiceInfo[] |
getAdhocServiceInfosByUser(java.lang.String userName)
Gets all AdhocServiceInfos associated with the specified user. |
AdhocEngineInfo[] |
getAllAdhocEngineInfos()
Gets all AdhocEngineInfos. |
AdhocServiceInfo[] |
getAllAdhocServiceInfos()
Gets all AdhocServiceInfos |
AdhocTaskInfo[] |
getAllFailedAdhocTaskInfos()
Gets all Failed AdhocTaskInfos. |
AdhocTaskInfo[] |
getAllFinishedAdhocTaskInfos()
Gets all Finished AdhocTaskInfos. |
AdhocTaskInfo[] |
getAllRunningAdhocTaskInfos()
Gets all Running AdhocTaskInfos. |
AdhocTaskInfo[] |
getAllWaitingAdhocTaskInfos()
Gets all Waiting AdhocTaskInfos. |
AdhocTaskInfo[] |
getFailedAdhocTaskInfosByUser(java.lang.String userName)
Gets all Failed AdhocTaskInfos submitted by the specified user. |
AdhocTaskInfo[] |
getFinishedAdhocTaskInfosByUser(java.lang.String userName)
Gets all Completed AdhocTaskInfos submitted by the specified user. |
AdhocTaskInfo[] |
getRunningAdhocTaskInfosByUser(java.lang.String userName)
Gets all Running AdhocTaskInfos submitted by the specified user. |
AdhocTaskInfo[] |
getWaitingAdhocTaskInfosByUser(java.lang.String userName)
Gets all Waiting AdhocTaskInfos submitted by the specified user. |
| Method Detail |
|---|
AdhocTaskInfo[] getAllRunningAdhocTaskInfos()
AdhocTaskInfos.
AdhocTaskInfos.AdhocTaskInfo[] getRunningAdhocTaskInfosByUser(java.lang.String userName)
AdhocTaskInfos submitted by the specified user.
userName, - the specified User Name.
AdhocTaskInfos submitted by the specified user.AdhocTaskInfo[] getAllWaitingAdhocTaskInfos()
AdhocTaskInfos.
AdhocTaskInfos.AdhocTaskInfo[] getWaitingAdhocTaskInfosByUser(java.lang.String userName)
AdhocTaskInfos submitted by the specified user.
userName, - the specified User Name.
AdhocTaskInfos submitted by the specified user.AdhocTaskInfo[] getAllFinishedAdhocTaskInfos()
AdhocTaskInfos.
AdhocTaskInfos.AdhocTaskInfo[] getFinishedAdhocTaskInfosByUser(java.lang.String userName)
AdhocTaskInfos submitted by the specified user.
userName, - the specified User Name.
AdhocTaskInfos submitted by the specified user.AdhocTaskInfo[] getAllFailedAdhocTaskInfos()
AdhocTaskInfos.
AdhocTaskInfos.AdhocTaskInfo[] getFailedAdhocTaskInfosByUser(java.lang.String userName)
AdhocTaskInfos submitted by the specified user.
userName, - the specified User Name.
AdhocTaskInfos submitted by the specified user.AdhocEngineInfo[] getAllAdhocEngineInfos()
AdhocEngineInfos.
AdhocEngineInfos.AdhocServiceInfo[] getAllAdhocServiceInfos()
AdhocServiceInfos
AdhocServiceInfosAdhocServiceInfo[] getAdhocServiceInfosByUser(java.lang.String userName)
AdhocServiceInfos associated with the specified user.
userName, - the specified User Name.
AdhocServiceInfos associated with the specified user.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||