Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common.logging | |
oracle.ifs.fdk | |
oracle.ifs.fdk.impl | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
LibrarySession
A LibrarySession is used to represent a connection-based Session with the
CM SDK server.
|
class |
TieLibrarySession
TieLibrarySession allows the Oracle-defined behavior of the
LibrarySession class to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
LogInfo |
IfsLogRecord.getLogInfo()
Get the object that contains our extra data
.
|
LogInfo |
LogInfoProvider.getLogInfo() |
Modifier and Type | Method and Description |
---|---|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg)
Log a message with extra IFS info.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1,
Object arg2)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1,
Object arg2,
Object arg3)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1,
Object arg2,
Object arg3,
Object arg4)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Object arg5)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Object arg5,
Object arg6)
Log a message with IFS extra logging info, and with additional arguments
to be concatenated to the log message.
|
void |
IfsLogger.log(Level level,
LogInfo logInfo,
String msg,
Throwable thrown)
Log a message with a throwable and extra IFS logging information.
|
void |
IfsLogRecord.setLogInfo(LogInfo logInfo)
Set the object that provids our extra log info.
|
Constructor and Description |
---|
IfsLogRecord(String loggerName,
Level level,
String msg,
Throwable thrown,
LogInfo logInfo)
Constructor to create a basic log record, with info and a throwable.
|
Modifier and Type | Class and Description |
---|---|
class |
FdkSession
Represents an authenticated user session.
|
Modifier and Type | Class and Description |
---|---|
class |
FdkGuestSessionImpl
Implementation of a guest session.
|
class |
FdkSessionImpl
Abstract base class for various session type implementations.
|
class |
FdkSystemSessionImpl
Implementation of a system session.
|
class |
FdkUserSessionImpl
The implementation of a connected user session.
|
Modifier and Type | Class and Description |
---|---|
class |
S_LibrarySession
An S_LibrarySession represents a user session in the CM SDK repository.
|
class |
S_TieLibrarySession
S_TieLibrarySession allows the Oracle-defined behavior of the
S_LibrarySession class to be extended or overridden.
|
Copyright © 2023. All rights reserved.