|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobManager
JobManager interface provides the common methods that is used by all extensions of JobManager
Method Summary | |
---|---|
void |
addJobStatusListener(JobStatusListener listener)
|
void |
cancel()
Cancels the job. |
GSSCredential |
getCredentials()
|
int |
getFailureCode()
Retrieves the failure code of the running process. |
String |
getID()
|
int |
getStatus()
Retrieves the current state of the process. |
Properties |
getSymbolTable()
|
void |
removeJobStatusListener(JobStatusListener listenter)
|
void |
removeJobStatusListenerByID(String id)
|
void |
request(String rsl)
|
void |
setCredentials(GSSCredential credentials)
|
void |
setID(String id)
|
void |
signal(int signal,
String argument)
Sends a signal to the JobManager. |
Method Detail |
---|
void setCredentials(GSSCredential credentials)
GSSCredential getCredentials()
String getID()
void setID(String id)
Properties getSymbolTable()
void request(String rsl) throws JobManagerException
JobManagerException
int getStatus()
int getFailureCode()
void cancel() throws JobManagerException
JobManagerException
void signal(int signal, String argument) throws JobManagerException
JobManagerException
void addJobStatusListener(JobStatusListener listener) throws JobManagerException
JobManagerException
void removeJobStatusListener(JobStatusListener listenter) throws JobManagerException
JobManagerException
void removeJobStatusListenerByID(String id) throws JobManagerException
JobManagerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |