Methods in org.gwe.api that throw PasswordMismatchException |
void |
ServerAPI4User.abortOrder(AccountInfo auth,
int orderId)
|
void |
Session4ClientAPIEnhancer.abortOrder(int orderId)
|
void |
Session4ClientAPI.abortOrder(int orderId)
|
void |
Session4ClientAPIEnhancer.cleanupDisposedAllocations()
|
void |
Session4ClientAPI.cleanupDisposedAllocations()
|
void |
ServerAPI4User.cleanupDisposedAllocations(AccountInfo sessionId)
|
void |
ServerAPI4User.configureDaemon(AccountInfo auth,
HeadResourceInfo daemonInfo)
|
void |
Session4ClientAPIEnhancer.configureDaemon(HeadResourceInfo daemonInfo)
|
void |
Session4ClientAPI.configureDaemon(HeadResourceInfo daemonInfo)
|
void |
ServerAPI4User.deleteOrder(AccountInfo auth,
int orderId)
|
void |
Session4ClientAPIEnhancer.deleteOrder(int orderId)
|
void |
Session4ClientAPI.deleteOrder(int orderId)
|
java.lang.String |
Session4ClientAPIEnhancer.doOrderBasedOperation(ClientOrderBasedOperation oper,
int orderId)
|
RETURN_TYPE |
SessionRequest.execute(API_TYPE serverAPI)
|
<RETURN_TYPE>
RETURN_TYPE |
|
Session4ServerAPI.executeRequest(SessionRequest<API_TYPE,RETURN_TYPE> req)
|
long |
Session4ClientAPIEnhancer.getDaemonTime()
|
long |
Session4ClientAPI.getDaemonTime()
|
long |
ServerAPI4User.getDaemonTime(AccountInfo auth)
|
JobInfo |
ServerAPI4User.getJobDetails(AccountInfo auth,
int orderId,
int jobNum)
|
JobInfo |
Session4ClientAPIEnhancer.getJobDetails(int orderId,
int jobNum)
|
JobInfo |
Session4ClientAPI.getJobDetails(int orderId,
int jobNum)
|
OrderInfo |
ServerAPI4User.getOrderDetails(AccountInfo auth,
int orderId,
boolean includeJobs)
|
OrderInfo |
Session4ClientAPIEnhancer.getOrderDetails(int orderId,
boolean includeJobDetails)
|
OrderInfo |
Session4ClientAPI.getOrderDetails(int orderId,
boolean includeJobDetails)
|
java.util.List<OrderInfo> |
Session4ClientAPIEnhancer.getOrders(java.lang.String description)
|
java.util.List<OrderInfo> |
Session4ClientAPI.getOrders(java.lang.String description)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersByDescription(AccountInfo auth,
java.lang.String description)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersDefined(AccountInfo auth)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersList(AccountInfo auth,
boolean includeJobs)
|
java.util.List<OrderInfo> |
Session4ClientAPIEnhancer.getOrdersList(boolean includeJobDetails)
|
java.util.List<OrderInfo> |
Session4ClientAPI.getOrdersList(boolean includeJobDetails)
|
long |
Session4ClientAPI.loginUser()
|
void |
ServerAPI4User.pauseOrder(AccountInfo auth,
int orderId)
|
void |
Session4ClientAPIEnhancer.pauseOrder(int orderId)
|
void |
Session4ClientAPI.pauseOrder(int orderId)
|
java.util.List<java.lang.String> |
ServerAPI4User.previewOrder(AccountInfo auth,
OrderInfo order)
|
java.util.List<java.lang.String> |
Session4ClientAPIEnhancer.previewOrder(OrderInfo order)
|
java.util.List<java.lang.String> |
Session4ClientAPI.previewOrder(OrderInfo order)
|
OrderInfo |
ServerAPI4User.queueOrder(AccountInfo auth,
OrderInfo order)
|
OrderInfo |
Session4ClientAPIEnhancer.queueOrder(OrderInfo order)
|
OrderInfo |
Session4ClientAPI.queueOrder(OrderInfo order)
|
void |
ServerAPI4User.resumeOrder(AccountInfo auth,
int orderId)
|
void |
Session4ClientAPIEnhancer.resumeOrder(int orderId)
|
void |
Session4ClientAPI.resumeOrder(int orderId)
|
void |
Session4ClientAPIEnhancer.shutdownDaemon()
|
void |
Session4ClientAPI.shutdownDaemon()
|
void |
ServerAPI4User.shutdownDaemon(AccountInfo auth)
|
void |
ServerAPI4User.swapPriorities(AccountInfo sessionId,
int orderId1,
int orderId2)
|
void |
Session4ClientAPIEnhancer.swapPriorities(int orderId,
int orderId2)
|
void |
Session4ClientAPI.swapPriorities(int orderId1,
int orderId2)
|
void |
ServerAPI4User.updateConfig(AccountInfo sessionId,
DaemonConfigDesc config)
|
void |
Session4ClientAPIEnhancer.updateConfig(DaemonConfigDesc config)
|
void |
Session4ClientAPI.updateConfig(DaemonConfigDesc config)
|
void |
SecuredServerAPI.verifyAccount(AccountInfo account)
|
Methods in org.gwe.api.impl that throw PasswordMismatchException |
void |
ServerAPI4UserImpl.abortOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4UserImpl.cleanupDisposedAllocations(AccountInfo sessionId)
|
void |
ServerAPI4UserImpl.configureDaemon(AccountInfo auth,
HeadResourceInfo daemonInfo)
|
void |
ServerAPI4UserImpl.deleteOrder(AccountInfo auth,
int orderId)
|
long |
ServerAPI4UserImpl.getDaemonTime(AccountInfo auth)
|
JobInfo |
ServerAPI4UserImpl.getJobDetails(AccountInfo auth,
int orderId,
int jobNum)
|
OrderInfo |
ServerAPI4UserImpl.getOrderDetails(AccountInfo auth,
int orderId,
boolean includeJobs)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersByDescription(AccountInfo auth,
java.lang.String description)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersDefined(AccountInfo auth)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersList(AccountInfo auth,
boolean includeJobs)
|
void |
ServerAPI4UserImpl.pauseOrder(AccountInfo auth,
int orderId)
|
java.util.List<java.lang.String> |
ServerAPI4UserImpl.previewOrder(AccountInfo auth,
OrderInfo order)
|
OrderInfo |
ServerAPI4UserImpl.queueOrder(AccountInfo auth,
OrderInfo order)
|
void |
ServerAPI4UserImpl.resumeOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4UserImpl.shutdownDaemon(AccountInfo auth)
|
void |
ServerAPI4UserImpl.swapPriorities(AccountInfo auth,
int orderId,
int orderId2)
|
void |
ServerAPI4UserImpl.updateConfig(AccountInfo sessionId,
DaemonConfigDesc config)
|
void |
SecuredServerAPIImpl.verifyAccount(AccountInfo applyingAuth)
|