|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
---|---|
com.genesyslab.platform.apptemplate.lmslogger.impl | This package contains internal functionality of LMS Logging and Message Server delivery subsystems. |
com.genesyslab.platform.logging | |
com.genesyslab.platform.management.protocol.messageserver.events | |
com.genesyslab.platform.management.protocol.messageserver.requests |
Uses of AttributeList in com.genesyslab.platform.apptemplate.lmslogger.impl |
---|
Methods in com.genesyslab.platform.apptemplate.lmslogger.impl with parameters of type AttributeList | |
---|---|
void |
MSEventSenderImpl.push(java.lang.Integer entryId,
LogCategory entryCategory,
LogLevel level,
java.lang.String entryText,
java.util.Date date,
AttributeList attributes)
|
void |
MSEventSender.push(java.lang.Integer entryId,
LogCategory entryCategory,
LogLevel level,
java.lang.String entryText,
java.util.Date date,
AttributeList attributes)
|
Uses of AttributeList in com.genesyslab.platform.logging |
---|
Methods in com.genesyslab.platform.logging that return AttributeList | |
---|---|
AttributeList |
LogEntry.getAttributes()
Gets RequestLogMessage.Attributes parameter (see RequestLogMessage for details). |
Methods in com.genesyslab.platform.logging with parameters of type AttributeList | |
---|---|
void |
LogEntry.setAttributes(AttributeList attributeList)
|
Constructors in com.genesyslab.platform.logging with parameters of type AttributeList | |
---|---|
LogEntry(int logMsgId,
java.lang.String logMessage,
java.util.Date dateTime,
LogLevel logLevel,
LogCategory logCategory,
AttributeList attributes,
java.lang.Object[] arguments)
Constructor. |
Uses of AttributeList in com.genesyslab.platform.management.protocol.messageserver.events |
---|
Methods in com.genesyslab.platform.management.protocol.messageserver.events that return AttributeList | |
---|---|
abstract AttributeList |
EventLogMessage.getAttributes()
Attributes for interaction support |
Methods in com.genesyslab.platform.management.protocol.messageserver.events with parameters of type AttributeList | |
---|---|
static EventLogMessage |
EventLogMessage.create(LogLevel level,
java.util.Date time,
java.lang.Integer usec,
java.lang.String messageHeader,
java.lang.Integer entryId,
java.lang.String entryText,
byte[] entryData,
LogCategory entryCategory,
java.lang.String clientHost,
java.lang.Integer clientId,
java.lang.String clientName,
AttributeList attributes)
Creates instance of EventLogMessage with all parameters set. |
abstract void |
EventLogMessage.setAttributes(AttributeList attributes)
Attributes for interaction support |
Uses of AttributeList in com.genesyslab.platform.management.protocol.messageserver.requests |
---|
Methods in com.genesyslab.platform.management.protocol.messageserver.requests that return AttributeList | |
---|---|
abstract AttributeList |
RequestLogMessage.getAttributes()
Attributes for interaction support |
Methods in com.genesyslab.platform.management.protocol.messageserver.requests with parameters of type AttributeList | |
---|---|
static RequestLogMessage |
RequestLogMessage.create(java.lang.Integer entryId,
java.lang.String entryText,
LogLevel level,
LogCategory entryCategory,
java.util.Date time,
java.lang.String clientHost,
AttributeList attributes)
Creates instance of RequestLogMessage. |
abstract void |
RequestLogMessage.setAttributes(AttributeList attributes)
Attributes for interaction support |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |