public class TimerEvent extends QueueEvent
QueueEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
TimerEvent() |
|
TimerEvent(int cid,
int flag)
Конструктор события.
Создается с кодом сервера. |
Modifier and Type | Method and Description |
---|---|
int |
getFlag()
Возвращает флаг таймера, установленный в задаче.
Флаги позволяют различать несколько таймеров, обрабатывая только нужные. |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toString
protected TimerEvent()
public TimerEvent(int cid, int flag)
cid
- - id договораflag
- - флаг задачиUser