com.openexchange.admin.soap
Class OXTaskMgmt
java.lang.Object
com.openexchange.admin.soap.OXSOAPRMIMapper
com.openexchange.admin.soap.OXTaskMgmt
public class OXTaskMgmt
- extends OXSOAPRMIMapper
SOAP Service implementing RMI Interface OXTaskMgmtInterface
- Author:
- choeger
Method Summary |
void |
deleteJob(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials auth,
int i)
|
void |
flush(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials auth)
|
java.lang.String |
getJobList(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials cred)
|
java.lang.Object |
getTaskResults(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials cred,
int id)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OXTaskMgmt
public OXTaskMgmt()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteJob
public void deleteJob(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials auth,
int i)
throws java.rmi.RemoteException,
com.openexchange.admin.rmi.exceptions.InvalidDataException,
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException,
com.openexchange.admin.rmi.exceptions.StorageException,
com.openexchange.admin.rmi.exceptions.TaskManagerException
- Throws:
java.rmi.RemoteException
com.openexchange.admin.rmi.exceptions.InvalidDataException
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
com.openexchange.admin.rmi.exceptions.StorageException
com.openexchange.admin.rmi.exceptions.TaskManagerException
flush
public void flush(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials auth)
throws java.rmi.RemoteException,
com.openexchange.admin.rmi.exceptions.InvalidDataException,
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException,
com.openexchange.admin.rmi.exceptions.StorageException,
com.openexchange.admin.rmi.exceptions.TaskManagerException
- Throws:
java.rmi.RemoteException
com.openexchange.admin.rmi.exceptions.InvalidDataException
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
com.openexchange.admin.rmi.exceptions.StorageException
com.openexchange.admin.rmi.exceptions.TaskManagerException
getJobList
public java.lang.String getJobList(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials cred)
throws java.rmi.RemoteException,
com.openexchange.admin.rmi.exceptions.InvalidDataException,
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException,
com.openexchange.admin.rmi.exceptions.StorageException
- Throws:
java.rmi.RemoteException
com.openexchange.admin.rmi.exceptions.InvalidDataException
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
com.openexchange.admin.rmi.exceptions.StorageException
getTaskResults
public java.lang.Object getTaskResults(Context ctx,
com.openexchange.admin.rmi.dataobjects.Credentials cred,
int id)
throws java.rmi.RemoteException,
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException,
com.openexchange.admin.rmi.exceptions.StorageException,
java.lang.InterruptedException,
java.util.concurrent.ExecutionException,
com.openexchange.admin.rmi.exceptions.InvalidDataException
- Throws:
java.rmi.RemoteException
com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
com.openexchange.admin.rmi.exceptions.StorageException
java.lang.InterruptedException
java.util.concurrent.ExecutionException
com.openexchange.admin.rmi.exceptions.InvalidDataException