Class VoiceDeviceManageEvent
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
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
ConstructorsModifierConstructorDescriptionprotectedVoiceDeviceManageEvent(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 TypeMethodDescriptionintintprotected Stringprotected intvoidprepareMessage(javax.jms.Message message) voidprotected voidMethods inherited from class ru.bitel.bgbilling.kernel.event.PartitionedQueueEvent
getDestination, getDestinationMaskMethods 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, toStringMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
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:
 prepareMessagein classru.bitel.bgbilling.kernel.event.common.Event- Throws:
 javax.jms.JMSException
 - 
getDeviceId
public int getDeviceId() - 
getAccountId
public int getAccountId() - 
getOperation
 - 
getResult
 - 
setResult
 - 
toString
- Overrides:
 toStringin classru.bitel.bgbilling.kernel.event.common.Event
 - 
getPackageName
- Specified by:
 getPackageNamein classPartitionedQueueEvent
 - 
getPartitionValue
protected int getPartitionValue()- Specified by:
 getPartitionValuein classPartitionedQueueEvent
 - 
getParams
 
 -