Package com.suse.salt.netapi.calls
Class ScheduledJob<R>
- java.lang.Object
-
- com.suse.salt.netapi.calls.ScheduledJob<R>
-
- Type Parameters:
R
- the return type of the called function
- Direct Known Subclasses:
LocalAsyncResult
,RunnerAsyncResult
,WheelAsyncResult
public class ScheduledJob<R> extends java.lang.Object
Common class representing a scheduled job.
-
-
Constructor Summary
Constructors Constructor Description ScheduledJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJid()
com.google.gson.reflect.TypeToken<R>
getType()
void
setType(com.google.gson.reflect.TypeToken<R> type)
-
-
-
Field Detail
-
jid
private java.lang.String jid
-
type
private com.google.gson.reflect.TypeToken<R> type
-
-