|
|||||||||
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 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) |
String |
getJobList(Context ctx,
Credentials cred)
|
Object |
getTaskResults(Context ctx,
Credentials cred,
int id)
Gets the result from the task with the specified id |
Field Detail |
---|
static final String RMI_NAME
Method Detail |
---|
Object getTaskResults(Context ctx, Credentials cred, int id) throws RemoteException, InvalidCredentialsException, StorageException, InterruptedException, ExecutionException, InvalidDataException
ctx
- cred
- id
-
RemoteException
InvalidCredentialsException
StorageException
InterruptedException
ExecutionException
InvalidDataException
String getJobList(Context ctx, Credentials cred) throws RemoteException, InvalidDataException, InvalidCredentialsException, StorageException
RemoteException
InvalidDataException
StorageException
InvalidCredentialsException
void deleteJob(Context ctx, Credentials auth, int i) throws RemoteException, InvalidDataException, InvalidCredentialsException, StorageException, TaskManagerException
ctx
- auth
- i
-
RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
void flush(Context ctx, Credentials auth) throws RemoteException, InvalidDataException, InvalidCredentialsException, StorageException, TaskManagerException
ctx
- auth
-
RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |