com.openexchange.admin.soap
Class OXTaskMgmt
java.lang.Object
com.openexchange.admin.soap.OXSOAPRMIMapper
com.openexchange.admin.soap.OXTaskMgmt
- All Implemented Interfaces:
- OXTaskMgmtInterface, Remote
public class OXTaskMgmt
- extends OXSOAPRMIMapper
- implements OXTaskMgmtInterface
SOAP Service implementing RMI Interface OXTaskMgmtInterface
- Author:
- choeger
OXTaskMgmt
public OXTaskMgmt()
throws RemoteException
- Throws:
RemoteException
deleteJob
public void deleteJob(Context ctx,
Credentials auth,
int i)
throws RemoteException,
InvalidDataException,
InvalidCredentialsException,
StorageException,
TaskManagerException
- Specified by:
deleteJob in interface OXTaskMgmtInterface
- Throws:
RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
flush
public void flush(Context ctx,
Credentials auth)
throws RemoteException,
InvalidDataException,
InvalidCredentialsException,
StorageException,
TaskManagerException
- Specified by:
flush in interface OXTaskMgmtInterface
- Throws:
RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
TaskManagerException
getJobList
public String getJobList(Context ctx,
Credentials cred)
throws RemoteException,
InvalidDataException,
InvalidCredentialsException,
StorageException
- Specified by:
getJobList in interface OXTaskMgmtInterface
- Throws:
RemoteException
InvalidDataException
InvalidCredentialsException
StorageException
getTaskResults
public Object getTaskResults(Context ctx,
Credentials cred,
int id)
throws RemoteException,
InvalidCredentialsException,
StorageException,
InterruptedException,
ExecutionException,
InvalidDataException
- Specified by:
getTaskResults in interface OXTaskMgmtInterface
- Throws:
RemoteException
InvalidCredentialsException
StorageException
InterruptedException
ExecutionException
InvalidDataException