public class CallableMockup<USERID> extends CallableProtectedTask<USERID>
Modifier and Type | Field and Description |
---|---|
protected long |
delay |
protected Exception |
error |
protected Object |
resultURI |
protected UUID |
uuid |
logFile, logger
Constructor and Description |
---|
CallableMockup(org.restlet.data.Form form,
USERID token) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
doCall() |
UUID |
getUuid() |
void |
setUuid(UUID uuid) |
call, getTaskCategory, getToken
protected long delay
protected Object resultURI
protected Exception error
protected UUID uuid
public CallableMockup(org.restlet.data.Form form, USERID token)
public UUID getUuid()
getUuid
in interface net.idea.restnet.i.task.ICallableTask
getUuid
in class CallableProtectedTask<USERID>
public void setUuid(UUID uuid)
setUuid
in interface net.idea.restnet.i.task.ICallableTask
setUuid
in class CallableProtectedTask<USERID>
public TaskResult doCall() throws Exception
doCall
in class CallableProtectedTask<USERID>
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.