|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface BaseLogEntry
| Field Summary | |
|---|---|
static String |
DEFAULT_ID
Deprecated. |
static String |
DEFAULT_SUBSYSTEM
Deprecated. |
| Method Summary | |
|---|---|
void |
ensureFormattedDateInitialized(DateFormatter df)
Deprecated. Formats the timestamp |
String |
getDiagnosticContextId()
Deprecated. Gets the diagnostic context id associated with this log event. |
String |
getFormattedDate()
Deprecated. Gets the formatted date string |
String |
getId()
Deprecated. Gets the message id of this log entry |
String |
getLogMessage()
Deprecated. Gets the message content of this log entry. |
String |
getMachineName()
Deprecated. Gets the machine name on which this log entry was created |
String |
getServerName()
Deprecated. Gets the server name on which this log entry was created |
int |
getSeverity()
Deprecated. Gets the severity level for this message. |
String |
getSubsystem()
Deprecated. Gets the name of the subsystem emitting this message |
String |
getThreadName()
Deprecated. Gets the thread name in which this event was generated. |
ThrowableWrapper |
getThrowableWrapper()
Deprecated. Gets the exception associated with this log event. |
long |
getTimestamp()
Deprecated. Gets the timestamp when this message was created. |
String |
getTransactionId()
Deprecated. Gets the JTA transaction id. |
String |
getUserId()
Deprecated. Gets the user id who generated this log event. |
void |
setDiagnosticContextId(String diagnosticContextId)
Deprecated. Set the diagnostic context id |
void |
setMachineName(String machineName)
Deprecated. Set the machine name |
void |
setServerName(String serverName)
Deprecated. Set the server name |
void |
setThrowableWrapper(ThrowableWrapper throwableWrapper)
Deprecated. Sets the wrapper over the throwable associated with this message. |
void |
setTransactionId(String txId)
Deprecated. Set the transaction id |
void |
setUserId(String userId)
Deprecated. Set the user id |
| Field Detail |
|---|
static final String DEFAULT_ID
static final String DEFAULT_SUBSYSTEM
| Method Detail |
|---|
void ensureFormattedDateInitialized(DateFormatter df)
df - String getFormattedDate()
String getId()
String getMachineName()
String getServerName()
String getThreadName()
String getUserId()
String getTransactionId()
int getSeverity()
String getSubsystem()
long getTimestamp()
String getLogMessage()
ThrowableWrapper getThrowableWrapper()
String getDiagnosticContextId()
void setUserId(String userId)
userId - void setTransactionId(String txId)
txId - void setMachineName(String machineName)
machineName - void setServerName(String serverName)
serverName - void setDiagnosticContextId(String diagnosticContextId)
diagnosticContextId - void setThrowableWrapper(ThrowableWrapper throwableWrapper)
throwableWrapper -
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||