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:
java.io.Serializable

public class RequestLogGetEvent
extends ru.bitel.bgbilling.kernel.event.common.QueueEvent
See Also:
Serialized Form
  • Constructor Details

    • RequestLogGetEvent

      protected RequestLogGetEvent()
    • RequestLogGetEvent

      public RequestLogGetEvent​(int moduleId, int deviceId, int applicationId, java.util.List<ConnectionLogEntry> logEntryList)
    • RequestLogGetEvent

      public RequestLogGetEvent​(int moduleId, int deviceId, ConnectionLogEntry entry)
  • Method Details

    • getDeviceId

      public int getDeviceId()
    • getLogEntryList

      public java.util.List<ConnectionLogEntry> getLogEntryList()
    • getLogEntryResultList

      public java.util.List<RequestLogGetEvent.LogEntryResult> getLogEntryResultList()
    • setLogEntryResultList

      public void setLogEntryResultList​(java.util.List<RequestLogGetEvent.LogEntryResult> logEntryResultList)
    • getApplicationId

      public int getApplicationId()
    • prepareMessage

      public void prepareMessage​(javax.jms.Message message) throws javax.jms.JMSException
      Overrides:
      prepareMessage in class ru.bitel.bgbilling.kernel.event.common.Event
      Throws:
      javax.jms.JMSException