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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestLogGetEvent.LogEntryResult -
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN -
Constructor Summary
Constructors Modifier Constructor Description protectedRequestLogGetEvent()RequestLogGetEvent(int moduleId, int deviceId, int applicationId, java.util.List<ConnectionLogEntry> logEntryList)RequestLogGetEvent(int moduleId, int deviceId, ConnectionLogEntry entry) -
Method Summary
Modifier and Type Method Description intgetApplicationId()intgetDeviceId()java.util.List<ConnectionLogEntry>getLogEntryList()java.util.List<RequestLogGetEvent.LogEntryResult>getLogEntryResultList()voidprepareMessage(javax.jms.Message message)voidsetLogEntryResultList(java.util.List<RequestLogGetEvent.LogEntryResult> logEntryResultList)Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, setMessageID, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RequestLogGetEvent
protected RequestLogGetEvent() -
RequestLogGetEvent
public RequestLogGetEvent(int moduleId, int deviceId, int applicationId, java.util.List<ConnectionLogEntry> logEntryList) -
RequestLogGetEvent
-
-
Method Details
-
getDeviceId
public int getDeviceId() -
getLogEntryList
-
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:
prepareMessagein classru.bitel.bgbilling.kernel.event.common.Event- Throws:
javax.jms.JMSException
-