|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OXTaskMgmtInterface
This interface defines the methods of the task management which are accessibly through RMI.
Field Summary | |
---|---|
static java.lang.String |
RMI_NAME
RMI name to be used in the naming lookup. |
Method Summary | |
---|---|
void |
deleteJob(Context ctx,
Credentials auth,
int i)
This method is used to delete finished jobs (jobs != running) from the list |
void |
flush(Context ctx,
Credentials auth)
Flushes all jobs from the queue which are finished ( != running) |
java.lang.String |
getJobList(Context ctx,
Credentials cred)
|
java.lang.Object |
getTaskResults(Context ctx,
Credentials cred,
int id)
Gets the result from the task with the specified id |
Field Detail |
---|
static final java.lang.String RMI_NAME
Method Detail |
---|
java.lang.Object getTaskResults(Context ctx, Credentials cred, int id) throws java.rmi.RemoteException, InvalidCredentialsException, StorageException, java.lang.InterruptedException, java.util.concurrent.ExecutionException, InvalidDataException
ctx
- cred
- id
-
java.rmi.RemoteException
InvalidCredentialsException
StorageException
java.lang.InterruptedException
java.util.concurrent.ExecutionException
InvalidDataException
java.lang.String getJobList(Context ctx, Credentials cred) throws java.rmi.RemoteException, InvalidDataException, InvalidCredentialsException, StorageException
java.rmi.RemoteException
InvalidDataException
StorageException
InvalidCredentialsException
void deleteJob(Context ctx, Credentials auth, int i) throws java.rmi.RemoteException, InvalidDataException, InvalidCredentialsException, StorageException, TaskManagerException
ctx
- auth
- i
-
java.rmi.RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
void flush(Context ctx, Credentials auth) throws java.rmi.RemoteException, InvalidDataException, InvalidCredentialsException, StorageException, TaskManagerException
ctx
- auth
-
java.rmi.RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |