Class VoiceDeviceManageEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.PartitionedQueueEvent
ru.bitel.bgbilling.modules.voice.common.event.VoiceDeviceManageEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
-
Constructor Summary
ModifierConstructorDescriptionprotected
VoiceDeviceManageEvent
(int moduleId, int userId, int deviceId, String operation, int accountId, int connectionId) VoiceDeviceManageEvent
(int moduleId, int userId, int deviceId, String operation, int accountId, int connectionId, Map<String, String> params) -
Method Summary
Modifier and TypeMethodDescriptionint
int
protected String
protected int
void
prepareMessage
(javax.jms.Message message) void
protected void
Methods inherited from class ru.bitel.bgbilling.kernel.event.PartitionedQueueEvent
getDestination, getDestinationMask
Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getGenerateTime, getMessageID, getModuleId, getPluginId, getSource, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, setMessageID, setSource, toString
-
Constructor Details
-
VoiceDeviceManageEvent
protected VoiceDeviceManageEvent() -
VoiceDeviceManageEvent
public VoiceDeviceManageEvent(int moduleId, int userId, int deviceId, String operation, int accountId, int connectionId) -
VoiceDeviceManageEvent
-
-
Method Details
-
prepareMessage
public void prepareMessage(javax.jms.Message message) throws javax.jms.JMSException - Overrides:
prepareMessage
in classru.bitel.bgbilling.kernel.event.common.Event
- Throws:
javax.jms.JMSException
-
getDeviceId
public int getDeviceId() -
getAccountId
public int getAccountId() -
getOperation
-
getResult
-
setResult
-
toString
- Overrides:
toString
in classru.bitel.bgbilling.kernel.event.common.Event
-
getPackageName
- Specified by:
getPackageName
in classPartitionedQueueEvent
-
getPartitionValue
protected int getPartitionValue()- Specified by:
getPartitionValue
in classPartitionedQueueEvent
-
getParams
-