public class RequestLogGetEvent extends QueueEvent
Modifier and Type | Class and Description |
---|---|
static class |
RequestLogGetEvent.LogEntryResult |
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
RequestLogGetEvent() |
|
RequestLogGetEvent(int moduleId,
int deviceId,
ConnectionLogEntry entry) |
|
RequestLogGetEvent(int moduleId,
int deviceId,
int applicationId,
java.util.List<ConnectionLogEntry> logEntryList) |
Modifier and Type | Method and Description |
---|---|
int |
getApplicationId() |
int |
getDeviceId() |
java.util.List<ConnectionLogEntry> |
getLogEntryList() |
java.util.List<RequestLogGetEvent.LogEntryResult> |
getLogEntryResultList() |
protected void |
prepareMessage(javax.jms.Message message) |
void |
setLogEntryResultList(java.util.List<RequestLogGetEvent.LogEntryResult> logEntryResultList) |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, serializeAsObject, setLogFunctionProcess, toString, toString
protected RequestLogGetEvent()
public RequestLogGetEvent(int moduleId, int deviceId, int applicationId, java.util.List<ConnectionLogEntry> logEntryList)
public RequestLogGetEvent(int moduleId, int deviceId, ConnectionLogEntry entry)
public int getDeviceId()
public java.util.List<ConnectionLogEntry> getLogEntryList()
public java.util.List<RequestLogGetEvent.LogEntryResult> getLogEntryResultList()
public void setLogEntryResultList(java.util.List<RequestLogGetEvent.LogEntryResult> logEntryResultList)
public int getApplicationId()
protected void prepareMessage(javax.jms.Message message) throws javax.jms.JMSException
prepareMessage
in class Event
javax.jms.JMSException