|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.LogEntry
public class LogEntry
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.types.URI |
associatedURL
|
private LogLevel |
entryLevel
Level (error, warn, info, ...) |
private java.util.Calendar |
entryTime
|
private java.lang.String |
message
Text of message |
private int |
messageNumber
|
private java.lang.String |
processUID
Unique identifier of the process that generated the log entry. |
private java.lang.String |
programName
Name of program that generated the log entry |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
LogEntry()
|
|
LogEntry(org.apache.axis.types.URI associatedURL,
LogLevel entryLevel,
java.util.Calendar entryTime,
java.lang.String message,
int messageNumber,
java.lang.String processUID,
java.lang.String programName)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getAssociatedURL()
Gets the associatedURL value for this LogEntry. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
LogLevel |
getEntryLevel()
Gets the entryLevel value for this LogEntry. |
java.util.Calendar |
getEntryTime()
Gets the entryTime value for this LogEntry. |
java.lang.String |
getMessage()
Gets the message value for this LogEntry. |
int |
getMessageNumber()
Gets the messageNumber value for this LogEntry. |
java.lang.String |
getProcessUID()
Gets the processUID value for this LogEntry. |
java.lang.String |
getProgramName()
Gets the programName value for this LogEntry. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAssociatedURL(org.apache.axis.types.URI associatedURL)
Sets the associatedURL value for this LogEntry. |
void |
setEntryLevel(LogLevel entryLevel)
Sets the entryLevel value for this LogEntry. |
void |
setEntryTime(java.util.Calendar entryTime)
Sets the entryTime value for this LogEntry. |
void |
setMessage(java.lang.String message)
Sets the message value for this LogEntry. |
void |
setMessageNumber(int messageNumber)
Sets the messageNumber value for this LogEntry. |
void |
setProcessUID(java.lang.String processUID)
Sets the processUID value for this LogEntry. |
void |
setProgramName(java.lang.String programName)
Sets the programName value for this LogEntry. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String processUID
private java.lang.String programName
private java.lang.String message
private LogLevel entryLevel
private org.apache.axis.types.URI associatedURL
private java.util.Calendar entryTime
private int messageNumber
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public LogEntry()
public LogEntry(org.apache.axis.types.URI associatedURL, LogLevel entryLevel, java.util.Calendar entryTime, java.lang.String message, int messageNumber, java.lang.String processUID, java.lang.String programName)
Method Detail |
---|
public java.lang.String getProcessUID()
public void setProcessUID(java.lang.String processUID)
processUID
- Unique identifier of the process that generated the log
entry.public java.lang.String getProgramName()
public void setProgramName(java.lang.String programName)
programName
- Name of program that generated the log
entrypublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- Text of messagepublic LogLevel getEntryLevel()
public void setEntryLevel(LogLevel entryLevel)
entryLevel
- Level (error, warn, info, ...)public org.apache.axis.types.URI getAssociatedURL()
public void setAssociatedURL(org.apache.axis.types.URI associatedURL)
associatedURL
- public java.util.Calendar getEntryTime()
public void setEntryTime(java.util.Calendar entryTime)
entryTime
- public int getMessageNumber()
public void setMessageNumber(int messageNumber)
messageNumber
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |