Class RequestLogInfoEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.modules.voice.server.event.RequestLogInfoEvent
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 RequestRadiusLogInfoEvent
public class RequestLogInfoEvent
extends ru.bitel.bgbilling.kernel.event.common.QueueEvent
- See Also:
 
- 
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestLogInfoEvent(int moduleId, Date month, int deviceId)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogs(int[] logs) intint[]getLogs()getMonth()voidprepareMessage(javax.jms.Message message) Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSource, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, setMessageID, setSource, toString, toString 
- 
Constructor Details
- 
RequestLogInfoEvent
protected RequestLogInfoEvent() - 
RequestLogInfoEvent
 
 - 
 - 
Method Details
- 
getLogs
public int[] getLogs() - 
addLogs
public void addLogs(int[] logs)  - 
getMonth
 - 
getDeviceId
public int getDeviceId() - 
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
 
 -