Class RequestLogGetEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.log.server.event.RequestLogGetEvent
- All Implemented Interfaces:
Serializable
public class RequestLogGetEvent
extends ru.bitel.bgbilling.kernel.event.common.QueueEvent
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestLogGetEvent(int moduleId, int deviceId, int applicationId, List<ConnectionLogEntry> logEntryList) RequestLogGetEvent(int moduleId, int deviceId, ConnectionLogEntry entry) -
Method Summary
Modifier and TypeMethodDescriptionintintvoidprepareMessage(javax.jms.Message message) voidsetLogEntryResultList(List<RequestLogGetEvent.LogEntryResult> logEntryResultList) 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
-
RequestLogGetEvent
protected RequestLogGetEvent() -
RequestLogGetEvent
public RequestLogGetEvent(int moduleId, int deviceId, int applicationId, List<ConnectionLogEntry> logEntryList) -
RequestLogGetEvent
-
-
Method Details
-
getDeviceId
public int getDeviceId() -
getLogEntryList
-
getLogEntryResultList
-
setLogEntryResultList
-
getApplicationId
public int getApplicationId() -
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
-