A B C D E F G H I J L M N O P R S T U V W X

A

addApplicationPropertiesChangedListener(ApplicationPropertiesChangeListener) - Method in interface com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesAccess
Adds a listener on the application properties.
addBodyPart(MultipartPart) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Adds a sub-message to this multipart message.
addBodyPart(MultipartPart, int) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Adds a sub-message in this multipart message on a specified position.
addChild(Group) - Method in class com.sap.tc.logging.Group
 
addFilter(IFilter) - Method in class com.sap.tc.logging.BaseLog
 
addFilter(IFilter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Adds another filter that controls messages flow via this log.
addFilter(Filter) - Method in interface com.sap.tc.logging.interfaces.ILog
Adds another filter that controls writing of messages via this log.
addFilter(Filter) - Method in class com.sap.tc.logging.Log
Adds another filter that controls writing of messages via this log.
addFilter(Filter) - Method in class com.sap.tc.logging.LogController
Adds another filter that, besides the effective severity, controls output via this log controller.
addFormParameters - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
addFormParametersToRequest() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Adds the data sent with "multipart/form-data" type of request in the parameters set of the request.
addHeader(String, String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Adds a header with specified name and value in this multipart sub-message.
addListener(EventListener) - Method in interface com.sap.tc.logging.EventDispatcher
To add a listener to the logging tool
addListener(EventListener) - Method in class com.sap.tc.logging.LoggingManager
To add a listener to the logging tool
addLocalLog(Log) - Method in class com.sap.tc.logging.LogController
Deprecated.  
addLog(Log) - Method in class com.sap.tc.logging.LogController
Adds another log for this log controller to write messages to.
addOwner(String) - Method in class com.sap.tc.logging.Log
 
addPrivateLog(Log) - Method in class com.sap.tc.logging.LogController
Adds another private log for this log controller to write messages to.
align(String[], int[], int[]) - Method in class com.sap.tc.logging.TraceFormatter
 
ALL - Static variable in class com.sap.tc.logging.Severity
Severity that allows all messages to be written.
ALLTYPES - Static variable in class com.sap.tc.logging.FormatterType
Returns an immutable list of predefined formatter types.
APPLICATION - Static variable in class com.sap.tc.logging.Category
Deprecated. Use APPLICATIONS
ApplicationPropertiesAccess - Interface in com.sap.engine.services.configuration.appconfiguration
Title: Application Server Java Description: Persistent Configuration Framework Copyright: Copyright (c) 2002 Company: SAP AG
ApplicationPropertiesChangeListener - Interface in com.sap.engine.services.configuration.appconfiguration
Title: Application Server Java Description: Persistent Configuration Framework Copyright: Copyright (c) 2002 - 2003 Company: SAP AG
APPLICATIONS - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_ARCHIVING - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_BACKUP - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_CONFIGURATION - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_FAILOVER - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_INFRASTRUCTURE - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_RESOURCES - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_SECURITY - Static variable in class com.sap.tc.logging.Category
 
assertion(boolean, String) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.ERROR which indicates that an assertion has failed.
assertion(Category, boolean, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
assertion(Category[], boolean, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
assertion(String, boolean, String) - Method in class com.sap.tc.logging.Location
Same as Location.assertion(boolean, java.lang.String) but appends a string denoting a sublocation to the name of this location.
assertion(Category, String, boolean, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
assertion(Category[], String, boolean, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
assertLifetime(byte) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Returns if locking is currently allowed for the given lifetime.
assertLifetime(byte) - Method in interface com.sap.engine.services.applocking.TableLocking
Deprecated. does not work for local transactions

B

BaseLog - Class in com.sap.tc.logging
 
BaseLog() - Constructor for class com.sap.tc.logging.BaseLog
 
beDebug() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a debug message, that is a message with severity Severity.DEBUG.
beDebug(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beDebug(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beError() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for an error message, that is a message with severity Severity.ERROR.
beError(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beError(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beFatal() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a fatal error message, that is a message with severity Severity.FATAL.
beFatal(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beFatal(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beGroup() - Method in class com.sap.tc.logging.Log
Deprecated. Not supported anymore. Always return False!
beGroup() - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
beInfo() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for an informational message, that is a message with severity Severity.INFO.
beInfo(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beInfo(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beLogged(LogRecord) - Method in interface com.sap.tc.logging.Filter
Decides whether a log record should be written to a log.
beLogged(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Checks whether a message with the specified severity would be written via this log.
beLogged(int) - Method in class com.sap.tc.logging.Log
Checks whether a message with the specified severity would be written via this log.
beLogged(int) - Method in class com.sap.tc.logging.LogController
Checks whether a message with the specified severity would be written via this log controller.
beLogged(int, LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beLogged(int, LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
bePath() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a path message, that is a message with severity Severity.PATH.
bePath(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
bePath(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beRead(byte[]) - Method in interface com.sap.tc.logging.interfaces.IFilter
Decides whether a log record should be read from a log.
beRead(LogRecord) - Method in interface com.sap.tc.logging.MessageEventListener
 
beWarning() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a warning message, that is a message with severity Severity.WARNING.
beWarning(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
beWarning(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
BOUNDARY_NOT_FOUND - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Incorrect Content-Type header.
BufferDataException - Exception in com.sap.tc.logging.exceptions
 
BufferDataException(String) - Constructor for exception com.sap.tc.logging.exceptions.BufferDataException
 
BufferDataException(String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.BufferDataException
 
buildFileFromPattern(String, int) - Static method in class com.sap.tc.logging.FileLogSet
 
buildMessageKeyAndID(String, String) - Static method in class com.sap.tc.logging.MsgObject
 

C

calculateFileNames() - Method in class com.sap.tc.logging.FileLog
 
calculateFileNames(String, int) - Static method in class com.sap.tc.logging.FileLog
 
catching(Throwable) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that this method location has caught an exception.
catching(Category, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
catching(Category[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
catching(String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.catching(java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
catching(Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
catching(Category[], String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
catchingIntByAPI(Throwable) - Method in class com.sap.tc.logging.LogController
 
Category - Class in com.sap.tc.logging
Describes messages specific to distinguished problem areas and is above all used to emit log messages.
CENTER - Static variable in class com.sap.tc.logging.TraceFormatter
 
charset - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
check(int) - Static method in class com.sap.tc.logging.Severity
Checks whether a severity is within the valid range.
classLoadInfoProvider - Static variable in class com.sap.tc.logging.LoggingManager
 
clone() - Method in class com.sap.tc.logging.BaseLog
 
clone() - Method in class com.sap.tc.logging.FileLog
 
clone() - Method in class com.sap.tc.logging.Log
 
clone() - Method in class com.sap.tc.logging.StreamLog
 
close() - Method in class com.sap.tc.logging.BaseLog
 
close(LogController) - Method in class com.sap.tc.logging.Group
 
close() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Closes this log object.
close() - Method in interface com.sap.tc.logging.interfaces.ILog
Closes output of this log object.
close() - Method in class com.sap.tc.logging.Log
Closes output of this log object.
CloseException - Exception in com.sap.tc.logging.exceptions
 
CloseException(String, String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.CloseException
 
closeGroup() - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
closeInt() - Method in class com.sap.tc.logging.BaseLog
 
closeInt() - Method in class com.sap.tc.logging.ConsoleLog
 
closeInt() - Method in class com.sap.tc.logging.Log
Closes output of this log object.
closeInt() - Method in class com.sap.tc.logging.StreamLog
 
com.sap.engine.services.applocking - package com.sap.engine.services.applocking
 
com.sap.engine.services.configuration.appconfiguration - package com.sap.engine.services.configuration.appconfiguration
 
com.sap.engine.services.servlets_jsp.lib.multipart - package com.sap.engine.services.servlets_jsp.lib.multipart
 
com.sap.tc.logging - package com.sap.tc.logging
Provides the classes for emitting and controlling the output of trace and log messages, and the classes for organizing hierarchies of message kinds, origins and destinations.
com.sap.tc.logging.exceptions - package com.sap.tc.logging.exceptions
 
com.sap.tc.logging.interfaces - package com.sap.tc.logging.interfaces
 
com.sap.transaction - package com.sap.transaction
 
commitLevel(TransactionTicket) - Method in interface com.sap.transaction.ITxManager
Commmits the transaction level associated with the given transaction ticket.
commitLevel(TransactionTicket) - Static method in class com.sap.transaction.TxManager
Commmits the transaction level associated with the given transaction ticket.
compareField(int, int, String, String) - Static method in class com.sap.tc.logging.ListFormatter
 
Configurator - Class in com.sap.tc.logging
Configures the Logging API according to its settings.
Configurator() - Constructor for class com.sap.tc.logging.Configurator
 
Configurator(ClassLoader) - Constructor for class com.sap.tc.logging.Configurator
 
configure() - Method in class com.sap.tc.logging.Configurator
Configures tracing and logging according to the settings of the configurator.
configure() - Method in class com.sap.tc.logging.PropertiesConfigurator
 
ConsoleLog - Class in com.sap.tc.logging
Writes log records to System.err.
ConsoleLog() - Constructor for class com.sap.tc.logging.ConsoleLog
Configures this console log.
ConsoleLog(Formatter) - Constructor for class com.sap.tc.logging.ConsoleLog
Configures this console log for writing with a custom formatter.
CONTENT_TYPE_HEADER_NOT_FOUND - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Content-Type header not found or has no value.
contentType - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
convertRelatives(LogController[]) - Method in class com.sap.tc.logging.Location
 
convertRelatives(LogController[]) - Method in class com.sap.tc.logging.LogController
 
CORELATE_STRING - Static variable in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
correct(int) - Static method in class com.sap.tc.logging.Severity
Corrects an invalid severity to the closest valid value.
createExceptionMessage(String, String, Object...) - Static method in class com.sap.tc.logging.LoggingUtilities
 
CreateLogfileEvent - Class in com.sap.tc.logging
This event will be fired when an existing logfile is being cleaned up and overwritten with new messages.
CreateLogfileEvent(String, int, int) - Constructor for class com.sap.tc.logging.CreateLogfileEvent
 
CreateLogfileListener - Interface in com.sap.tc.logging
Listen to the create logfile event.
createLogicalLocking(String, String) - Method in interface com.sap.engine.services.applocking.LogicalLockingFactory
Creates a new instance of the LogicalLocking, which belongs to a given namespace.
csnComponent - Variable in class com.sap.tc.logging.Location
 

D

DataException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
DataException(String, String) - Constructor for exception com.sap.tc.logging.exceptions.DataException
 
DataException(String, String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.DataException
 
DCMapping - Class in com.sap.tc.logging
 
DCMapping() - Constructor for class com.sap.tc.logging.DCMapping
 
dcName - Variable in class com.sap.tc.logging.Location
 
dcSeverity(String) - Static method in class com.sap.tc.logging.DCMapping
 
debug(MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
debug(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
debug(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debug(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
DEBUG - Static variable in class com.sap.tc.logging.Severity
Recommended severity for debug messages.
debugT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
debugT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
DEF_LIMIT - Static variable in class com.sap.tc.logging.FileLog
 
DEF_LIMIT - Static variable in class com.sap.tc.logging.FileLogSet
 
DEFAULT_FORMATTER - Static variable in class com.sap.tc.logging.LoggingManager
 
defaultConfiguration(Category, String) - Static method in class com.sap.tc.logging.LoggingUtilities
Use this method for stand alone tools only.
defaultConfiguration(Location, String) - Static method in class com.sap.tc.logging.LoggingUtilities
Use this method for stand alone tools only.
DELIMITER_STR - Static variable in class com.sap.tc.logging.ListFormatter
 
deployInfoProvider - Static variable in class com.sap.tc.logging.LoggingManager
 

E

EMPTY_CORRELATOR_ID - Static variable in class com.sap.tc.logging.UID
 
EMPTY_STRING - Static variable in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
entering() - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that execution had entered this method location.
entering(Category) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(Category[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(String) - Method in class com.sap.tc.logging.Location
Same as Location.entering() but appends a string denoting a sublocation to the name of this location.
entering(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(Object[]) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that execution had entered this method location.
entering(Category, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(Category[], Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.entering(java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
entering(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
entering(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
EOL - Static variable in class com.sap.tc.logging.Formatter
 
equals(Object) - Method in class com.sap.tc.logging.ConsoleLog
 
equals(Object) - Method in class com.sap.tc.logging.FileLog
 
equals(Object) - Method in class com.sap.tc.logging.Formatter
Compare to Formatter clasess.
equals(Object) - Method in class com.sap.tc.logging.FormatterType
A final method with same behavior as in parent class Object.
equals(Object) - Method in class com.sap.tc.logging.Group
 
equals(Object) - Method in class com.sap.tc.logging.GUId
 
equals(Object) - Method in class com.sap.tc.logging.LogRecord
 
equalsPattern(String, boolean) - Method in class com.sap.tc.logging.FileLog
 
error(Location, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, String, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
error(MsgObject) - Method in class com.sap.tc.logging.Location
Same as #logT(int, com.sap.tc.logging.MsgObject) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
error(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
error(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
error(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
ERROR - Static variable in class com.sap.tc.logging.Severity
Recommended severity of error messages.
errorT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
errorT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
escape(String, StringBuffer) - Method in class com.sap.tc.logging.XMLFormatter
 
escapeAndConcat(CharSequence, StringBuilder) - Method in class com.sap.tc.logging.ListFormatter
 
Event - Interface in com.sap.tc.logging
General Event from logging
EventDispatcher - Interface in com.sap.tc.logging
Manage the general event notification mechanism
EventDispatcherFactory - Class in com.sap.tc.logging
This factory manages the event dispatcher of the logging tool.
EventListener - Interface in com.sap.tc.logging
General listener to an event from logging
eventLogIsClosed(IBaseLog) - Method in interface com.sap.tc.logging.LogEvents
 
eventLogIsOpen(IBaseLog) - Method in interface com.sap.tc.logging.LogEvents
 
exiting() - Method in class com.sap.tc.logging.Location
Logs message of group severity which indicates that execution is about to leave this method location.
exiting(String) - Method in class com.sap.tc.logging.Location
Same as Location.exiting() but appends a string denoting a sublocation to the name of this location.
exiting(Object) - Method in class com.sap.tc.logging.Location
Logs message of group severity which indicates that execution is about to leave this method location.
exiting(String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.exiting(java.lang.Object) but appends a string denoting a sublocation to the name of this location.
expandPattern(boolean) - Method in class com.sap.tc.logging.FileLog
 
expandPattern(int, boolean) - Method in class com.sap.tc.logging.FileLog
 
expandPattern(String, int, boolean, boolean) - Method in class com.sap.tc.logging.FileLog
 

F

F_NAME_APPLICATION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DATE_TIME - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_COMPONENT - Static variable in class com.sap.tc.logging.ListFormatter
Deprecated.  
F_NAME_DSR_CONNECTION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_COUNTER - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_ROOT_CONTEXT_ID - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_TRANSACTION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_USER - Static variable in class com.sap.tc.logging.ListFormatter
Deprecated.  
F_NAME_LOCATION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_MSG_CLEAR - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SESSION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SEVERITY - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SOURCE - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_THREAD_NAME - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_TIME_ZONE - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_TRANSACTION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_USER - Static variable in class com.sap.tc.logging.ListFormatter
 
fatal(Location, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject) but always emits an fatal message, that is a message of severity Severity.FATAL.
fatal(Location, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject, java.lang.Object[]) but always emits an fatal message, that is a message of severity Severity.FATAL.
fatal(Location, String, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject) but always emits an fatal message, that is a message of severity Severity.FATAL.
fatal(Location, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject, java.lang.Object[]) but always emits an fatal message, that is a message of severity Severity.FATAL.
fatal(Location, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, String, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
fatal(MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
fatal(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
fatal(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatal(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
FATAL - Static variable in class com.sap.tc.logging.Severity
Recommended severity of fatal error messages.
fatalT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
fatalT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
FileCloseException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileCloseException(String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.FileCloseException
 
FileDataException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileDataException(String) - Constructor for exception com.sap.tc.logging.exceptions.FileDataException
 
FileDataException(String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.FileDataException
 
FileLog - Class in com.sap.tc.logging
Writes log records to files.
FileLog(String) - Constructor for class com.sap.tc.logging.FileLog
Configures this file log for writing to a single file.
FileLog(String, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom appending logic.
FileLog(String, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter.
FileLog(String, Formatter, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter and appending logic.
FileLog(String, String) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding.
FileLog(String, String, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding and appending logic.
FileLog(String, String, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter and character encoding.
FileLog(String, String, Formatter, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding, formatter and appending logic.
FileLog(String, int, int) - Constructor for class com.sap.tc.logging.FileLog
Configures this file log for writing to a rotating set of numbered files.
FileLog(String, int, int, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom formatter.
FileLog(String, String, int, int) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom character encoding.
FileLog(String, String, int, int, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom formatter and character encoding.
FileLog() - Constructor for class com.sap.tc.logging.FileLog
 
FileLogSet - Class in com.sap.tc.logging
 
FileLogSet(String, String, int, int, int) - Constructor for class com.sap.tc.logging.FileLogSet
 
FileOpenException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileOpenException(String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.FileOpenException
 
Filter - Interface in com.sap.tc.logging
Provides, in addition to effective severities, control of writing log records to logs or log controllers.
FINAL_BOUNDARY_NOT_FOUND - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Final boundary not found.
finalize() - Method in class com.sap.tc.logging.Log
 
finallyLocalize() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Finally localizes the LocalizableText message (if there is one attached).
finallyLocalize(Locale) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Finally localizes the LocalizableText message (if there is one attached).
finallyLocalize(TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Finally localizes the LocalizableText message (if there is one attached).
finallyLocalize(Locale, TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Finally localizes the LocalizableText message (if there is one attached).
findBeginningOfFileSet() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the file from the file set, where the first (oldest) message was written.
findEndOfFileSet() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the file from the file set, where the last (newest) message was written.
flush() - Method in interface com.sap.tc.logging.interfaces.ILog
Flushes buffered records in this log object.
flush() - Method in class com.sap.tc.logging.Log
Flushes buffered records in this log object.
flushInt() - Method in class com.sap.tc.logging.Log
Flushes buffered records in this log object.
flushInt() - Method in class com.sap.tc.logging.StreamLog
 
FORM_DATA_TYPE - Static variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
The content type used for submitting forms that contain files, non-ASCII data, and binary data in series of parts.
format(LogRecord) - Method in class com.sap.tc.logging.Formatter
Formats a log record which is then ready to be written to a log.
format(LogRecord) - Method in class com.sap.tc.logging.ListFormatter
 
format(LogRecord) - Method in class com.sap.tc.logging.TraceFormatter
 
format(LogRecord) - Method in class com.sap.tc.logging.XMLFormatter
 
Formatter - Class in com.sap.tc.logging
Formats log records on behalf of logs the formatter is registered with.
Formatter() - Constructor for class com.sap.tc.logging.Formatter
 
Formatter(FormatterType) - Constructor for class com.sap.tc.logging.Formatter
 
FormatterType - Class in com.sap.tc.logging
Defines and provides typesafe enums of types of Formatter used in logging to format a log message and its related information.
FormatterType(String) - Constructor for class com.sap.tc.logging.FormatterType
 

G

getAdditionalInfo() - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
getAdditionalInfoID() - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
getAllHeaderNames() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns an enumeration of the names of all headers of this multipart sub-message.
getAllLogs() - Method in class com.sap.tc.logging.LogController
Gets all logs (public, private, local and logs inherent from parent) this log controller writes messages to.
getAllLogs() - Method in class com.sap.tc.logging.LoggingManager
 
getApplication() - Method in class com.sap.tc.logging.LogRecord
Gets the application on behalf of which this log record was issued.
getApplicationProperties() - Method in interface com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesAccess
Returns a the global properties of the application or null if no global properties are available.
getArgObjs() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the argument objects of the template-based message belonging to this log record.
getArgObjs() - Method in class com.sap.tc.logging.LogRecord
Gets the argument objects of the template-based message belonging to this log record.
getArgs() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the toString results of the argument objects of the template-based message belonging to this log record.
getArgs() - Method in class com.sap.tc.logging.LogRecord
Gets the toString results of the argument objects of the template-based message belonging to this log record.
getBody() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns a byte array containing the body of this multipart sub-message Use this method carefully, cause it tries to load the whole body in the memory
getBodyPart(int) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns a sub-message at a specified position within this multipart message.
getBodyPart(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns a sub-message with a specified name.
getBodyParts() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns an enumeration of all sub-messages within this multipart message.
getBookMark() - Method in class com.sap.tc.logging.LogRecord
BookMark represents a pointer in the Log where this LogRecord starts.
getCallerClassLoaderName() - Method in interface com.sap.tc.logging.interfaces.IClassLoadRuntimeInfoProvider
 
getCategory(Category, String) - Static method in class com.sap.tc.logging.Category
Gets the category with the specified name relative to another category.
getCategory(String) - Static method in class com.sap.tc.logging.Category
Deprecated. Parent (relative) category must be specified.
getCause() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Returns the cause of the error of this exception.
getCause() - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
Getter method for root cause.
getCharacterEncoding() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the character encoding of this sub-message as specified by its Content-type header
getChildren() - Method in class com.sap.tc.logging.LogController
Gets the collection of children of this log controller.
getClassLoader() - Method in class com.sap.tc.logging.Configurator
Gets the class loader that is responsible for loading custom classes in this configurator.
getClassLoader() - Method in class com.sap.tc.logging.LogController
Gets the class loader assigned to this log controller for getting resource bundles.
getClassLoadRuntimeInfoProvider() - Static method in class com.sap.tc.logging.LoggingManager
 
getCnt() - Method in class com.sap.tc.logging.FileLog
Gets the max count number of rotating fileset
getCnt() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the max count number of rotating fileset
getContentID() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the Content-Id header of this sub-message
getContentType() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns the content type of this multipart body.
getContentType() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the content type of this multipart sub-message as specified by its Content-Type headers
getCorrelationID() - Method in interface com.sap.tc.logging.interfaces.IThreadRuntimeInfoProvider
Returns the ID of the task that the current thread is executing at the moment.
getCorrelatorID() - Method in class com.sap.tc.logging.LogRecord
Gets the Correlator Id on behalf of which this log record was issued.
getCorrelatorID(String) - Static method in class com.sap.tc.logging.UID
 
getCorrelatorID() - Method in class com.sap.tc.logging.UID
Returns the time stamp with us resolution
getCount() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Returns the number of the sub-messages within this multipart message.
getCsnComponent(String) - Method in interface com.sap.tc.logging.interfaces.IClassLoadRuntimeInfoProvider
 
getCsnComponent(ClassLoader) - Method in interface com.sap.tc.logging.interfaces.IClassLoadRuntimeInfoProvider
 
getCSNComponent() - Method in class com.sap.tc.logging.Location
 
getCsnComponent() - Method in class com.sap.tc.logging.LogRecord
 
getCsnComponentByClassLoader(ClassLoader) - Static method in class com.sap.tc.logging.LoggingUtilities
 
getCsnComponentByClassLoaderName(String) - Static method in class com.sap.tc.logging.LoggingUtilities
 
getCsnComponentByDcName(String) - Method in interface com.sap.tc.logging.interfaces.IDeployRuntimeInfoProvider
 
getCsnComponentByDCName(String) - Static method in class com.sap.tc.logging.LoggingUtilities
 
getCurrentOwner(byte) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Returns the current owner-id, to which all locks belong.
getCurrentOwner(byte) - Method in interface com.sap.engine.services.applocking.TableLocking
Deprecated. use getCurrentOwner(byte, Connection) instead, because does not work for local transactions
getCurrentOwner(byte, Connection) - Method in interface com.sap.engine.services.applocking.TableLocking
Returns the current owner-id, to which all locks belong.
getDcName(String) - Method in interface com.sap.tc.logging.interfaces.IClassLoadRuntimeInfoProvider
 
getDcName(ClassLoader) - Method in interface com.sap.tc.logging.interfaces.IClassLoadRuntimeInfoProvider
 
getDCName() - Method in class com.sap.tc.logging.Location
 
getDCName() - Method in class com.sap.tc.logging.LogRecord
 
getDcNameByClassLoader(ClassLoader) - Static method in class com.sap.tc.logging.LoggingUtilities
 
getDcNameByClassLoaderName(String) - Static method in class com.sap.tc.logging.LoggingUtilities
 
getDCNamesForReset() - Static method in class com.sap.tc.logging.DCMapping
 
getDebugCounter() - Static method in class com.sap.tc.logging.LogController
 
getDeployRuntimeInfoProvider() - Static method in class com.sap.tc.logging.LoggingManager
 
getDescription() - Method in class com.sap.tc.logging.BaseLog
 
getDescription() - Method in class com.sap.tc.logging.Group
 
getDescription() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getDescription() - Method in class com.sap.tc.logging.Log
Gets the description for this log.
getDescription() - Method in class com.sap.tc.logging.LogController
Gets the description for this log.
getDisposition() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the content-disposition of this multipart sub-message.
getDsrComponent() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getDSRConnection() - Method in class com.sap.tc.logging.LogRecord
 
getDSRCounter() - Method in class com.sap.tc.logging.LogRecord
 
getDSRRootContextID() - Method in class com.sap.tc.logging.LogRecord
 
getDsrTransaction() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getDsrTransactionID() - Method in interface com.sap.tc.logging.interfaces.IThreadRuntimeInfoProvider
Returns the transaction ID of the current user request.
getDSRTransactionID() - Method in class com.sap.tc.logging.LogRecord
Gets the DSR (Distributed Statistics Record) transaction on behalf of which this log record was issued.
getDsrUser() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getEffectiveSeverity() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the current effective severity of this log.
getEffectiveSeverity() - Method in class com.sap.tc.logging.Log
Gets the current effective severity of this log.
getEffectiveSeverity() - Method in class com.sap.tc.logging.LogController
Gets the current effective severity of this log controller.
getEffectiveSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getEffectiveSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getEncoding() - Method in class com.sap.tc.logging.BaseLog
 
getEncoding() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in class com.sap.tc.logging.Log
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in class com.sap.tc.logging.StreamLog
Gets the canonical name of the character encoding that is used for this log.
getErrorCounter() - Static method in class com.sap.tc.logging.LogController
 
getEventDispatcher() - Static method in class com.sap.tc.logging.EventDispatcherFactory
Returns the Event Dispatcher of the logging tool, for users to add or remove listeners to the logging tool.
getException() - Method in class com.sap.tc.logging.Configurator
Fetches the last exception thrown
getException() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return the specific error occurred for invalid operation(if any).
getFatalCounter() - Static method in class com.sap.tc.logging.LogController
 
getFields() - Static method in class com.sap.tc.logging.ListFormatter
 
getFile() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the current file in rotating file set
getFile(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the file from rotating fileset on given position (index).
getFile() - Method in class com.sap.tc.logging.PropertiesConfigurator
Gets the file used for this configurator.
getFileCnt() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileCnt() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getCnt()
getFileCurrentlyBeingWritten() - Method in class com.sap.tc.logging.FileLog
Deprecated. Same as FileLog.getFileName()
getFileLatest() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the latest (newest) file from the rotating fileset.
getFileLength() - Method in class com.sap.tc.logging.FileLog
Returns the length of the file(s).
getFileLength() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the length of the file(s).
getFileLimit() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileLimit() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getLimit()
getFileLog() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
 
getFileLog() - Method in class com.sap.tc.logging.ReleaseLogEvent
 
getFileName() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the file name of the file that this sub-message represents.
getFileName() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileName() - Method in class com.sap.tc.logging.FileLog
Deprecated. A current return value is equal to the java.io.File.getPath() (path name) but from the name of the method java.io.File.getName() (file name) is expected. Please use the FileLog.getPath() for getting a path name value, and the java.io.File.getName() for getting a file name value.
getFileName() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the current file name represented by this FileLog.
getFileName() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getFileName()
getFileNamePattern() - Method in class com.sap.tc.logging.FileLog
 
getFilePathPattern() - Method in class com.sap.tc.logging.FileLog
 
getFilePrime() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the prime (oldest) file from the rotating fileset.
getFilter(int) - Method in class com.sap.tc.logging.BaseLog
 
getFilter(int) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the filter that control messages flow via this log.
getFilters() - Method in class com.sap.tc.logging.BaseLog
 
getFilters() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the filters that control messages flow via this log.
getFilters() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the filters that control writing of messages via this log.
getFilters() - Method in class com.sap.tc.logging.Log
Gets the filters that control writing of messages via this log.
getFilters() - Method in class com.sap.tc.logging.LogController
Gets the filters that, besides the effective severity, control output via this log controller.
getFooter() - Method in class com.sap.tc.logging.BaseLog
 
getFooter(Log) - Method in class com.sap.tc.logging.Formatter
Returns the footer for a set of formatted records.
getFooter() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the footer text of this log.
getFooter() - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the footer text of this log.
getFooter() - Method in class com.sap.tc.logging.Log
Sets the footer text of this log.
getFooter(Log) - Method in class com.sap.tc.logging.XMLFormatter
 
getFormatter() - Method in class com.sap.tc.logging.BaseLog
 
getFormatter() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the formatter that dictates the format of log records in this log.
getFormatter() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the formatter that dictates the format of log records in this log.
getFormatter() - Method in class com.sap.tc.logging.Log
Gets the formatter that dictates the format of log records in this log.
getFormatterName() - Method in class com.sap.tc.logging.Formatter
Gets the descriptive name for this formatter.
getFormatterType() - Method in class com.sap.tc.logging.Formatter
Returns the type of formatter instance.
getGroup() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupDescription() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getGroupId() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the identification of the group.
getGroupId() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupID() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getGroupIndent() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the indentation of nested groups.
getGroupIndent() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getGroupLevel() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the level of nested groups.
getGroupLevel() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getGroupName() - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
getGroups() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupSize() - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
getHeader(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of a header with a specified name that is set for this multipart sub-message.
getHeader() - Method in class com.sap.tc.logging.BaseLog
 
getHeader(Log) - Method in class com.sap.tc.logging.Formatter
Returns the header for a set of formatted records.
getHeader() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the header text of this log.
getHeader() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the header text of this log.
getHeader() - Method in class com.sap.tc.logging.Log
Gets the header text of this log.
getHeader(Log) - Method in class com.sap.tc.logging.XMLFormatter
 
getHeaderValues(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the values of headers with specified name of this multipart sub-message.
getId() - Method in class com.sap.tc.logging.Group
 
getId() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the message identification of this log record.
getId() - Method in class com.sap.tc.logging.LogRecord
Gets the message identification of this log record.
getIncludeStackTraceForEachRecord() - Method in class com.sap.tc.logging.LoggingManager
 
getIndent() - Method in class com.sap.tc.logging.Group
 
getIndent() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getGroupIndent()
getIndex() - Method in class com.sap.tc.logging.FileLog
Gets the current file index in the rotating file set
getIndex() - Method in class com.sap.tc.logging.FileLogSet
 
getIndex() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the current file index in rotating file set
getInfoCounter() - Static method in class com.sap.tc.logging.LogController
 
getInputStream() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns an input stream for reading the body of this multipart sub-message
getIsActivityTrackingEnabled() - Method in class com.sap.tc.logging.LogController
 
getLevel() - Method in class com.sap.tc.logging.Group
 
getLevel() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getGroupLevel()
getLimit() - Method in class com.sap.tc.logging.FileLog
Gets the limit file size used for sequencing on the rotating output file
getLimit() - Method in class com.sap.tc.logging.FileLogSet
 
getLimit() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the limit file size used for sequencing on the rotating output file
getLimit() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the limit file size used for sequencing on the rotating output file
getListOfLocationIncludeStackTrace() - Method in class com.sap.tc.logging.LoggingManager
 
getLocalizableMessage() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets localizable message.
getLocalizedMessage() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets localized message.
getLocalizedMessage(Locale) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets localized message.
getLocalizedMessage(TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets localized message.
getLocalizedMessage(Locale, TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets localized message.
getLocalLogOwner() - Method in class com.sap.tc.logging.Log
 
getLocalLogs() - Method in class com.sap.tc.logging.LogController
Deprecated.  
getLocalLogsMap() - Method in class com.sap.tc.logging.LogController
 
getLocation(String) - Static method in class com.sap.tc.logging.Location
Gets the location with the specified name.
getLocation(String, String) - Static method in class com.sap.tc.logging.Location
 
getLocation(String, String, String) - Static method in class com.sap.tc.logging.Location
 
getLocation(Object) - Static method in class com.sap.tc.logging.Location
Gets the location for the class of the specified instance.
getLocation(Class) - Static method in class com.sap.tc.logging.Location
Gets the location for the specified class.
getLocation(Location, String) - Static method in class com.sap.tc.logging.Location
Gets the location with the specified name relative to another location.
getLocation() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getLocationName()
getLocationName() - Method in class com.sap.tc.logging.Group
 
getLocationName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the location the message belonging to this log record came from.
getLocationName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the location the message belonging to this log record came from.
getLoggedCnt() - Method in class com.sap.tc.logging.LogController
 
getLoggedCount() - Method in class com.sap.tc.logging.Log
 
getLoggedCount() - Method in class com.sap.tc.logging.LogController
 
getLoggingManager() - Static method in class com.sap.tc.logging.LoggingManager
 
getLogId() - Method in class com.sap.tc.logging.FileLog
Deprecated. Same as FileLog.getPattern()
getLogName() - Method in class com.sap.tc.logging.Log
Deprecated. @see {#getName()}.
getLogName() - Method in class com.sap.tc.logging.LogRecord
Log name represents a Log where this LogRecord is written to.
getLogRecord() - Method in class com.sap.tc.logging.MessageEvent
 
getLogs() - Method in class com.sap.tc.logging.LogController
Gets the normal logs this log controller writes messages to.
getLogTypeAccessibility() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the current accessibility type of this log.
getLogTypeAccessibility() - Method in class com.sap.tc.logging.Log
Gets the current accessibility type of this log.
getMaximumSeverity() - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMaximumSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMaximumSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMessage() - Method in class com.sap.tc.logging.LogRecord
Gets the full message of this log record.
getMessageAccessor() - Method in class com.sap.tc.logging.Formatter
Gets a MessageAccessor for this formatter.
getMessageBuilder() - Method in class com.sap.tc.logging.Formatter
Returns the MsgByte object.
getMessageBuilder() - Method in class com.sap.tc.logging.ListFormatter
Returns the MsgByte object.
getMessageID() - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
getMinimumSeverity() - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMinimumSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMinimumSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Deprecated.  
getMode() - Method in class com.sap.tc.logging.BaseLog
 
getMode() - Method in class com.sap.tc.logging.FileLog
Get current working mode of the FileLog return 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
getMode() - Method in class com.sap.tc.logging.FileLogSet
Get current working mode of the FileLog return 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
getMode() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Get current working mode
getMsgAlias() - Method in class com.sap.tc.logging.LogRecord
Gets the unique message alias.
getMsgClear() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the clear text version of this log record.
getMsgClear() - Method in class com.sap.tc.logging.LogRecord
Gets the clear text version of this log record.
getMsgCode() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the toString result of the language-independent message code of this log record.
getMsgCode() - Method in class com.sap.tc.logging.LogRecord
Gets the toString result of the language-independent message code of this log record.
getMsgDefault() - Method in class com.sap.tc.logging.LogRecord
Gets the default text version of this log record.
getMsgException() - Method in class com.sap.tc.logging.LogRecord
Gets the exception of this log record.
getMsgID() - Method in class com.sap.tc.logging.MsgObject
 
getMsgKey() - Method in class com.sap.tc.logging.MsgObject
 
getMsgKeyAndID() - Method in class com.sap.tc.logging.MsgObject
 
getMsgLocalized() - Method in class com.sap.tc.logging.LogRecord
Gets the localized text version of this log record.
getMsgText() - Method in class com.sap.tc.logging.MsgObject
 
getMsgType() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the type of the message text of this log record.
getMsgType() - Method in class com.sap.tc.logging.LogRecord
Gets the type of the message text of this log record.
getName() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the name of the body of this multipart sub-message.
getName() - Method in class com.sap.tc.logging.BaseLog
 
getName() - Method in class com.sap.tc.logging.FileLogSet
 
getName() - Method in class com.sap.tc.logging.Group
 
getName() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getName() - Method in class com.sap.tc.logging.Log
Gets the name for this log.
getName() - Method in class com.sap.tc.logging.LogController
Gets the name for this log.
getNestedLocalizedMessage() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Chains localized messages of the nested exceptions.
getNestedLocalizedMessage(Locale) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Chains localized messages of the nested exceptions.
getNestedLocalizedMessage(TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Chains localized message of the nested exceptions.
getNestedLocalizedMessage(Locale, TimeZone) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Chains localized message of the nested exceptions.
getNestedStackTraceString() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Chains the stack trace information of nested exceptions.
getNewLog() - Method in class com.sap.tc.logging.NewLogEvent
 
getNodeAddress() - Method in class com.sap.tc.logging.UID
Returns the node address. 6 bytes MAC or ip as fallback.
getNonExceptionArgsCount() - Method in class com.sap.tc.logging.LogRecord
 
getNumberOfLogRecordsWritten() - Method in interface com.sap.tc.logging.interfaces.ILog
This method returns the number that indicates how many LogRecords have been written so far.
getNumberOfLogRecordsWritten() - Method in class com.sap.tc.logging.Log
This method returns the number that indicates how many LogRecords have been written so far.
getOriginOfSeverity() - Method in class com.sap.tc.logging.LogController
 
getOutputStream() - Method in class com.sap.tc.logging.StreamLog
 
getOwners() - Method in class com.sap.tc.logging.Log
 
getParent() - Method in class com.sap.tc.logging.Category
Gets the parent category of this category.
getParent() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of this FileLog object's pattern's parent, or null if the pattern does not expand to a pathname that has a parent directory.
getParent() - Method in class com.sap.tc.logging.Group
 
getParent() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the pathname string of this FileLog object's pattern's parent, or null if the pattern does not expand to a pathname that has a parent directory.
getParent() - Method in class com.sap.tc.logging.Location
Gets the parent location of this location.
getParentFile() - Method in class com.sap.tc.logging.FileLog
Deprecated. Use new java.io.File(FileLog.getParent())
getPath() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the current file this FileLog object represent.
getPath() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the pathname string of the current file this FileLog object represent.
getPathCounter() - Static method in class com.sap.tc.logging.LogController
 
getPattern() - Method in class com.sap.tc.logging.BaseLog
 
getPattern() - Method in class com.sap.tc.logging.FileLog
Gets the file name pattern of this file log.
getPattern() - Method in class com.sap.tc.logging.FileLogSet
 
getPattern() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the name pattern of this file log.
getPattern() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the file name pattern of this file log.
getPattern() - Method in class com.sap.tc.logging.TraceFormatter
Gets the current formatting pattern of this formatter.
getPatternFile() - Method in class com.sap.tc.logging.FileLogSet
 
getPatternPath() - Method in class com.sap.tc.logging.FileLogSet
 
getPeriodicity() - Method in class com.sap.tc.logging.Configurator
Gets the periodicity of this configurator in minutes.
getPrivateLogs() - Method in class com.sap.tc.logging.LogController
Gets the private logs this log controller writes messages to.
getProcessID() - Method in class com.sap.tc.logging.UID
Returns the process id.
getProperties() - Method in class com.sap.tc.logging.PropertiesConfigurator
Gets the properties object used for this configurator.
getRecord() - Method in class com.sap.tc.logging.Log
Deprecated. - Not supported anymore - always return null
getRegisteredSynchronization(String) - Method in interface com.sap.transaction.ITxManager
Gets the Synchronization object previously registered with the current transaction under the given synchronization id (SID).
getRegisteredSynchronization(String) - Static method in class com.sap.transaction.TxManager
Gets the Synchronization object previously registered with the current transaction under the given synchronization id (SID).
getRelatives() - Method in class com.sap.tc.logging.Group
 
getRelatives() - Method in class com.sap.tc.logging.LogController
Deprecated.  
getRelatives() - Method in class com.sap.tc.logging.LogRecord
Gets the log controllers related to the source of this log record.
getRemoveLog() - Method in class com.sap.tc.logging.RemoveLogEvent
 
getResourceBundleName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the resource bundle assigned to the language-independent message belonging to this log record.
getResourceBundleName() - Method in class com.sap.tc.logging.LogController
Gets the name of the optional resource bundle assigned to this log controller.
getResourceBundleName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the resource bundle assigned to the language-independent message belonging to this log record.
getResults() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return a list of result nodes in this Result Set
getRoot() - Static method in class com.sap.tc.logging.Category
Gets the root category.
getRoot() - Static method in class com.sap.tc.logging.Location
Gets the root location.
getSavedSeverity() - Method in class com.sap.tc.logging.LogController
 
getSession() - Method in class com.sap.tc.logging.LogRecord
Gets the session on behalf of which this log record was issued.
getSeverity() - Method in class com.sap.tc.logging.Group
 
getSeverity() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the severity of this log record.
getSeverity() - Method in class com.sap.tc.logging.LogRecord
Gets the severity of this log record.
getSize() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the size of the body of this multipart sub-message.
getSize() - Method in class com.sap.tc.logging.FileLogSet
 
getSize() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the size of rotating fileset, number of files in fileset.
getSize() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return the number of result nodes in this Result Set
getSize() - Method in class com.sap.tc.logging.LogRecord
Gets size of this LogRecord.
getSource() - Method in class com.sap.tc.logging.BaseLog
 
getSource() - Method in class com.sap.tc.logging.FileLogSet
 
getSource(int) - Method in class com.sap.tc.logging.FileLogSet
 
getSource() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the source name of this file log.
getSource() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the log controller this log record came from.
getSource() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore - always return null
getSourceName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the log controller this log record came from.
getSourceName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the log controller this log record came from.
getStackTraceString() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets stack trace information of this exception only.
getStatus() - Method in interface com.sap.transaction.ITxManager
Gets the status of the current transaction
getSubLocationName() - Method in class com.sap.tc.logging.Group
 
getSysHostName() - Method in class com.sap.tc.logging.LogRecord
 
getSysInstanceName() - Method in class com.sap.tc.logging.LogRecord
 
getSysName() - Method in class com.sap.tc.logging.LogRecord
 
getSysNodeID() - Method in class com.sap.tc.logging.LogRecord
 
getSystemProfile() - Method in interface com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesAccess
Returns a copy of the Zero Admin System Profile.
getSystemStackTraceString() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Gets the stack information of this exception in respect of the current system environment.
getThread() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the thread this log record belongs to if it still runs.
getThread() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore - always return null
getThreadCounter() - Method in class com.sap.tc.logging.UID
Returns the thread id.
getThreadID() - Method in class com.sap.tc.logging.UID
Returns the thread id.
getThreadName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the thread this log record belongs to
getThreadName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the thread this log record belongs to
getThreadRuntimeInfoProvider() - Static method in class com.sap.tc.logging.LoggingManager
 
getTime() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the instantiation date of this log record in milliseconds.
getTime() - Method in class com.sap.tc.logging.LogRecord
Gets the time, which should be used to write this log record internally or current time in milliseconds.
getTimeOfCreation() - Method in class com.sap.tc.logging.LogRecord
Gets the instantiation date of this log record in milliseconds.
getTimeOfTracing() - Method in class com.sap.tc.logging.LogRecord
Gets the time of internal trace in milliseconds.
getTimeStamp() - Method in class com.sap.tc.logging.UID
Returns the time stamp with us resolution
getTimeZone() - Method in class com.sap.tc.logging.LogRecord
 
getTotalLogsCount() - Static method in class com.sap.tc.logging.LogController
 
getTransaction() - Method in class com.sap.tc.logging.LogRecord
Gets the application on behalf of which this log record was issued.
getTransferEncoding() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns the value of the Content-Transfer-Encoding header of this sub-message
getUniqueIncreasingNumber() - Method in interface com.sap.engine.services.applocking.LogicalLocking
Returns a number with the following properties: every method-call returns a higher number than the previous ones the number contains the timestamp of the central server, so this will work correctly in a distrubuted environment and also after a restart of the cluster This number can be used for every purpose, it is not locking-specific.
getUniqueIncreasingNumber() - Method in interface com.sap.engine.services.applocking.TableLocking
Returns a number with the following properties: every method-call returns a higher number than the previous ones the number contains the timestamp of the central server, so this will work correctly in a distrubuted environment and also after a restart of the cluster This number can be used for every purpose, it is not locking-specific.
getUser() - Method in class com.sap.tc.logging.LogRecord
Gets the user on behalf of which this log record was issued.
getVendor() - Method in class com.sap.tc.logging.Location
 
getVerInUse() - Method in class com.sap.tc.logging.BaseLog
 
getVerInUse() - Method in class com.sap.tc.logging.Group
Gets the version of API.
getVerInUse() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getVerInUse() - Method in class com.sap.tc.logging.Log
Gets the version of API.
getVerInUse() - Method in class com.sap.tc.logging.LogController
Gets the version of API.
getWarningCounter() - Static method in class com.sap.tc.logging.LogController
 
Group - Class in com.sap.tc.logging
 
group(Object) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(String, Object) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(Object, Object[]) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(String, Object, Object[]) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(Object, String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(String, Object, String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(Object, Object[], String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
group(String, Object, Object[], String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
GROUP - Static variable in class com.sap.tc.logging.Severity
Group severity.
groupT(String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
groupT(String, String) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
groupT(String, Object[]) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
groupT(String, String, Object[]) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
GUId - Class in com.sap.tc.logging
 

H

handleEvent(CreateLogfileEvent) - Method in interface com.sap.tc.logging.CreateLogfileListener
 
handleEvent(MessageEvent) - Method in interface com.sap.tc.logging.MessageEventListener
 
handleEvent(NewLogEvent) - Method in interface com.sap.tc.logging.NewLogListener
 
handleEvent(OverwriteLogfileEvent) - Method in interface com.sap.tc.logging.OverwriteLogfileListener
 
handleEvent(ReleaseLogEvent) - Method in interface com.sap.tc.logging.ReleaseLogListener
 
handleEvent(RemoveLogEvent) - Method in interface com.sap.tc.logging.RemoveLogListener
 
handleEvent(LogController, boolean) - Method in interface com.sap.tc.logging.ResetLogControllerListener
 
handleException(Exception) - Method in class com.sap.tc.logging.Configurator
Handles exception.
hashCode() - Method in class com.sap.tc.logging.FormatterType
A final method with same behavior as in parent class Object.
hashCode() - Method in class com.sap.tc.logging.Group
 
hashCode() - Method in class com.sap.tc.logging.LogRecord
 
HEADER_VALUE_NOT_FOUND - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Incorrect request header: [{0}].
headers - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
 

I

IBaseLog - Interface in com.sap.tc.logging.interfaces
 
IClassLoadRuntimeInfoProvider - Interface in com.sap.tc.logging.interfaces
Defines the way CSN Component and DC Name properties are retrieved for each Location that is created
IDeployRuntimeInfoProvider - Interface in com.sap.tc.logging.interfaces
Title: Logging Description: Logging API Copyright: Copyright (c) 2008 Company: SAP AG.
IFileLog - Interface in com.sap.tc.logging.interfaces
 
IFileSetLog - Interface in com.sap.tc.logging.interfaces
 
IFilter - Interface in com.sap.tc.logging.interfaces
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ILog - Interface in com.sap.tc.logging.interfaces
 
ILoggingResultSet - Interface in com.sap.tc.logging.interfaces
General result set for objects used in Logging.
ILogRecord - Interface in com.sap.tc.logging.interfaces
 
includeStackTrace(String) - Static method in class com.sap.tc.logging.LoggingManager
 
info(Location, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject) but always emits an info message, that is a message of severity Severity.INFO.
info(Location, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject, java.lang.Object[]) but always emits an info message, that is a message of severity Severity.INFO.
info(Location, String, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject) but always emits an info message, that is a message of severity Severity.INFO.
info(Location, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject, java.lang.Object[]) but always emits an info message, that is a message of severity Severity.INFO.
info(Location, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, String, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
info(MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
info(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
info(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
info(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
INFO - Static variable in class com.sap.tc.logging.Severity
Recommended severity for informational messages.
infoT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
infoT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
INHERITED_SEVERITY - Static variable in class com.sap.tc.logging.LogController
 
initCause(Throwable) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Initializes the cause of this exception to the specified value.
initConfigure() - Method in class com.sap.tc.logging.PropertiesConfigurator
To initialize configuration setting defined by user in the settings of the configurator.
INVALID_MSG_PATTERN - Static variable in class com.sap.tc.logging.TraceFormatter
 
INVALID_PROPS_FILE - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
INVALID_SEVERITY_EMSG - Static variable in class com.sap.tc.logging.Severity
 
IObjectInfo - Interface in com.sap.tc.logging.interfaces
 
isActivityTracking(int) - Method in class com.sap.tc.logging.LogController
 
isAppend() - Method in class com.sap.tc.logging.FileLog
Checks whether this file log writes messages to the end of the specified file rather than the beginning.
isAppend() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Checks whether this file log writes messages to the end of the specified file rather than the beginning.
isAutoFlush() - Method in interface com.sap.tc.logging.interfaces.ILog
Checks whether this log flushes its output stream after each log message.
isAutoFlush() - Method in class com.sap.tc.logging.Log
Checks whether this log flushes its output stream after each log message.
isBeingAttached(Log) - Method in class com.sap.tc.logging.LoggingManager
 
isClosed() - Method in class com.sap.tc.logging.BaseLog
 
isClosed() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Check is this log closed.
isClosed() - Method in interface com.sap.tc.logging.interfaces.ILog
Check is this log closed.
isClosed() - Method in class com.sap.tc.logging.Log
Check is this log closed.
isCommitted() - Method in class com.sap.tc.logging.Group
 
isCompleteMessage(String) - Method in class com.sap.tc.logging.Formatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter
isCompleteMessage(int, byte[], int, int[]) - Method in class com.sap.tc.logging.Formatter
Deprecated. Not Supported any more.
isCompleteMessage(String) - Method in class com.sap.tc.logging.ListFormatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter.
isCompleteMessage(String) - Method in class com.sap.tc.logging.TraceFormatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter
isConfigurationChanged() - Method in class com.sap.tc.logging.LogController
Check whether configuration on this LogController was changed!
isCopyToSubtree() - Method in class com.sap.tc.logging.LogController
 
isEmpty() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return true if result set is empty (no result node)
isEnable() - Static method in class com.sap.tc.logging.ConsoleLog
 
isEnd() - Method in class com.sap.tc.logging.FileLogSet
 
isFilterEnabled() - Method in interface com.sap.tc.logging.interfaces.IFilter
Is filter enabled!?
isFiltersAgreeing(LogRecord) - Method in class com.sap.tc.logging.Log
Checks whether all filters associated with this log controller agree with writing a log record.
isFiltersAgreeing(LogRecord) - Method in class com.sap.tc.logging.LogController
Checks whether all filters associated with this log controller agree with writing a log record.
isFormParameter() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Returns if this multipart sub-message represents a form-based request parameter as specified by RFC 1867.
isFormParametersToRequest() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Indicates whether the data sent with "multipart/form-data" type of request is available as request parameters.
isGroupActive() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the level of nested groups.
isGroupActive() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
isHeaderWritten() - Method in class com.sap.tc.logging.Log
 
isInFileSet() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Check is the file in rotating file set
isInFileSetMode() - Method in class com.sap.tc.logging.FileLogSet
Helper method.
isInheritFromParent() - Method in class com.sap.tc.logging.LogController
 
isInSingleFileMode() - Method in class com.sap.tc.logging.FileLogSet
Helper method.
isOpened() - Method in class com.sap.tc.logging.BaseLog
 
isOpened() - Method in class com.sap.tc.logging.Group
 
isOpened() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Check is this log opened.
isOpened() - Method in interface com.sap.tc.logging.interfaces.ILog
Check is this log opened.
isOpened() - Method in class com.sap.tc.logging.Log
Check is this log opened.
isParsable() - Method in class com.sap.tc.logging.Formatter
Return true if this formatter supports message parsing formatted with this formatter.
isParsable() - Method in class com.sap.tc.logging.ListFormatter
 
isParsable() - Method in class com.sap.tc.logging.TraceFormatter
Return true if this formatter supports message parsing formatted with this formatter.
isPartOfFileSet() - Method in class com.sap.tc.logging.FileLogSet
Does this Log support FileSet Mode
isStart() - Method in class com.sap.tc.logging.FileLogSet
 
isStartMessage(String) - Method in class com.sap.tc.logging.Formatter
Determine if the message string starts with the valid start(delimiter) of a message record, according to the format defined by the formatter
isStartMessage(String) - Method in class com.sap.tc.logging.ListFormatter
Determine if the message string has a valid start of message record Prerequisite: parameter 'msg' is supposed to be a string of at least 1 complete line from logfile
isStartMessage(String) - Method in class com.sap.tc.logging.TraceFormatter
Determine if the message string has a valid start of message record
isStartMsg(int, byte[]) - Method in class com.sap.tc.logging.Formatter
Deprecated. Not Supported any more.
isSuppressing() - Method in class com.sap.tc.logging.Log
 
isThreadInternal() - Method in class com.sap.tc.logging.LogRecord
 
isTxActive() - Method in interface com.sap.transaction.ITxManager
Checks whether the transaction associated with the current thread is active.
isTxActive() - Static method in class com.sap.transaction.TxManager
Checks whether the transaction associated with the current thread is active.
isTxMarkedRollback() - Method in interface com.sap.transaction.ITxManager
Checks whether the transaction associated with the current thread is marked for rollback.
isTxMarkedRollback() - Static method in class com.sap.transaction.TxManager
Checks whether the transaction associated with the current thread is marked for rollback.
isValid() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return general status if result is either valid(true) or invalid(false)
isWritable(int, LogController) - Static method in class com.sap.tc.logging.SimpleLogger
Determines if a message with provided severity will pass severity check for Log Controller and will be written
IThreadRuntimeInfoProvider - Interface in com.sap.tc.logging.interfaces
Defines the way Correlation ID and DSR Transaction ID properties are retrieved for each LogRecord
ITxManager - Interface in com.sap.transaction
This interface specifies the functionality that TxManager implementations shouls support in order to wrap the JTA transaction manager as specified by the new SAP transaction specification.

J

JAVA - Static variable in class com.sap.tc.logging.MsgType
Message type of messages in java.text.MessageFormat format.
JNDI_NAME - Static variable in interface com.sap.engine.services.applocking.LogicalLockingFactory
The name, under wich the LogicalLockingFactory is bound in the jndi.
JNDI_NAME - Static variable in interface com.sap.engine.services.applocking.TableLocking
The name, under wich the TableLocking is bound in the jndi.

L

leaveLevel(TransactionTicket) - Method in interface com.sap.transaction.ITxManager
Finishes and leaves the transaction level associated with the given transaction ticket.
leaveLevel(TransactionTicket) - Static method in class com.sap.transaction.TxManager
Finishes and leaves the transaction level associated with the given transaction ticket.
LEFT - Static variable in class com.sap.tc.logging.TraceFormatter
 
LISTFORMAT - Static variable in class com.sap.tc.logging.FormatterType
A not-so-human-readable format to be transferred to and processed further by another application, for example, a log viewer.
ListFormatter - Class in com.sap.tc.logging
Formats log records as simple hash-separated columns.
ListFormatter() - Constructor for class com.sap.tc.logging.ListFormatter
 
Location - Class in com.sap.tc.logging
Describes messages that originate from delimited source code areas and is above all used to emit trace messages.
Location(String) - Constructor for class com.sap.tc.logging.Location
 
Location(String, Location) - Constructor for class com.sap.tc.logging.Location
 
lock(byte, String, String, char) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Locks an argument, which belongs to a name.
lock(byte, String, String, char, int) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Locks an argument, which belongs to a name.
lock(byte, String[], String[], char[]) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Locks several arguments, which belong to a name.
lock(byte, String[], String[], char[], int) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Locks several arguments, which belong to a name.
lock(byte, Connection, String, Map, char) - Method in interface com.sap.engine.services.applocking.TableLocking
Creates a lock for a row in a table contained in the specified SQL connection.
lock(byte, Connection, String, Map, char, int) - Method in interface com.sap.engine.services.applocking.TableLocking
Creates a lock for a row in a table contained in the specified SQL connection.
log() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Deprecated.  
log(int, Location, MsgObject) - Method in class com.sap.tc.logging.Category
Logs message, specified as a message object, from the given location into this category.
log(int, Location, String, MsgObject) - Method in class com.sap.tc.logging.Category
Logs message, specified as a message object, from the given location into this category.
log(int, Location, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Logs message, specified as a message object, from the given location into this category.
log(int, Location, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Logs message, specified as a message object, from the given location into this category.
log(int, Location, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, String, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
log(int, MsgObject) - Method in class com.sap.tc.logging.Location
Logs simple message from this location.
log(int, Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but appends a string denoting a sublocation to the name of this location.
log(int, Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Logs message with parameters from this location.
log(int, Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
log(int, Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
log(int, Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
log(int, Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
log(int, Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
Log - Class in com.sap.tc.logging
Writes log records to destinations.
Log() - Constructor for class com.sap.tc.logging.Log
 
Log(Formatter) - Constructor for class com.sap.tc.logging.Log
 
log(int, Category, Location, String, String, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a log message through a Category.
log(int, Category, Location, String, String, String, String, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a log message through a Category.
log(int, Category, Location, String, String) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a log message through a Category.
LOG_ACCESSABILITY_TYPE_LOCAL_LOG - Static variable in class com.sap.tc.logging.Log
Inheritance is allowed, but with additional condition: final discretion of message printing lies with the original parent object.
LOG_ACCESSABILITY_TYPE_NORMAL_LOG - Static variable in class com.sap.tc.logging.Log
This type of Log allows regular inheritance; this log will become available to all descendants of the parent object.
LOG_ACCESSABILITY_TYPE_PRIVATE_LOG - Static variable in class com.sap.tc.logging.Log
This type of Log completely disables inheritance.
logAndTrace(int, Category, Location, Throwable, String, String, String, String, Object...) - Static method in class com.sap.tc.logging.LoggingUtilities
 
LogController - Class in com.sap.tc.logging
Controls output to logs, which stand for destinations to write log messages to.
LogEvents - Interface in com.sap.tc.logging
 
LoggingBaseException - Exception in com.sap.tc.logging.exceptions
 
LoggingBaseException() - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(Throwable) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, Throwable) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Throwable) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Object[]) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Object[], Throwable) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(long, String, Object[]) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
Deprecated. not supported
LoggingBaseException(long, String, Object[], Throwable) - Constructor for exception com.sap.tc.logging.exceptions.LoggingBaseException
Deprecated. not supported
LoggingManager - Class in com.sap.tc.logging
 
LoggingUtilities - Class in com.sap.tc.logging
 
LoggingUtilities() - Constructor for class com.sap.tc.logging.LoggingUtilities
 
LogicalLocking - Interface in com.sap.engine.services.applocking
Provides methods similar to the LockingContext, except that the owner may not be set explicitely.
LogicalLockingFactory - Interface in com.sap.engine.services.applocking
Gives access to an instance of the LogicalLocking, which belongs to a specified namespace.
logIntByAPI(int, Location, String, String, String, Object[]) - Method in class com.sap.tc.logging.LogController
 
logIntByAPI(int, Location, String, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.LogController
 
LogRecord - Class in com.sap.tc.logging
Internal form of log messages.
LogRecord(LogController, String, int, String[], int, Object, String, String, String[]) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, Thread, int, String[], int, Object, String, String, String[], String) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(String, String, int, Date, String, String, int, String, String[], String, int, String, String, String, String, Object[], String, String, String, String, String, String, String, int, MessageAccessor, String, String) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(String, Date, String, int, String, String[], String, int, int, String, int, String, String, String, Object[], String, String, String, String, String, String, String, int) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, int, String[], int, Object, String, String, Object[], Throwable) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, int, String[], int, Object, String, String, Object[], Throwable, String) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, int, String[], int, Object, String, String, Object[]) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, Thread, int, String[], int, Object, String, String, Object[]) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(String, Date, String, int, String, LogController[], String, int, int, String, int, String, String, String, String[], String, String, String, String) - Constructor for class com.sap.tc.logging.LogRecord
 
LogRecord(LogController, String, Thread, int, LogController[], int, Object, String, String, Object[]) - Constructor for class com.sap.tc.logging.LogRecord
Deprecated.  
LogRecord(LogController, String, Thread, int, String[], int, Object, String, String, String[]) - Constructor for class com.sap.tc.logging.LogRecord
Deprecated. - obsolete - some LogRecord properties were removed and new were introduced with CL 189383 / perforce 3301
LogRecord(String, int, Date, String, int, String, String[], String, int, int, String, int, String, String, String, String, Object[], String, String, String, String, String, String, String, MessageAccessor) - Constructor for class com.sap.tc.logging.LogRecord
Deprecated. - obsolete - some LogRecord properties were removed and new were introduced with CL 189383 / perforce 3301
LogRecord(String, int, Date, String, int, String, String[], String, int, int, String, int, String, String, String, Object[], String, String, String, String, String, String, String) - Constructor for class com.sap.tc.logging.LogRecord
Deprecated. - obsolete - some LogRecord properties were removed and new were introduced with CL 189383 / perforce 3301
LogRecord(String, Date, String, int, String, String[], String, int, int, String, int, String, String, String, Object[], String, String, String, String, String, String, String) - Constructor for class com.sap.tc.logging.LogRecord
Deprecated. - obsolete - some LogRecord properties were removed and new were introduced with CL 189383 / perforce 3301
logT(int, Location, String) - Method in class com.sap.tc.logging.Category
Logs simple message from the given location into this category.
logT(int, Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but appends a string denoting a sublocation to the name of the location.
logT(int, Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Logs message with parameters from the given location into this category.
logT(int, Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of the location.
logT(int, String) - Method in class com.sap.tc.logging.Location
Logs simple message from this location.
logT(int, Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but appends a string denoting a sublocation to the name of this location.
logT(int, Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, String, Object[]) - Method in class com.sap.tc.logging.Location
Logs message with parameters from this location.
logT(int, Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
logT(int, Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logT(int, Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
logThrowable(int, Location, MsgObject, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, MsgObject, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, String, MsgObject, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, String, MsgObject, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, Object, String, Throwable) - Method in class com.sap.tc.logging.Category
Deprecated.  
logThrowable(int, Location, String, Object, String, Throwable) - Method in class com.sap.tc.logging.Category
Deprecated.  
logThrowable(int, Location, Object, Object[], String, Throwable) - Method in class com.sap.tc.logging.Category
Deprecated.  
logThrowable(int, Location, String, Object, Object[], String, Throwable) - Method in class com.sap.tc.logging.Category
Deprecated.  
logThrowableT(int, Location, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.

M

main(String[]) - Static method in class com.sap.tc.logging.UID
 
MAX - Static variable in class com.sap.tc.logging.Severity
Maximum severity.
MessageEvent - Class in com.sap.tc.logging
This event will be fired when an message is being processed.
MessageEvent(LogRecord) - Constructor for class com.sap.tc.logging.MessageEvent
 
MessageEventListener - Interface in com.sap.tc.logging
Listen to the message being written.
messageInt(LogRecord) - Method in class com.sap.tc.logging.LogController
Deprecated. Use messageInternal()
messageInternal(LogRecord) - Method in class com.sap.tc.logging.LogController
 
MIN - Static variable in class com.sap.tc.logging.Severity
Minimum severity.
MIN - Static variable in class com.sap.tc.logging.TraceFormatter
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.FileLog
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.FileLogSet
 
MODE_MAX - Static variable in class com.sap.tc.logging.FileLog
 
MODE_MIN - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.FileLogSet
 
moveToBOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the beginning of the fileset
moveToEnd() - Method in class com.sap.tc.logging.FileLogSet
 
moveToEOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the end of the fileset
moveToStart() - Method in class com.sap.tc.logging.FileLogSet
 
msgCheck(int) - Static method in class com.sap.tc.logging.Severity
Checks whether a severity is within the valid range for messages.
msgClear - Variable in class com.sap.tc.logging.LogRecord
 
msgCorrect(int) - Static method in class com.sap.tc.logging.Severity
Corrects an invalid severity for a message to the closest valid value.
msgDefault - Variable in class com.sap.tc.logging.LogRecord
 
msgLocalized - Variable in class com.sap.tc.logging.LogRecord
 
MsgObject - Class in com.sap.tc.logging
Title: Logging Description: Logging API Copyright: Copyright (c) 2004 Company: SAP AG.
MsgObject(String, String) - Constructor for class com.sap.tc.logging.MsgObject
 
MsgObject(String, String, String) - Constructor for class com.sap.tc.logging.MsgObject
 
MsgType - Class in com.sap.tc.logging
Collects constants for internal use as message format types as well as some static utility methods.
MsgType() - Constructor for class com.sap.tc.logging.MsgType
 
MULTIPART_BODY_KEY - Static variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
The default key used for accessing a multipart request / response body through servlet API.
MultipartMessage - Class in com.sap.engine.services.servlets_jsp.lib.multipart
This class represents a multipart message body.
MultipartMessage() - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
MultipartParseException - Exception in com.sap.engine.services.servlets_jsp.lib.multipart
Throwing an instance of this exception indicates problems in parsing multipart http messages.
MultipartParseException(String) - Constructor for exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message.
MultipartParseException(String, Object[]) - Constructor for exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message.
MultipartParseException(String, Throwable) - Constructor for exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message and linked exception.
MultipartParseException(String, Object[], Throwable) - Constructor for exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message and linked exception.
MultipartPart - Class in com.sap.engine.services.servlets_jsp.lib.multipart
This class represents a sub-message of a multipart http message.
MultipartPart() - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
 

N

NewLogEvent - Class in com.sap.tc.logging
An event indicating a log is ready to be used to output logging messages.
NewLogEvent(Log) - Constructor for class com.sap.tc.logging.NewLogEvent
 
NewLogListener - Interface in com.sap.tc.logging
Listen to the log adding event.
next() - Method in class com.sap.tc.logging.FileLogSet
 
next() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to next position.
NO_CNT - Static variable in class com.sap.tc.logging.FileLog
 
NO_CNT - Static variable in class com.sap.tc.logging.FileLogSet
 
NO_CNT_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
NO_LIMIT - Static variable in class com.sap.tc.logging.FileLog
 
NO_LIMIT - Static variable in class com.sap.tc.logging.FileLogSet
 
NO_LIMIT_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
NO_PATTERN_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
NO_PROPERTIES_EMSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
NO_SUCH_MULTIPART_PART - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
No such MultipartMessage part.
NONE - Static variable in class com.sap.tc.logging.Severity
Severity that prohibits any messages to be written.
notifyAddLog(Log) - Method in class com.sap.tc.logging.LoggingManager
 
notifyCreateLogfile(String, int, int) - Method in class com.sap.tc.logging.LoggingManager
 
notifyLogControllerReset(LogController, boolean) - Method in class com.sap.tc.logging.LoggingManager
 
notifyOverwriteLogfile(FileLog) - Method in class com.sap.tc.logging.LoggingManager
 
notifyReleaseLogfile(FileLog) - Method in class com.sap.tc.logging.LoggingManager
 
notifyRemoveLog(Log) - Method in class com.sap.tc.logging.LoggingManager
 
notifyWriteMessage(LogRecord) - Method in class com.sap.tc.logging.LoggingManager
 

O

OFFSET - Static variable in class com.sap.tc.logging.Severity
Offset in between recommended severities.
open() - Method in class com.sap.tc.logging.BaseLog
 
open(LogController) - Method in class com.sap.tc.logging.Group
 
open() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Open this log object.
open() - Method in interface com.sap.tc.logging.interfaces.ILog
Open output of this log object.
open() - Method in class com.sap.tc.logging.Log
open output of this log object.
OpenException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
OpenException(String, String, Exception) - Constructor for exception com.sap.tc.logging.exceptions.OpenException
 
openGroup(int, Location) - Method in class com.sap.tc.logging.Category
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, Location, String) - Method in class com.sap.tc.logging.Category
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, String) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, Category) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, Category[]) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openGroup(int, Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
openInt() - Method in class com.sap.tc.logging.BaseLog
 
openInt() - Method in class com.sap.tc.logging.Log
Open output of this log object.
openInt() - Method in class com.sap.tc.logging.StreamLog
 
OverwriteLogfileEvent - Class in com.sap.tc.logging
This event will be fired when an existing logfile is being cleaned up and overwritten with new messages.
OverwriteLogfileEvent(FileLog) - Constructor for class com.sap.tc.logging.OverwriteLogfileEvent
 
OverwriteLogfileListener - Interface in com.sap.tc.logging
Listen to the logfile being overwritten event.

P

parse() - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Parses the multipart massage in smaller sub-messages.
parse(String) - Static method in class com.sap.tc.logging.MsgType
Gets the message type of the symbolic constant with the specified name.
parse(String) - Static method in class com.sap.tc.logging.Severity
Gets the severity of the symbolic constant with the specified name.
parseBoolean(String, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseClass(PropertiesConfigurator.PCTokenizer, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseFormatter(PropertiesConfigurator.PCTokenizer, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseFormatterAttr(PropertiesConfigurator.PCTokenizer) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseKey(String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseLog(PropertiesConfigurator.PCTokenizer, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseLogAttr(PropertiesConfigurator.PCTokenizer) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseLogController(String, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseLogControllerAttr(PropertiesConfigurator.PCTokenizer) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseMsg(String) - Method in class com.sap.tc.logging.Formatter
Message written with the specific formatter is read as plain string.
parseMsg(byte[]) - Method in class com.sap.tc.logging.Formatter
 
parseMsg(IMessageBuilder) - Method in class com.sap.tc.logging.Formatter
 
parseMsg(String) - Method in class com.sap.tc.logging.ListFormatter
Parse message formatted by ListFormatter, current version 1.5.
parseMsg(byte[]) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg(IMessageBuilder) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg(String) - Method in class com.sap.tc.logging.TraceFormatter
Message written with the specific formatter is read as plain string.
parseMsg(byte[]) - Method in class com.sap.tc.logging.TraceFormatter
 
parseMsg15(byte[]) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg15(IMessageBuilder) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg20(byte[]) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg20(IMessageBuilder) - Method in class com.sap.tc.logging.ListFormatter
 
parseObject(PropertiesConfigurator.PCTokenizer, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseObjectList(PropertiesConfigurator.PCTokenizer, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseObjects(String, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseSeverity(String, String) - Method in class com.sap.tc.logging.PropertiesConfigurator
 
parseUID(String) - Static method in class com.sap.tc.logging.UID
 
parts - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
path(MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
path(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
path(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
path(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter *
path(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
PATH - Static variable in class com.sap.tc.logging.Severity
Recommended severity for path messages.
pathT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
pathT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
PERFFORMAT - Static variable in class com.sap.tc.logging.FormatterType
See class (@link PerfFormatter}.
PERFORMANCE - Static variable in class com.sap.tc.logging.Category
 
PLAIN - Static variable in class com.sap.tc.logging.MsgType
Message type of messages in plain text format.
POS_CURRENT - Static variable in class com.sap.tc.logging.FileLogSet
 
POS_END - Static variable in class com.sap.tc.logging.FileLogSet
 
POS_START - Static variable in class com.sap.tc.logging.FileLogSet
 
PREDEF_CATEGORIES - Static variable in class com.sap.tc.logging.Category
 
previous() - Method in class com.sap.tc.logging.FileLogSet
 
previous() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to previous position.
printStackTrace() - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Prints this exception and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Prints this exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Prints the action object and its backtrace to the specified print writer.
printStackTrace() - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
printStackTrace(PrintStream) - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
printStackTrace(PrintWriter) - Method in exception com.sap.tc.logging.exceptions.LoggingBaseException
 
propertiesChanged() - Method in interface com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesChangeListener
This method will be called when the global properties have changed.
PropertiesConfigurator - Class in com.sap.tc.logging
Configures the Logging API according to a set of properties.
PropertiesConfigurator(Properties) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties object and the class loader used for this class.
PropertiesConfigurator(Properties, ClassLoader) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties object and a custom class loader.
PropertiesConfigurator(File) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties file and the class loader used for this class.
PropertiesConfigurator(File, ClassLoader) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties file and a custom class loader.

R

ReadException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ReadException() - Constructor for exception com.sap.tc.logging.exceptions.ReadException
 
ReadException(String) - Constructor for exception com.sap.tc.logging.exceptions.ReadException
 
ReadRotatingFilesException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ReadRotatingFilesException() - Constructor for exception com.sap.tc.logging.exceptions.ReadRotatingFilesException
 
ReadRotatingFilesException(String) - Constructor for exception com.sap.tc.logging.exceptions.ReadRotatingFilesException
 
refreshTime(Date) - Method in class com.sap.tc.logging.LogRecord
 
registerClassLoadRuntimeInfoProvider(IClassLoadRuntimeInfoProvider) - Static method in class com.sap.tc.logging.LoggingManager
 
registerDeployRuntimeInfoProvider(IDeployRuntimeInfoProvider) - Static method in class com.sap.tc.logging.LoggingManager
 
registerRuntimePropertiesPublisher(IRPPublisher) - Static method in class com.sap.tc.logging.LoggingManager
To add a publisher of the runtime properies
registerSynchronization(String, Synchronization) - Method in interface com.sap.transaction.ITxManager
Registers the given Synchronization object with the current transaction.
registerSynchronization(String, Synchronization) - Static method in class com.sap.transaction.TxManager
Registers the given Synchronization object with the current transaction.
registerThreadRuntimeInfoProvider(IThreadRuntimeInfoProvider) - Static method in class com.sap.tc.logging.LoggingManager
 
release() - Method in class com.sap.tc.logging.LogController
Drops all internal references to this log controller and its children.
ReleaseLogEvent - Class in com.sap.tc.logging
This event will be fired before an existing logfile is being cleaned up and overwritten with new messages, before OwerwriteLogfileEvent.
ReleaseLogEvent(FileLog) - Constructor for class com.sap.tc.logging.ReleaseLogEvent
 
ReleaseLogListener - Interface in com.sap.tc.logging
Listen to the logfile being overwritten event.
removeApplicationPropertiesChangedListener(ApplicationPropertiesChangeListener) - Method in interface com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesAccess
Removes a previously registered listener on the application properties.
removeBodyPart(MultipartPart) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Removes a sub-message from this multipart message.
removeBodyPart(int) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Removes a sub-message on a specified position from this multipart message.
removeChild(Group) - Method in class com.sap.tc.logging.Group
 
removeFilter(IFilter) - Method in class com.sap.tc.logging.BaseLog
 
removeFilter(IFilter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Removes a filter so that it no longer controls messages flow via this log.
removeFilter(Filter) - Method in interface com.sap.tc.logging.interfaces.ILog
Removes a filter so that it no longer controls writing of messages via this log.
removeFilter(Filter) - Method in class com.sap.tc.logging.Log
Removes a filter so that it no longer controls writing of messages via this log.
removeFilter(Filter) - Method in class com.sap.tc.logging.LogController
Removes a filter, so that it no longer controls output via this log controller.
removeFilters() - Method in class com.sap.tc.logging.BaseLog
 
removeFilters() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Removes all filters associated with this log.
removeFilters() - Method in interface com.sap.tc.logging.interfaces.ILog
Removes all filters associated with this log.
removeFilters() - Method in class com.sap.tc.logging.Log
Removes all filters associated with this log.
removeFilters() - Method in class com.sap.tc.logging.LogController
Removes all filters associated with this log controller.
removeHeader(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Removes a header with specified name from this multipart sub-message.
removeListener(EventListener) - Method in interface com.sap.tc.logging.EventDispatcher
To remove a listener from the logging tool.
removeListener(EventListener) - Method in class com.sap.tc.logging.LoggingManager
To remove a listener from the logging tool.
removeLog(Log) - Method in class com.sap.tc.logging.LogController
Removes a log associated with this log controller.
RemoveLogEvent - Class in com.sap.tc.logging
An event indicating a log is no longer in use to output logging messages.
RemoveLogEvent(Log) - Constructor for class com.sap.tc.logging.RemoveLogEvent
 
RemoveLogListener - Interface in com.sap.tc.logging
Listen to the log removal event.
removeLogs() - Method in class com.sap.tc.logging.LogController
Removes all logs associated with this log controller.
removeOwner(String) - Method in class com.sap.tc.logging.Log
 
replaceArguments(String, Object[]) - Static method in class com.sap.tc.logging.LogController
 
replaceException(LogRecord, String) - Static method in class com.sap.tc.logging.LogController
 
required() - Method in interface com.sap.transaction.ITxManager
Requires a new JTA transaction to be started or an already open transaction to be joined.
required() - Static method in class com.sap.transaction.TxManager
Requires a new JTA transaction to be started or an already open transaction to be joined.
requiresNew() - Method in interface com.sap.transaction.ITxManager
Requires a new transaction to be started.
requiresNew() - Static method in class com.sap.transaction.TxManager
Requires a new transaction to be started.
RESET - Static variable in class com.sap.tc.logging.DCMapping
 
reset() - Method in class com.sap.tc.logging.FileLogSet
 
reset() - Method in class com.sap.tc.logging.Log
Reset all current Log settings and starts from beginning Current file
reset() - Method in class com.sap.tc.logging.LogController
Reset this LogController to the initail state.
reset() - Method in class com.sap.tc.logging.LoggingManager
 
resetAll() - Method in class com.sap.tc.logging.LogController
Reset this LogController and his children to the initail state
resetException() - Method in class com.sap.tc.logging.Configurator
Resets exception.
resetInt() - Method in class com.sap.tc.logging.FileLog
Reset all current FileLog settings and starts from beginning Current file
resetInt() - Method in class com.sap.tc.logging.Log
Reset all current FileLog settings and starts from beginning Current file
ResetLogControllerListener - Interface in com.sap.tc.logging
Listen to the LogController reset event.
resetLoggedCount() - Method in class com.sap.tc.logging.Log
 
resetLoggedCount() - Method in class com.sap.tc.logging.LogController
 
resetSeverityCounters() - Static method in class com.sap.tc.logging.LogController
 
resourceBundleName - Variable in class com.sap.tc.logging.LogRecord
 
revertEscape(String) - Method in class com.sap.tc.logging.ListFormatter
 
RIGHT - Static variable in class com.sap.tc.logging.TraceFormatter
 
ROOT_NAME - Static variable in class com.sap.tc.logging.Category
 
ROOT_NAME - Static variable in class com.sap.tc.logging.Location
 
RUN_TIME_SEVERITY - Static variable in class com.sap.tc.logging.LogController
 

S

saveLastDCSeverity(Properties) - Static method in class com.sap.tc.logging.DCMapping
 
SEMANTICS_ERR_EMSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
SEPARATOR - Static variable in class com.sap.tc.logging.Category
 
SEPARATOR - Static variable in class com.sap.tc.logging.Location
 
setActivityTracking(ISATChecker) - Static method in class com.sap.tc.logging.LogController
 
setAppend(boolean) - Method in class com.sap.tc.logging.FileLog
 
setApplication(String) - Method in class com.sap.tc.logging.LogRecord
 
setAutoFlush(boolean) - Method in interface com.sap.tc.logging.interfaces.ILog
Configures this log to flush the output stream after each log message.
setAutoFlush(boolean) - Method in class com.sap.tc.logging.Log
Configures this log to flush the output stream after each log message.
setBookMark(long) - Method in class com.sap.tc.logging.LogRecord
 
setCharset(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Sets encoding for part's headers parsing.
setClassLoader(ClassLoader) - Method in class com.sap.tc.logging.Configurator
Sets the class loader that is responsible for loading custom classes in this configurator.
setClassLoader(ClassLoader) - Method in class com.sap.tc.logging.LogController
Assigns a class loader to this log controller for getting resource bundles.
setClassLoader() - Method in class com.sap.tc.logging.LogController
Resets the class loader assigned to this log controller for getting resource bundles.
setCnt(int) - Method in class com.sap.tc.logging.FileLog
 
setCommitted(boolean) - Method in class com.sap.tc.logging.Group
 
setCopyToSubtree(boolean) - Method in class com.sap.tc.logging.LogController
 
setCorrelatorID(long) - Method in class com.sap.tc.logging.LogRecord
 
setCSNComponent(String) - Method in class com.sap.tc.logging.Location
 
setDCName(String) - Method in class com.sap.tc.logging.Location
 
setDCSeverity(Location) - Static method in class com.sap.tc.logging.Location
 
setDescription(String) - Method in class com.sap.tc.logging.BaseLog
 
setDescription(String) - Method in class com.sap.tc.logging.Group
 
setDescription(String) - Method in class com.sap.tc.logging.Log
Sets a description for this log.
setDescription(String) - Method in class com.sap.tc.logging.LogController
Sets a description for this log.
setDsrComponent(String) - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
setDSRConnection(String) - Method in class com.sap.tc.logging.LogRecord
 
setDSRCounter(int) - Method in class com.sap.tc.logging.LogRecord
 
setDSRRootContextID(String) - Method in class com.sap.tc.logging.LogRecord
 
setDsrTransaction(String) - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
setDSRTransactionID(String) - Method in class com.sap.tc.logging.LogRecord
 
setDsrUser(String) - Method in class com.sap.tc.logging.LogRecord
Deprecated.  
setEffectiveSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the effective severity of this category with respect to a location.
setEffectiveSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the effective severity of this category with respect to a location.
setEffectiveSeverity(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the effective severity of this log.
setEffectiveSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setEffectiveSeverity(Category) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setEffectiveSeverity(int) - Method in class com.sap.tc.logging.Log
Sets the effective severity of this log.
setEffectiveSeverity(int, boolean, int) - Method in class com.sap.tc.logging.LogController
 
setEffectiveSeverity(int) - Method in class com.sap.tc.logging.LogController
 
setEffectiveSeverity(int, boolean) - Method in class com.sap.tc.logging.LogController
Sets the effective severity of this log controller.
setEffectiveSeverity() - Method in class com.sap.tc.logging.LogController
Resets the effective severity of this log controller.
setEnable(boolean) - Static method in class com.sap.tc.logging.ConsoleLog
 
setEnableFilter(boolean) - Method in interface com.sap.tc.logging.interfaces.IFilter
Enable or disable configured filter
setEncoding(String) - Method in class com.sap.tc.logging.BaseLog
 
setEncoding(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in class com.sap.tc.logging.Log
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in class com.sap.tc.logging.StreamLog
Sets the named character encoding to be used for this log.
setFile(File) - Method in class com.sap.tc.logging.PropertiesConfigurator
Sets the file used for this configurator.
setFooter(String) - Method in class com.sap.tc.logging.BaseLog
 
setFooter(String) - Method in class com.sap.tc.logging.Log
 
setFormatter(Formatter) - Method in class com.sap.tc.logging.BaseLog
 
setFormatter(Formatter) - Method in class com.sap.tc.logging.FileLog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in class com.sap.tc.logging.Log
Sets the formatter that dictates the format of log records in this log.
setFormatterInt(Formatter) - Method in class com.sap.tc.logging.FileLog
 
setFormatterName(String) - Method in class com.sap.tc.logging.Formatter
Sets a descriptive name for this formatter.
setGroupSize(int) - Method in class com.sap.tc.logging.LogController
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id.
setHeader(String, String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Sets a header with specified name and value in this multipart sub-message.
setHeader(String) - Method in class com.sap.tc.logging.BaseLog
 
setHeader(String) - Method in class com.sap.tc.logging.Log
 
setHeaderWritten(boolean) - Method in class com.sap.tc.logging.Log
 
setIncludeStackTraceForEachRecord(boolean) - Method in class com.sap.tc.logging.LoggingManager
 
setIndex(int) - Method in class com.sap.tc.logging.FileLog
 
setIndex(int) - Method in class com.sap.tc.logging.FileLogSet
 
setIndex(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the current file index in rotating file set
setLimit(int) - Method in class com.sap.tc.logging.FileLog
 
setLimit(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the limit file size used for sequencing on the rotating output file
setListOfLocationsIncludeStackTrace(String) - Method in class com.sap.tc.logging.LoggingManager
 
setLocalLogOwner(LogController) - Method in class com.sap.tc.logging.Log
 
setLogName(String) - Method in class com.sap.tc.logging.Log
Deprecated. @see {#setName(String name)}.
setLogName(String) - Method in class com.sap.tc.logging.LogRecord
 
setLogSettings(Category, int, Location) - Method in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Deprecated.  
setLogTypeAccessibility(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the effective severity of this log.
setLogTypeAccessibility(int) - Method in class com.sap.tc.logging.Log
Sets the accessibility level for this log.
setMaximumSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the maximum severity of this category with respect to a location.
setMaximumSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the maximum severity of this category with respect to a location.
setMaximumSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setMaximumSeverity(Category) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setMaximumSeverity(int) - Method in class com.sap.tc.logging.LogController
Deprecated.  
setMaximumSeverity() - Method in class com.sap.tc.logging.LogController
Deprecated.  
setMessageAccessor(MessageAccessor) - Method in class com.sap.tc.logging.Formatter
Sets a MessageAccessor for this formatter.
setMinimumSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the minimum severity of this category with respect to a location.
setMinimumSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the minimum severity of this category with respect to a location.
setMinimumSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setMinimumSeverity(Category) - Method in class com.sap.tc.logging.Location
Deprecated. Relative controllers are obsolete functionality
setMinimumSeverity(int) - Method in class com.sap.tc.logging.LogController
Deprecated.  
setMinimumSeverity() - Method in class com.sap.tc.logging.LogController
Deprecated.  
setMode(int) - Method in class com.sap.tc.logging.BaseLog
 
setMode(int) - Method in class com.sap.tc.logging.FileLog
Set current working mode of the FileLog mode 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
setMode(int) - Method in class com.sap.tc.logging.FileLogSet
Set current working mode of the FileLog mode 1 == FileLog.MODE_FILE_SET 2 == FileLog.MODE_SINGLE_FILE
setMode(int) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Set current working mode.
setMsgKey(String) - Method in class com.sap.tc.logging.MsgObject
 
setName(String) - Method in class com.sap.tc.logging.BaseLog
 
setName(String) - Method in class com.sap.tc.logging.Group
 
setName(String) - Method in class com.sap.tc.logging.Log
Sets a name for this log.
setName(String) - Method in class com.sap.tc.logging.LogController
Sets a name for this log.
setOriginOfSeverity(int) - Method in class com.sap.tc.logging.LogController
 
setPattern(String) - Method in class com.sap.tc.logging.BaseLog
 
setPattern(String) - Method in class com.sap.tc.logging.FileLog
 
setPattern(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the name pattern of this log.
setPattern(String) - Method in class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with a custom formatting pattern.
setPeriodicity(int) - Method in class com.sap.tc.logging.Configurator
Sets the periodicity of this configurator in minutes.
setProperties(Properties) - Method in class com.sap.tc.logging.PropertiesConfigurator
Sets the properties object used for this configurator.
setResourceBundleName(String) - Method in class com.sap.tc.logging.LogController
Assigns a resource bundle name to this log controller.
setResourceBundleName() - Method in class com.sap.tc.logging.LogController
Resets the resource bundle name of this log controller.
setRollbackOnly() - Method in interface com.sap.transaction.ITxManager
Marks the current JTA transaction for rollback.
setRollbackOnly() - Static method in class com.sap.transaction.TxManager
Marks the current JTA transaction for rollback.
setRotation(int, int) - Method in class com.sap.tc.logging.FileLog
Set the max count number of rotating fileset and set the limit file size used for sequencing on the rotating output file This may change behaviour of the curent rotating fileset in a way: - Setting an incompatible value to the count or the limit will kill the rotating file set.
setSession(String) - Method in class com.sap.tc.logging.LogRecord
 
setSeverityFromDC(Properties) - Static method in class com.sap.tc.logging.LogController
 
setSize(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the size of rotating fileset, number of files in fileset.
setSize(long) - Method in class com.sap.tc.logging.Log
 
setSource(String) - Method in class com.sap.tc.logging.BaseLog
 
setSource(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the source name of this log.
setSourceName(String) - Method in class com.sap.tc.logging.LogRecord
 
setStatus(int) - Method in class com.sap.tc.logging.BaseLog
 
setStatus(int) - Method in class com.sap.tc.logging.Log
 
setSubLocationName(String) - Method in class com.sap.tc.logging.Group
 
setSuppressing(boolean) - Method in class com.sap.tc.logging.Log
 
setSysHostName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysInstanceName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysNodeID(String) - Method in class com.sap.tc.logging.LogRecord
 
setText(String) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Sets a body of this multipart sub-message.
setThreadInternal(boolean) - Method in class com.sap.tc.logging.LogRecord
 
setTimeOfTracing() - Method in class com.sap.tc.logging.LogRecord
 
setTransaction(String) - Method in class com.sap.tc.logging.LogRecord
 
setTxManagerImpl(ITxManager) - Static method in class com.sap.transaction.TxManager
 
setUser(String) - Method in class com.sap.tc.logging.LogRecord
 
setVendor(String) - Method in class com.sap.tc.logging.Location
 
setVerInUse(String) - Method in class com.sap.tc.logging.BaseLog
 
setVerInUse(String) - Method in class com.sap.tc.logging.Log
 
Severity - Class in com.sap.tc.logging
Collects constants for use as severities as well as some static utility methods.
Severity() - Constructor for class com.sap.tc.logging.Severity
 
SEVERITY_FROM_CONFIGURATION - Static variable in class com.sap.tc.logging.LogController
 
SEVERITY_FROM_DC - Static variable in class com.sap.tc.logging.LogController
 
severityFromDC - Static variable in class com.sap.tc.logging.LogController
 
SimpleLogger - Class in com.sap.tc.logging
Exposes main functionality of SAP Logging API by the means of several, easy to use methods
SimpleLogger() - Constructor for class com.sap.tc.logging.SimpleLogger
 
SINGLE_QUOTE - Static variable in class com.sap.tc.logging.Location
 
size - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
 
size() - Method in class com.sap.tc.logging.Log
Current size of the log.
SPACE - Static variable in class com.sap.tc.logging.Location
 
START_BOUNDARY_NOT_FOUND - Static variable in exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Start boundary not found.
status() - Method in class com.sap.tc.logging.BaseLog
 
status() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Status of this log object.
status() - Method in interface com.sap.tc.logging.interfaces.ILog
Status of this log object.
status() - Method in class com.sap.tc.logging.Log
Status of this log object.
STATUS_CLOSED - Static variable in class com.sap.tc.logging.BaseLog
 
STATUS_CLOSED - Static variable in class com.sap.tc.logging.Log
 
STATUS_INVALID - Static variable in class com.sap.tc.logging.BaseLog
 
STATUS_INVALID - Static variable in class com.sap.tc.logging.Log
 
STATUS_OPENED - Static variable in class com.sap.tc.logging.BaseLog
 
STATUS_OPENED - Static variable in class com.sap.tc.logging.Log
 
StreamLog - Class in com.sap.tc.logging
Writes log records to output streams.
StreamLog() - Constructor for class com.sap.tc.logging.StreamLog
 
StreamLog(Formatter) - Constructor for class com.sap.tc.logging.StreamLog
 
StreamLog(String, Formatter) - Constructor for class com.sap.tc.logging.StreamLog
 
StreamLog(OutputStream) - Constructor for class com.sap.tc.logging.StreamLog
Configures this stream log for writing to an output stream.
StreamLog(OutputStream, Formatter) - Constructor for class com.sap.tc.logging.StreamLog
Same as StreamLog.StreamLog(java.io.OutputStream) but configures for writing with a custom formatter.
StreamLog(OutputStream, String) - Constructor for class com.sap.tc.logging.StreamLog
Configures this stream log for writing to an output stream with a custom character encoding.
StreamLog(OutputStream, String, Formatter) - Constructor for class com.sap.tc.logging.StreamLog
Same as StreamLog.StreamLog(java.io.OutputStream, java.lang.String) but configures for writing with a custom formatter and character encoding.
SUPPRESS - Static variable in class com.sap.tc.logging.TraceFormatter
 
SYNTAX_ERR_EMSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
SYNTAX_ERR_IN_KEY_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
SYNTAX_ERR_IN_VAL_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
SYS_CHANGES - Static variable in class com.sap.tc.logging.Category
 
SYS_CONFIGURATION - Static variable in class com.sap.tc.logging.Category
 
SYS_CONFIGURATION_LOGGING - Static variable in class com.sap.tc.logging.Category
 
SYS_DATABASE - Static variable in class com.sap.tc.logging.Category
 
SYS_ENTERPRISE_SERVICES - Static variable in class com.sap.tc.logging.Category
 
SYS_LOGGING - Static variable in class com.sap.tc.logging.Category
 
SYS_NETWORK - Static variable in class com.sap.tc.logging.Category
 
SYS_SECURITY - Static variable in class com.sap.tc.logging.Category
 
SYS_SERVER - Static variable in class com.sap.tc.logging.Category
 
SYS_USER_INTERFACE - Static variable in class com.sap.tc.logging.Category
 
SYSTEM - Static variable in class com.sap.tc.logging.Category
 

T

TableLocking - Interface in com.sap.engine.services.applocking
Provides methods to lock and unlock rows in database tables.
threadInfoProvider - Static variable in class com.sap.tc.logging.LoggingManager
 
throwException() - Method in class com.sap.tc.logging.Configurator
Rethrows the last exception thrown.
throwing(Throwable) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that this method location is about to throw an exception.
throwing(Category, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
throwing(Category[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
throwing(String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.throwing(java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
throwing(Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
throwing(Category[], String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
toString() - Method in class com.sap.tc.logging.FormatterType
Returns the formatter type in literal string.
toString() - Method in class com.sap.tc.logging.GUId
 
toString(int) - Static method in class com.sap.tc.logging.MsgType
 
toString(int) - Static method in class com.sap.tc.logging.Severity
 
toString() - Method in class com.sap.tc.logging.UID
Returns the hex string representation of this UID.
trace(int, Location, String) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location
trace(int, Location, String, String) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
trace(int, Location, String, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
trace(int, Location, String, String, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
trace(int, Location, String, String, String, String, Throwable, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
TRACEFORMAT - Static variable in class com.sap.tc.logging.FormatterType
A format which is readily understood by users.
TraceFormatter - Class in com.sap.tc.logging
Formats log records as readable lines.
TraceFormatter() - Constructor for class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with the standard formatting pattern "%24d %-40l [%t] %s: %m".
TraceFormatter(String) - Constructor for class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with a custom formatting pattern.
traceThrowable(int, MsgObject, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowable(int, String, MsgObject, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowable(int, MsgObject, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this loaction.
traceThrowable(int, String, MsgObject, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowable(int, Location, String, Throwable) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location. traceThrowable methods are designed to format and write exception stacktraces.
traceThrowable(int, Location, String, String, Throwable) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
traceThrowable(int, Location, Throwable, String, String, Object...) - Static method in class com.sap.tc.logging.SimpleLogger
Issues a trace message through a Location.
traceThrowableT(int, String, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowableT(int, String, String, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowableT(int, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this loaction.
traceThrowableT(int, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowableT(int, Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
TransactionTicket - Interface in com.sap.transaction
Interface, implementations of which denote that the user is owner of the current transaction.
TxDemarcationException - Exception in com.sap.transaction
A TxStackException is thrown to indicate that the TxManager has encountered an unbalanced sequence of transaction demarcation calls.
TxDemarcationException() - Constructor for exception com.sap.transaction.TxDemarcationException
 
TxDemarcationException(String) - Constructor for exception com.sap.transaction.TxDemarcationException
 
TxDuplicateOIDRegistrationException - Exception in com.sap.transaction
A TxDuplicateOIDRegistratrionException is thrown when an attempt to register a duplicate synchronization object with a different SID in a given synchtonization level is discovered.
TxDuplicateOIDRegistrationException() - Constructor for exception com.sap.transaction.TxDuplicateOIDRegistrationException
 
TxDuplicateOIDRegistrationException(String) - Constructor for exception com.sap.transaction.TxDuplicateOIDRegistrationException
 
TxException - Exception in com.sap.transaction
A TxException is thrown to indicate that the transaction manager has encountered an unexpected error situation.
TxException() - Constructor for exception com.sap.transaction.TxException
 
TxException(String) - Constructor for exception com.sap.transaction.TxException
 
TxManager - Class in com.sap.transaction
The TxManager class provides a set of static methods that allow applications to handle JTA transactions in a convenient and controlled way.
TxRollbackException - Exception in com.sap.transaction
A TxRollbackException is thrown when a transaction is marked for rollback only or when it has been rolled back instead of committed.
TxRollbackException() - Constructor for exception com.sap.transaction.TxRollbackException
 
TxRollbackException(String) - Constructor for exception com.sap.transaction.TxRollbackException
 
TxSynchronizationException - Exception in com.sap.transaction
A TxSynchronizationException is thrown when a passed Synchronization object conflicts with another Synchronization object that has already been registered under the same synchronization id.
TxSynchronizationException() - Constructor for exception com.sap.transaction.TxSynchronizationException
 
TxSynchronizationException(String) - Constructor for exception com.sap.transaction.TxSynchronizationException
 
typeOfMessage(Object[]) - Method in class com.sap.tc.logging.LogController
 

U

UID - Class in com.sap.tc.logging
The UID class
UID() - Constructor for class com.sap.tc.logging.UID
Constructs a new UID based on the following algorithm
UID(long) - Constructor for class com.sap.tc.logging.UID
 
UNDEFINEDFORMAT - Static variable in class com.sap.tc.logging.FormatterType
Unknown format.
UNKNOWN_CLASS_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
UNKNOWN_FORMATTER_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
UNKNOWN_LOG_MSG - Static variable in class com.sap.tc.logging.PropertiesConfigurator
 
UNKNOWN_SEVERITY_EMSG - Static variable in class com.sap.tc.logging.Severity
 
unlock(byte, String, String, char) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks an argument, which belongs to a name.
unlock(byte, String, String, char, boolean) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks an argument, which belongs to a name.
unlock(byte, String[], String[], char[]) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks a several arguments, which belongs to a name.
unlock(byte, String[], String[], char[], boolean) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks a several arguments, which belongs to a name.
unlock(byte, Connection, String, Map, char) - Method in interface com.sap.engine.services.applocking.TableLocking
Releases a lock for a row in a table contained in the specified SQL connection.
unlock(byte, Connection, String, Map, char, boolean) - Method in interface com.sap.engine.services.applocking.TableLocking
Releases a lock for a row in a table contained in the specified SQL connection.
unlockAll(byte) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks all names/arguments.
unlockAll(byte, boolean) - Method in interface com.sap.engine.services.applocking.LogicalLocking
Unlocks all names/arguments.
unlockAll(byte) - Method in interface com.sap.engine.services.applocking.TableLocking
Deprecated. use unlockAll(byte, Connection) instead, because does not work for local transactions
unlockAll(byte, Connection) - Method in interface com.sap.engine.services.applocking.TableLocking
Releases all granted locks.
unlockAll(byte, boolean) - Method in interface com.sap.engine.services.applocking.TableLocking
Deprecated. use unlockAll(byte, Connection, boolean) instead, because does not work for local transactions
unlockAll(byte, Connection, boolean) - Method in interface com.sap.engine.services.applocking.TableLocking
Releases all granted locks.
UnsupportedFormatException - Exception in com.sap.tc.logging.exceptions
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
UnsupportedFormatException() - Constructor for exception com.sap.tc.logging.exceptions.UnsupportedFormatException
 
UnsupportedFormatException(String) - Constructor for exception com.sap.tc.logging.exceptions.UnsupportedFormatException
 
UnsupportedFormatException - Exception in com.sap.tc.logging
Deprecated. Use the com.sap.tc.logging.exception.UnsupportedFormatException class
UnsupportedFormatException() - Constructor for exception com.sap.tc.logging.UnsupportedFormatException
Deprecated.  
UnsupportedFormatException(String) - Constructor for exception com.sap.tc.logging.UnsupportedFormatException
Deprecated.  

V

VALUES - Static variable in class com.sap.tc.logging.Severity
List of predefined severity levels (unmodifiable).
vendor - Variable in class com.sap.tc.logging.Location
 

W

warning(Location, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject) but always emits an warning message, that is a message of severity Severity.WARNING.
warning(Location, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, MsgObject, java.lang.Object[]) but always emits an warning message, that is a message of severity Severity.WARNING.
warning(Location, String, MsgObject) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject) but always emits an warning message, that is a message of severity Severity.WARNING.
warning(Location, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, MsgObject, java.lang.Object[]) but always emits an warning message, that is a message of severity Severity.WARNING.
warning(Location, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, String, Object) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Deprecated.  
warning(MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(String, MsgObject) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, MsgObject) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, java.lang.String, com.sap.tc.logging.MsgObject, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, MsgObject, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
warning(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warning(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
WARNING - Static variable in class com.sap.tc.logging.Severity
Recommended severity of warning messages.
warningT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
warningT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Deprecated. Logging to a Category from Location context is not proper. If you want the message to appear both in traces and logs, use Category and pass a Location parameter or issue separate calls to a Location and a Category parameter
wasStarted() - Method in interface com.sap.transaction.TransactionTicket
Has the JTA transaction been started on the transaction level associated with this ticket?
write(LogRecord) - Method in class com.sap.tc.logging.Log
Deprecated. not supported anymore
writeInt(String) - Method in class com.sap.tc.logging.FileLog
 
writeInt(String) - Method in class com.sap.tc.logging.Log
Writes a log message string to this log.
writeInt(LogRecord) - Method in class com.sap.tc.logging.Log
Writes a log record to this log.
writeInt(String) - Method in class com.sap.tc.logging.StreamLog
 
writeLogFooter() - Method in class com.sap.tc.logging.FileLog
 
writeLogFooter() - Method in class com.sap.tc.logging.Log
Writes a log footer to this log.
writeLogHeader() - Method in class com.sap.tc.logging.FileLog
 
writeLogHeader() - Method in class com.sap.tc.logging.Log
Writes a log header to this log.
writeTo(OutputStream) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
Writes this multipart message to the specified output stream according to the multipart messages syntax.
writeTo(OutputStream) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Writes this multipart sub-message to an output stream according to the multipart message's syntax.
writeTo(File) - Method in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
Writes this multipart sub-message to an file according to the multipart message's syntax.

X

XMLFORMAT - Static variable in class com.sap.tc.logging.FormatterType
See class (@link XMLFormatter}.
XMLFormatter - Class in com.sap.tc.logging
Formats log records as XML elements.
XMLFormatter() - Constructor for class com.sap.tc.logging.XMLFormatter
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright 2010 SAP AG Complete Copyright Notice