Uses of Interface
org.eclipse.persistence.logging.SessionLog
-
-
Uses of SessionLog in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type SessionLog Modifier and Type Method Description static StringDBPlatformHelper. getDBPlatform(String vendorName, String minorVersion, String majorVersion, SessionLog logger)Get Database Platform from vendor name. -
Uses of SessionLog in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionLog Modifier and Type Field Description protected SessionLogAbstractSession. sessionLogDestination for logged messages and SQL.Methods in org.eclipse.persistence.internal.sessions that return SessionLog Modifier and Type Method Description SessionLogAbstractSession. getSessionLog()PUBLIC: Return the session log to which an accessor logs messages and SQL.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionLog Modifier and Type Method Description voidAbstractSession. setSessionLog(SessionLog sessionLog)PUBLIC: Set the session log to which an accessor logs messages and SQL. -
Uses of SessionLog in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return SessionLog Modifier and Type Method Description protected SessionLogSessionsFactory. buildDefaultSessionLogConfig(DefaultSessionLogConfig defaultSessionLogConfig)INTERNAL: Wrapped by the getSessionLog() call, therefore, config can't be null at this point.protected SessionLogSessionsFactory. buildJavaLogConfig(JavaLogConfig javaLogConfig, AbstractSession session)INTERNAL:protected SessionLogSessionsFactory. buildServerLogConfig(ServerLogConfig serverLogConfig, AbstractSession session)INTERNAL:protected SessionLogSessionsFactory. buildSessionLog(LogConfig logConfig, AbstractSession session)INTERNAL:Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionLog Modifier and Type Method Description protected voidSessionsFactory. processLogConfig(LogConfig logConfig, SessionLog log)INTERNAL: -
Uses of SessionLog in org.eclipse.persistence.logging
Classes in org.eclipse.persistence.logging that implement SessionLog Modifier and Type Class Description classAbstractSessionLogRepresents the abstract log that implements all the generic logging functions.classDefaultSessionLogPurpose: Default log used for the session when message logging is enabled.classJavaLogPUBLIC:Fields in org.eclipse.persistence.logging declared as SessionLog Modifier and Type Field Description protected static SessionLogAbstractSessionLog. defaultLogRepresents the singleton SessionLogMethods in org.eclipse.persistence.logging that return SessionLog Modifier and Type Method Description static SessionLogAbstractSessionLog. getLog()PUBLIC:Methods in org.eclipse.persistence.logging with parameters of type SessionLog Modifier and Type Method Description static voidAbstractSessionLog. setLog(SessionLog sessionLog)PUBLIC: -
Uses of SessionLog in org.eclipse.persistence.platform.server
Classes in org.eclipse.persistence.platform.server that implement SessionLog Modifier and Type Class Description classServerLogBasic logging class that provides framework for integration with the application server log.Methods in org.eclipse.persistence.platform.server that return SessionLog Modifier and Type Method Description SessionLogNoServerPlatform. getServerLog()INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the baseSessionLogServerPlatform. getServerLog()INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the baseSessionLogServerPlatformBase. getServerLog()INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the base -
Uses of SessionLog in org.eclipse.persistence.platform.server.glassfish
Methods in org.eclipse.persistence.platform.server.glassfish that return SessionLog Modifier and Type Method Description SessionLogGlassfishPlatform. getServerLog() -
Uses of SessionLog in org.eclipse.persistence.platform.server.was
Methods in org.eclipse.persistence.platform.server.was that return SessionLog Modifier and Type Method Description protected SessionLogWebSphere_7_Platform. createSessionLog()SessionLogWebSphere_7_Platform. getServerLog() -
Uses of SessionLog in org.eclipse.persistence.services
Methods in org.eclipse.persistence.services that return SessionLog Modifier and Type Method Description SessionLogRuntimeServices. getDeployedSessionLog() -
Uses of SessionLog in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return SessionLog Modifier and Type Method Description SessionLogSession. getSessionLog()PUBLIC: Return the session log to which an accessor logs messages and SQL.Methods in org.eclipse.persistence.sessions with parameters of type SessionLog Modifier and Type Method Description voidSession. setSessionLog(SessionLog sessionLog)PUBLIC: Set the session log to which an accessor logs messages and SQL. -
Uses of SessionLog in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker with parameters of type SessionLog Modifier and Type Method Description voidSessionBroker. setSessionLog(SessionLog log)PUBLIC: Set the session log.
-