|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.sessions.SessionLogEntry
Deprecated. Please use oracle.toplink.logging.SessionLogEntry
SessionLogEntry is a simple container object that holds all the information pertinent to a TopLink logging event. It has a date/time stamp indicating when the event took place. It holds the session, thread, and accessor responsible for the event. And it holds whatever message was passed through to be logged.
SessionLog
, DefaultSessionLog
, Serialized FormConstructor Summary | |
SessionLogEntry(int level, Session session, java.lang.String message, java.lang.Object[] params, Accessor connection, boolean shouldTranslate) Deprecated. PUBLIC: Create a new session log entry for a request level, a session, a message and an accessor |
|
SessionLogEntry(int level, java.lang.String category, Session session, java.lang.String message, java.lang.Object[] params, Accessor connection, boolean shouldTranslate) Deprecated. PUBLIC: Create a new session log entry for a request level, a session, a message and an accessor |
|
SessionLogEntry(Session session) Deprecated. PUBLIC: Create a new session log entry for a session |
|
SessionLogEntry(Session session, int level, java.lang.String category, java.lang.Throwable throwable) Deprecated. PUBLIC: Create a new session log entry for a session, a level, a category and an exception |
|
SessionLogEntry(Session session, java.lang.String message) Deprecated. PUBLIC: Create a new session log entry for a session and a message |
|
SessionLogEntry(Session session, java.lang.String message, Accessor connection) Deprecated. PUBLIC: Create a new session log entry for a session, a message and an accessor |
|
SessionLogEntry(Session session, java.lang.String message, boolean isDebug, Accessor connection) Deprecated. replaced by SessionLogEntry(int level, Session session, String message, Object[] params, Accessor connection, boolean shouldTranslate) |
|
SessionLogEntry(Session session, java.lang.Throwable throwable) Deprecated. PUBLIC: Create a new session log entry for a session and an exception |
Method Summary | |
Accessor |
getConnection() Deprecated. PUBLIC: Return the connection that generated the log entry. |
java.util.Date |
getDate() Deprecated. PUBLIC: Return the date of the log entry. |
java.lang.Throwable |
getException() Deprecated. PUBLIC: Return the exception that caused the log entry. |
int |
getLevel() Deprecated. PUBLIC: Return the request level of the log entry. |
java.lang.String |
getMessage() Deprecated. PUBLIC: Return the log entry's message. |
java.lang.String |
getNameSpace() Deprecated. PUBLIC: Return the name space of the log entry. |
java.lang.Object[] |
getParameters() Deprecated. PUBLIC: Return the array of parameters to the message. |
Session |
getSession() Deprecated. PUBLIC: Return the session that generated the log entry. |
java.lang.Thread |
getThread() Deprecated. PUBLIC: Return the thread that was active when the log entry was generated. |
boolean |
hasException() Deprecated. PUBLIC: Return if the log entry was for an exception. |
boolean |
isDebug() Deprecated. replaced by level |
void |
setConnection(Accessor connection) Deprecated. PUBLIC: Set the connection that generated the log entry. |
void |
setDate(java.util.Date date) Deprecated. PUBLIC: Set the date of the log entry. |
void |
setException(java.lang.Throwable throwable) Deprecated. PUBLIC: Set the exception that caused the log entry. |
void |
setIsDebug(boolean isDebug) Deprecated. replaced by level |
void |
setLevel(int level) Deprecated. PUBLIC: Set the request level of the log entry. |
void |
setMessage(java.lang.String message) Deprecated. PUBLIC: Set the entry's message. |
void |
setNameSpace(java.lang.String nameSpace) Deprecated. PUBLIC: Set the name space of the log entry. |
void |
setParameters(java.lang.Object[] params) Deprecated. PUBLIC: Set the array of parameters to the message. |
void |
setSession(Session session) Deprecated. PUBLIC: Set the session that generated the log entry. |
void |
setShouldTranslate(boolean shouldTranslate) Deprecated. PUBLIC: Set if the message should be translated. |
void |
setThread(java.lang.Thread thread) Deprecated. PUBLIC: Set the thread that was active when the log entry was generated. |
boolean |
shouldTranslate() Deprecated. PUBLIC: Return if the message should be translated. |
java.lang.String |
toString() Deprecated. PUBLIC: Print message. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SessionLogEntry(Session session)
public SessionLogEntry(Session session, java.lang.Throwable throwable)
public SessionLogEntry(Session session, java.lang.String message)
public SessionLogEntry(Session session, java.lang.String message, Accessor connection)
public SessionLogEntry(Session session, java.lang.String message, boolean isDebug, Accessor connection)
public SessionLogEntry(int level, Session session, java.lang.String message, java.lang.Object[] params, Accessor connection, boolean shouldTranslate)
public SessionLogEntry(int level, java.lang.String category, Session session, java.lang.String message, java.lang.Object[] params, Accessor connection, boolean shouldTranslate)
public SessionLogEntry(Session session, int level, java.lang.String category, java.lang.Throwable throwable)
Method Detail |
public Accessor getConnection()
public java.util.Date getDate()
public java.lang.Throwable getException()
public java.lang.String getMessage()
public Session getSession()
public java.lang.Thread getThread()
public int getLevel()
public java.lang.String getNameSpace()
public java.lang.Object[] getParameters()
public boolean shouldTranslate()
public boolean hasException()
public boolean isDebug()
public void setConnection(Accessor connection)
public void setDate(java.util.Date date)
public void setException(java.lang.Throwable throwable)
public void setIsDebug(boolean isDebug)
public void setMessage(java.lang.String message)
public void setSession(Session session)
public void setThread(java.lang.Thread thread)
public void setLevel(int level)
public void setNameSpace(java.lang.String nameSpace)
public void setParameters(java.lang.Object[] params)
public void setShouldTranslate(boolean shouldTranslate)
public java.lang.String toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |