public class OmVoiceAccountStateModifyEvent extends QueueEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Constructor and Description |
|---|
OmVoiceAccountStateModifyEvent(int moduleId,
int contractId,
int deviceId,
int voiceAccountId,
short state) |
OmVoiceAccountStateModifyEvent(int moduleId,
VoiceAccount account,
short state) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareMessage(javax.jms.Message message) |
ru.bitel.bgbilling.modules.voice.access.om.AccountOrderEvent |
toAccountOrderEvent(ru.bitel.bgbilling.modules.voice.runtime.VoiceApplication application) |
protected void |
toString(java.lang.StringBuilder sb) |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, toStringpublic OmVoiceAccountStateModifyEvent(int moduleId,
VoiceAccount account,
short state)
public OmVoiceAccountStateModifyEvent(int moduleId,
int contractId,
int deviceId,
int voiceAccountId,
short state)
protected void prepareMessage(javax.jms.Message message)
throws javax.jms.JMSException
prepareMessage in class Eventjavax.jms.JMSExceptionpublic ru.bitel.bgbilling.modules.voice.access.om.AccountOrderEvent toAccountOrderEvent(ru.bitel.bgbilling.modules.voice.runtime.VoiceApplication application)