|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setCredentials(GSSCredential credentials)
public GSSCredential getCredentials()
public String getID()
public void setID(String id)
public Properties getSymbolTable()
public void request(String rsl) throws JobManagerException
JobManagerException
public int getStatus()
public int getFailureCode()
public void cancel() throws JobManagerException
JobManagerException
public void signal(int signal, String argument) throws JobManagerException
JobManagerException
public void addJobStatusListener(JobStatusListener listener) throws JobManagerException
JobManagerException
public void removeJobStatusListener(JobStatusListener listenter) throws JobManagerException
JobManagerException
public void removeJobStatusListenerByID(String id) throws JobManagerException
JobManagerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |