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

A

add(T) - Method in class ifs.fnd.capability.CapabilitySet
 
add(String) - Method in class ifs.fnd.log.Tags
Adds a new single tag recognized by the given name to this tag collection.
add(Tags) - Method in class ifs.fnd.log.Tags
Adds a single tag or a collection of tags to this tag collection.
add(File, InputStream) - Method in class ifs.fnd.service.TemporaryFileList
Add a temporary file to this list.
add(File, OutputStream) - Method in class ifs.fnd.service.TemporaryFileList
Add a temporary file to this list.
add(File, Reader) - Method in class ifs.fnd.service.TemporaryFileList
Add a temporary file to this list.
add(File, Writer) - Method in class ifs.fnd.service.TemporaryFileList
Add a temporary file to this list.
add(File, RandomAccessFile) - Method in class ifs.fnd.service.TemporaryFileList
Add a temporary file to this list.
add(int) - Method in class ifs.fnd.util.IntArray
Adds an integer to the end of the array.
add(K, V) - Method in class ifs.fnd.util.ResetableListMap
Adds a value to the list of values mapped to the specified key.
addAttribute(String, String) - Method in class ifs.fnd.util.Message
Add a new String attribute to this Message.
addAttribute(String, int) - Method in class ifs.fnd.util.Message
Add a new integer attribute to this Message.
addAttribute(String, Time) - Method in class ifs.fnd.util.Message
Add a new Time attribute to this Message.
addAttribute(String, boolean) - Method in class ifs.fnd.util.Message
Add a new boolean attribute to this Message.
addCaughtException(Throwable) - Method in exception ifs.fnd.service.FndException
Sets the cause of this FndException.
addClassLogger(String) - Method in class ifs.fnd.log.LogMgr
Adds class Logger definition on form 'class name=level'.
addClassLogger(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
addCursor(String, ProxyCursor) - Method in class ifs.fnd.proxy.ProxyConnection
Adds an open cursor to this proxy session.
addCursor(String, String) - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Adds a cursor to the log.
addItem(Item) - Method in interface ifs.fnd.buffer.Buffer
Append a specified Item to the end of the item list in this Buffer.
addItem(String, Object) - Method in interface ifs.fnd.buffer.Buffer
Create and append a new Item to this buffer.
addItem(String, Buffer) - Method in interface ifs.fnd.buffer.Buffer
Create and append a new Item to this buffer.
addItem(String, String) - Method in interface ifs.fnd.buffer.Buffer
Create and append a new Item to this buffer.
addItem(String, int) - Method in interface ifs.fnd.buffer.Buffer
Create and append a new Item to this buffer.
addItem(Item) - Method in class ifs.fnd.buffer.StandardBuffer
Append a specified Item to the end of the item list in this Buffer, which may lead to duplicate item names.
addItem(String, Object) - Method in class ifs.fnd.buffer.StandardBuffer
Create and append a new Item to the end of the item list in this Buffer, which may lead to duplicate item names.
addItem(String, Buffer) - Method in class ifs.fnd.buffer.StandardBuffer
 
addItem(String, String) - Method in class ifs.fnd.buffer.StandardBuffer
 
addItem(String, int) - Method in class ifs.fnd.buffer.StandardBuffer
 
addShutdownHook(IfsShutdownHook) - Static method in class ifs.fnd.service.IfsShutdownHook
Registers a new IFS specific virtual-machine shutdown hook.
addTransaction(String, String) - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Adds a transaction to the log.
append(String) - Method in class ifs.fnd.buffer.AutoString
Append a string to this string buffer.
append(String, String) - Method in class ifs.fnd.buffer.AutoString
Append a sequence of two strings to this string buffer.
append(String, String, String) - Method in class ifs.fnd.buffer.AutoString
Append a sequence of three strings to this string buffer.
append(String, String, String, String) - Method in class ifs.fnd.buffer.AutoString
Append a sequence of four strings to this string buffer.
append(String, String, String, String, String) - Method in class ifs.fnd.buffer.AutoString
Append a sequence of five strings to this string buffer.
append(char[], int, int) - Method in class ifs.fnd.buffer.AutoString
Append a portion of an array of characters to this string buffer.
append(AutoString) - Method in class ifs.fnd.buffer.AutoString
Append to this buffer the contents of another AutoString.
append(char) - Method in class ifs.fnd.buffer.AutoString
Append one character to this string buffer.
appendAttribute(String, String) - Method in class ifs.fnd.util.Message
Append a new-line and a specified value to the named attribute.
appendBoolean(boolean) - Method in class ifs.fnd.buffer.AutoString
Append to this buffer the string representation of boolean.
appendInt(int) - Method in class ifs.fnd.buffer.AutoString
Append to this buffer the string representation of an integer.
APPLICATION_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
appToDbName(String) - Static method in class ifs.fnd.service.IfsNames
Convert an application to a database name.
Attribute - Class in ifs.fnd.util
En instance of this class represents a component of a Message.
Attribute(String, String) - Constructor for class ifs.fnd.util.Attribute
Creates a new Attribute having the specified name and value.
AttributeNotFoundException - Exception in ifs.fnd.util
This exception is trhown when a manadatory attribute is not found in a Message object.
AttributeNotFoundException(String) - Constructor for exception ifs.fnd.util.AttributeNotFoundException
Create a new instance.
authorizeLDAPUser(String, String, String) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
authorizeNTUser(String, String, String) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
AutoString - Class in ifs.fnd.buffer
This class can be used instead of java.lang.StringBuffer.
AutoString(int) - Constructor for class ifs.fnd.buffer.AutoString
Construct a new AutoString allocating a buffer of the specified size.
AutoString() - Constructor for class ifs.fnd.buffer.AutoString
Construct a new AutoString allocating a buffer of the default size.

B

Base64 - Class in ifs.fnd.util
Class for encoding/decoding binary data to/from Base64 format.
Base64() - Constructor for class ifs.fnd.util.Base64
 
begin() - Method in class ifs.fnd.service.TraceEventType
 
BINARY_INDICATOR - Static variable in class ifs.fnd.buffer.BinaryBufferFormatter
 
BinaryBufferFormatter - Class in ifs.fnd.buffer
Framework internal class: Binary implementation of BufferFormatter interface.
BinaryBufferFormatter() - Constructor for class ifs.fnd.buffer.BinaryBufferFormatter
 
BitSetUtil - Class in ifs.fnd.util
 
BitSetUtil() - Constructor for class ifs.fnd.util.BitSetUtil
 
BOOLEAN - Static variable in class ifs.fnd.buffer.DataFormatter
 
BooleanFormatter - Class in ifs.fnd.buffer
An instance of this class can format and parse Boolean values.
BooleanFormatter(int, String) - Constructor for class ifs.fnd.buffer.BooleanFormatter
Constructs a new instance of BooleanFormatter.
BooleanFormatter(Buffer) - Constructor for class ifs.fnd.buffer.BooleanFormatter
Constructs a new instance of BooleanFormatter.
BooleanFormatter() - Constructor for class ifs.fnd.buffer.BooleanFormatter
Constructs a new instance of BooleanFormatter.
Buffer - Interface in ifs.fnd.buffer
A Buffer is a collection of items.
Bufferable - Interface in ifs.fnd.buffer
A Bufferable object can transform/recreate its internal state into/from a Buffer.
BufferFormatException - Exception in ifs.fnd.buffer
This exception is trhown in case of a syntax error in a formatted Buffer.
BufferFormatException(String) - Constructor for exception ifs.fnd.buffer.BufferFormatException
Create a new instance.
BufferFormatter - Interface in ifs.fnd.buffer
Framework internal class: Interface for serialization/deserialization of Buffers.
BufferIterator - Interface in ifs.fnd.buffer
An interface for iterators over Items in a Buffer.
Buffers - Class in ifs.fnd.buffer
Utility class with useful operations on Buffers.
BufferUtil - Class in ifs.fnd.buffer
Bit pattern of a single byte in the length prefix bytes: bit-index: 8 7 6 5 4 3 2 1 0 x x x x x x x | | \---------/ | | | | | \---------- 6 value-bits | | | \----------------- continue-bit | \------------------- always 0 A lengnth prefix may contain 1 to 6 bytes of the above form.
BufferUtil() - Constructor for class ifs.fnd.buffer.BufferUtil
 
bugln(String) - Static method in class ifs.fnd.util.Log
Writes a message to the bug-file.
ByteArrayTokenReader - Class in ifs.fnd.buffer
Framework internal class: Extension of FndTokenReader that reads serialized stream from an array of bytes.
ByteArrayTokenReader(byte[]) - Constructor for class ifs.fnd.buffer.ByteArrayTokenReader
Construct a token reader that will read bytes from the specified byte array.
bytesToString(byte[]) - Static method in class ifs.fnd.util.Str
Convert specified array of bytes to String using default character encoding.
bytesUtf8ToString(byte[]) - Static method in class ifs.fnd.util.Str
Convert specified array of bytes to String using UTF-8 character encoding.
bytesUtf8ToString(byte[], int, int) - Static method in class ifs.fnd.util.Str
Convert specified array of bytes to String using UTF-8 character encoding.

C

CALLSEQUENCE_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
canonicalHashKey(String) - Static method in class ifs.fnd.service.Util
Computes a hash key on a canonical (OS independent) form of a text.
Capability<T extends java.lang.Enum<T> & Capability<T>> - Interface in ifs.fnd.capability
 
CapabilityManager<T extends java.lang.Enum<T> & Capability<T>> - Class in ifs.fnd.capability
 
CapabilityManager(Class<T>) - Constructor for class ifs.fnd.capability.CapabilityManager
 
CapabilitySet<T extends java.lang.Enum<T> & Capability<T>> - Class in ifs.fnd.capability
 
CHALLENGE_RESPONSE - Static variable in class ifs.fnd.service.ReauthenticationRequest
Constant representing CHALLENGE_RESPONSE type of a reauthentication request.
checkAllVersions(Class) - Method in class ifs.fnd.service.JsfVersion
Called from FndFramework.
checkItem(Item) - Method in class ifs.fnd.buffer.StandardBuffer
Check if the Item is of Expected class.
checkRevision(String) - Method in class ifs.fnd.service.JsfVersion
Called from Build Task
checkVersion(Class, String, String) - Method in class ifs.fnd.service.JsfVersion
Called from Client Gateway.
ClassFilter - Class in ifs.fnd.log
A filter implementation that can filter on class name and optionally method name.
ClassFilter() - Constructor for class ifs.fnd.log.ClassFilter
 
cleanupInterval - Variable in class ifs.fnd.proxy.ProxyConnectionPool.Config
Delay between Scanner thread cleanup scans (in seconds).
clear() - Method in class ifs.fnd.buffer.AutoString
Clear the characters from the buffer but keep the allocated space.
clear() - Method in interface ifs.fnd.buffer.Buffer
Clear the contents of this buffer.
clear() - Method in class ifs.fnd.buffer.StandardBuffer
 
clear() - Method in class ifs.fnd.service.TraceEventType
 
clear() - Method in class ifs.fnd.util.FndSoftHashMap
 
clear() - Method in class ifs.fnd.util.IntArray
Removes all elements from the array.
clearStatistics() - Static method in class ifs.fnd.service.TraceEventType
 
clearThreadLoggers() - Static method in class ifs.fnd.log.LogMgr
Clears all logger instances for the current thread.
clone() - Method in class ifs.fnd.buffer.AutoString
Clones this AutoString.
clone() - Method in class ifs.fnd.buffer.BooleanFormatter
Clone this BooleanFormatter.
clone() - Method in interface ifs.fnd.buffer.Buffer
Clone this Buffer.
clone() - Method in class ifs.fnd.buffer.DataFormatter
 
clone() - Method in class ifs.fnd.buffer.DateFormatter
Clone this DateFormatter.
clone() - Method in class ifs.fnd.buffer.Item
Clones this Item.
clone() - Method in class ifs.fnd.buffer.NumberFormatter
Clone this NumberFormatter.
clone() - Method in class ifs.fnd.buffer.ServerFormatter
Clone this ServerFormatter.
clone() - Method in class ifs.fnd.buffer.StandardBuffer
 
clone() - Method in class ifs.fnd.buffer.StringFormatter
Clone this StringFormatter.
close(ProxyConnection) - Static method in class ifs.fnd.proxy.ProxyConnectionCache
Closes a database connection.
close() - Static method in class ifs.fnd.util.Log
Closes the log and bug files.
close() - Method in class ifs.fnd.util.StreamWriter
Close the stream.
closeCursor(String) - Method in class ifs.fnd.proxy.ProxyConnection
Closes a cursor identified by specified cursor ID.
closeCursor() - Method in class ifs.fnd.proxy.ProxyCursor
Closes this cursor.
closeFile(PrintWriter) - Static method in class ifs.fnd.util.Log
Append a line with timestamp and then close the specified file.
commit() - Method in class ifs.fnd.proxy.ProxyConnection
Commits the transaction on this connection.
compare(Item, Item) - Method in interface ifs.fnd.buffer.ItemComparator
Compare two Items for order.
compare(Item, Item) - Method in class ifs.fnd.buffer.RowComparator
Compare two compund items using the key name specified at construction time.
compareRevisions(File, File) - Method in class ifs.fnd.service.JsfVersion
Called from Build Task.
compress(String, StringBuffer) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
compress(String) - Static method in class ifs.fnd.service.Util
Compress a string.
compress(String, StringBuffer) - Static method in class ifs.fnd.service.Util
Compress a string.
compressJava(String) - Static method in class ifs.fnd.service.Util
Compress a string.
compressJava(String, boolean) - Static method in class ifs.fnd.service.Util
Compress a string.
concatAttribute(String, String) - Method in class ifs.fnd.util.Message
Append a specified value (without new-line) to the named attribute.
consume(char) - Method in class ifs.fnd.buffer.UTF8ByteCounter
Consumes a character.
contains(Tags) - Method in class ifs.fnd.log.Tags
Returns true if this tag set contains all of the elements of the specified tag set.
copy(Message, Buffer) - Static method in class ifs.fnd.buffer.Buffers
Transform a Message into a Buffer.
copy(Buffer, Message) - Static method in class ifs.fnd.buffer.Buffers
Transform a Buffer into a Message.
copy(InputStream, OutputStream) - Static method in class ifs.fnd.util.IoUtil
Copies bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class ifs.fnd.util.IoUtil
Copy characters from a Reader to a Writer.
count - Variable in class ifs.fnd.buffer.StandardBuffer
 
count(String, UTF8ByteCounter.Type) - Static method in class ifs.fnd.buffer.UTF8ByteCounter
Counts the number of UTF-8 encoded bytes for a given string using the specified counting type.
count(String) - Static method in class ifs.fnd.buffer.UTF8ByteCounter
Counts the number of UTF-8 bytes using counting methond UTF8ByteCounter.Type.STRING_TO_UTF8.
countAttributes() - Method in class ifs.fnd.util.Message
Returns the number of attributes currently stored in this message.
countItems() - Method in interface ifs.fnd.buffer.Buffer
Return the number of items collected in this Buffer.
countItems(String) - Method in interface ifs.fnd.buffer.Buffer
Return the number of items with the specified name.
countItems() - Method in class ifs.fnd.buffer.StandardBuffer
Return the number of items collected in this Buffer.
countItems(String) - Method in class ifs.fnd.buffer.StandardBuffer
Return the number of items with the specified name collected in this Buffer.
create(String, String) - Static method in class ifs.fnd.proxy.ProxyConnectionCache
Creates a new database connection from JDBC driver.
cursorTimeout - Variable in class ifs.fnd.proxy.ProxyConnectionPool.Config
Cursor timeout (in milliseconds).

D

DATABASE_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
DataDirectProxyConnectionCache - Class in ifs.fnd.proxy
Class that wraps DataDirect JDBC driver.
DataFormatter - Class in ifs.fnd.buffer
Transforms a simple Java Object (like Date, Double, String or Boolean) into a String and vice versa.
DataFormatter() - Constructor for class ifs.fnd.buffer.DataFormatter
 
DATE - Static variable in class ifs.fnd.buffer.DataFormatter
 
DateFormatter - Class in ifs.fnd.buffer
An instance of this class can format and parse Java Date values.
DateFormatter(Buffer) - Constructor for class ifs.fnd.buffer.DateFormatter
Constructs a new instance of DateFormatter.
DateFormatter(String, Buffer) - Constructor for class ifs.fnd.buffer.DateFormatter
Constructs a new instance of DateFormatter with the specified parameters.
DateFormatter(int, String, String) - Constructor for class ifs.fnd.buffer.DateFormatter
Constructs a new instance of DateFormatter with the specified parameters.
DateFormatter(int, String, String, Locale) - Constructor for class ifs.fnd.buffer.DateFormatter
Constructs a new instance of DateFormatter with the specified parameters.
DATETIME - Static variable in class ifs.fnd.buffer.DataFormatter
 
DateUtil - Class in ifs.fnd.util
Contains utility methods related to date manipulations.
dbToAppName(String) - Static method in class ifs.fnd.service.IfsNames
Convert a database name to an application name.
DEBUG - Static variable in class ifs.fnd.buffer.DataFormatter
 
debug(String) - Method in class ifs.fnd.buffer.DataFormatter
 
DEBUG - Static variable in class ifs.fnd.buffer.DateFormatter
 
debug - Variable in class ifs.fnd.log.Logger
 
debug(Throwable, Tags, String, Object...) - Method in class ifs.fnd.log.Logger
Method for debugging.
debug(String, Object...) - Method in class ifs.fnd.log.Logger
 
debug(Throwable) - Method in class ifs.fnd.log.Logger
 
debug(Throwable, String, Object...) - Method in class ifs.fnd.log.Logger
 
debug(Tags, String, Object...) - Method in class ifs.fnd.log.Logger
 
debug(Throwable, Tags) - Method in class ifs.fnd.log.Logger
 
DEBUG - Static variable in class ifs.fnd.log.LogMgr
 
debug(String) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
DEBUG - Static variable in class ifs.fnd.service.DebugInfo
 
DEBUG - Static variable in exception ifs.fnd.service.FndException
 
DEBUG - Static variable in class ifs.fnd.service.StandardFactory
 
DEBUG - Static variable in class ifs.fnd.service.TraceEvent
 
DEBUG - Static variable in class ifs.fnd.service.TraceEventType
 
DEBUG - Static variable in class ifs.fnd.service.Util
 
debug(String) - Static method in class ifs.fnd.service.Util
Deprecated. 
debug(Logger) - Method in class ifs.fnd.util.ResetableListMap
Print the contents of this map to debug output.
DebugInfo - Class in ifs.fnd.service
Framework internal class: Debugging utilities.
debugStackTrace() - Method in class ifs.fnd.log.Logger
 
debugStackTrace(boolean) - Method in class ifs.fnd.log.Logger
 
decode(InputStream, OutputStream) - Method in class ifs.fnd.util.Base64
Decode Base64 input character stream into binary output stream.
decode(InputStream) - Method in class ifs.fnd.util.Base64
Decode Base64 input characters into a String representation of decoded binary stream.
decrypt(String) - Static method in class ifs.fnd.service.IfsEncryption
Decrypts a string previously encrypted with encrypt(String.
decrypt(byte[]) - Static method in class ifs.fnd.service.IfsEncryption
Decrypts data previously encrypted with encrypt(byte[].
dedicatedSessionTimeout - Variable in class ifs.fnd.proxy.ProxyConnectionPool.Config
Dedicated session timeout (in milliseconds).
delete() - Method in class ifs.fnd.service.TemporaryFile
Close the stream and delete the file wrapped by this TemporaryFile.
delete() - Method in class ifs.fnd.service.TemporaryFileList
Delete all temporary files on this list.
delete(File) - Static method in class ifs.fnd.util.IoUtil
Deletes a file or directory.
doAuthorizeLDAPUser(String, String, String) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doAuthorizeNTUser(String, String, String) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doCompress(String, StringBuffer) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doDebug(String) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doEnableNativeDebug(boolean) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doGetThreadTimes(int) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doIsNativeDebugEnabled() - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doPerform(String) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
doUncompress(String, StringBuffer) - Method in class ifs.fnd.os.NativeUtilities
Deprecated.
 

E

empty() - Method in class ifs.fnd.util.SimpleStack
Tests if this stack is empty.
enableNativeDebug(boolean) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
encode(InputStream, OutputStream) - Method in class ifs.fnd.util.Base64
Encode binary input stream into Base64 character stream.
encode(InputStream, OutputStream, boolean) - Method in class ifs.fnd.util.Base64
Encode binary input stream into Base64 character stream.
encode(String) - Static method in class ifs.fnd.util.QuotedPrintable
Encode the specified string to charset=us-ascii.
encrypt(String) - Static method in class ifs.fnd.service.IfsEncryption
Encrypts a String value.
encrypt(byte[]) - Static method in class ifs.fnd.service.IfsEncryption
Encrypts data.
end() - Method in class ifs.fnd.service.TraceEvent
 
entrySet() - Method in class ifs.fnd.util.FndSoftHashMap
 
equals(Object) - Method in class ifs.fnd.buffer.AutoString
Return true if a specified Object is an AutoString and has exactly the same contents as this AutoString.
equals(Object) - Method in interface ifs.fnd.buffer.Buffer
Compares this buffer to another one.
equals(Object) - Method in class ifs.fnd.buffer.Item
Return true if a specified Object is an Item and has exactly the same contents as this Item.
equals(Object) - Method in class ifs.fnd.buffer.StandardBuffer
 
error(Throwable, Tags, String, Object...) - Method in class ifs.fnd.log.Logger
Method for logging of errors.
error(String, Object...) - Method in class ifs.fnd.log.Logger
 
error(Throwable) - Method in class ifs.fnd.log.Logger
 
error(Throwable, String, Object...) - Method in class ifs.fnd.log.Logger
 
error(Tags, String, Object...) - Method in class ifs.fnd.log.Logger
 
error(Throwable, Tags) - Method in class ifs.fnd.log.Logger
 
ERROR - Static variable in class ifs.fnd.log.LogMgr
 
error(Throwable) - Method in interface ifs.fnd.service.LogOutput
Write a stack trace for the specified Exception to the log and trace outputs.
excludeRecords() - Method in class ifs.fnd.log.IfsFilter
Returns 'true' if the filter is defined as a negation (with exclamation mark in the configuration file).
executeOnClose(String) - Method in class ifs.fnd.proxy.ProxyConnection
Registers PLSQL block to be executed before closing this connection.
existAttribute(String) - Method in class ifs.fnd.util.Message
Returns true if this Message has a named attribute.
ExtendedBufferFormatter - Class in ifs.fnd.buffer
Framework internal class: Extended implementation of StandardBufferFormatter class that introduces three additional markers: action, invalid value and count.
ExtendedBufferFormatter() - Constructor for class ifs.fnd.buffer.ExtendedBufferFormatter
 
ExtendedTokenReader - Class in ifs.fnd.buffer
Framework internal class: A class that reads tokens and delimiters from an underlying stream.
ExtendedTokenReader(Reader) - Constructor for class ifs.fnd.buffer.ExtendedTokenReader
Construct an instance that will read bytes from the specified byte stream, and then convert them to tokens and delimiters.

F

Factory - Interface in ifs.fnd.service
Framework internal class: An interface for all Object factories.
fetchClasses() - Static method in class ifs.fnd.service.DebugInfo
 
FIELD_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
IFS field separator (ASCII code = 31).
field_separator - Static variable in class ifs.fnd.service.IfsNames
fieldSeparator - Static variable in class ifs.fnd.service.IfsNames
FILE_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
IFS file separator (ASCII code = 28).
file_separator - Static variable in class ifs.fnd.service.IfsNames
fileExists(String) - Static method in class ifs.fnd.service.IfsConfigDirectory
Checks if a file exists in the IFS configuration directory.
fileSeparator - Static variable in class ifs.fnd.service.IfsNames
find(String, String) - Method in class ifs.fnd.util.PackedObject
 
find(String, int) - Method in class ifs.fnd.util.PackedObject
 
find(String, boolean) - Method in class ifs.fnd.util.PackedObject
 
find(String, Time) - Method in class ifs.fnd.util.PackedObject
 
findAttribute(String, boolean) - Method in class ifs.fnd.util.Message
find methods - return String/int/boolean/Time value for specified attribute name or default_value if the attribute does not exist.
findAttribute(String, String) - Method in class ifs.fnd.util.Message
 
findAttribute(String, int) - Method in class ifs.fnd.util.Message
 
findAttribute(String, Time) - Method in class ifs.fnd.util.Message
 
findItem(String) - Method in interface ifs.fnd.buffer.Buffer
Find a named Item inthis Buffer.
findItem(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
firstLine(String) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
firstLine(String) - Static method in class ifs.fnd.util.Str
Return the first line from the specified text.
flush() - Method in class ifs.fnd.util.StreamWriter
Flush the stream.
FndDataDirectUnlocker - Class in ifs.fnd.sf.storage
 
FndDataDirectUnlocker() - Constructor for class ifs.fnd.sf.storage.FndDataDirectUnlocker
 
FndException - Exception in ifs.fnd.service
This exception is thrown when an application rule has been violated.
FndException() - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndException(Throwable) - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndException(String) - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndException(String, String) - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndException(String, String, String) - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndException(String, String, String, String) - Constructor for exception ifs.fnd.service.FndException
Constructs a new instance of FndException.
FndRuntimeException - Exception in ifs.fnd.service
IFS encapsulation of standard RuntimeException.
FndRuntimeException(Throwable) - Constructor for exception ifs.fnd.service.FndRuntimeException
Constructs a new IFS specific runtime exception with the specified cause.
FndRuntimeException(String, Object...) - Constructor for exception ifs.fnd.service.FndRuntimeException
Constructs a new IFS specific runtime exception with the specified detail message and optional parameters referred as &1 to &9.
FndRuntimeException(Throwable, String, Object...) - Constructor for exception ifs.fnd.service.FndRuntimeException
Constructs a new IFS specific runtime exception with the specified cause, detail message and optional parameters referred as &1 to &9.
FndSoftHashMap - Class in ifs.fnd.util
 
FndSoftHashMap() - Constructor for class ifs.fnd.util.FndSoftHashMap
 
FndSoftHashMap(int) - Constructor for class ifs.fnd.util.FndSoftHashMap
 
force(String) - Static method in class ifs.fnd.util.Log
Writes the specified line to the log output ignoring the current settings of all Log switches.
format(Object) - Method in class ifs.fnd.buffer.BooleanFormatter
 
format(Buffer, OutputStream) - Method in interface ifs.fnd.buffer.BufferFormatter
Write the String representation of a specified Buffer to a byte stream.
format(Buffer) - Method in interface ifs.fnd.buffer.BufferFormatter
Return the String representation of a specified Buffer.
format(Object) - Method in class ifs.fnd.buffer.DataFormatter
Transform a specified simple Java Object into a String.
format(Object) - Method in class ifs.fnd.buffer.DateFormatter
 
format(Object) - Method in class ifs.fnd.buffer.NumberFormatter
 
format(Object, int) - Method in class ifs.fnd.buffer.ServerFormatter
Transform a specified simple Java Object (like Date, String ...etc) into a String using one of the private DataFormatters.
format(Buffer) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Return a String representation of a specified Buffer
format(Buffer, OutputStream) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Write the String representation of a specified Buffer to an OutputStream
format(Object) - Method in class ifs.fnd.buffer.StringFormatter
 
format() - Method in class ifs.fnd.util.Message
Returns internal state in text format.
format(int) - Method in class ifs.fnd.util.Message
Return the text representation of of this Message as a String array.
formatBytes(Buffer) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Return UTF-8 encoded representation of a specified Buffer.
formatDocument(Document, String, boolean, Writer) - Static method in class ifs.fnd.util.XmlUtil
Formatting an XML document to a stream.
formatDuration(long) - Static method in class ifs.fnd.service.Util
Format time duration as a string using format "[days:]HH:mm:ss.SSS".
formatElapsedTime(long) - Static method in class ifs.fnd.service.Util
Format time showing separately hours, minutes and seconds.
formatMessage(String, Object...) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
formatMessage(String, Object...) - Static method in class ifs.fnd.util.Str
Formats message that can contain up to nine optional parameters referred as &1 to &9.
forward(Logger) - Method in class ifs.fnd.log.Logger
Forwards everything to another Logger
FRAMEWORK_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
freeze() - Method in interface ifs.fnd.buffer.Buffer
Freezes this buffer.
freeze() - Method in class ifs.fnd.buffer.StandardBuffer
 
fromBase64Text(String) - Static method in class ifs.fnd.service.Util
Perform the BASE64 decoding of the specified string.
fromBitSet(BitSet, Class<T>) - Static method in class ifs.fnd.capability.CapabilitySet
 
fromByteArray(byte[], Class<T>) - Static method in class ifs.fnd.capability.CapabilitySet
 
fromHexText(String) - Static method in class ifs.fnd.service.Util
Transform a hexadecimal string into an array of bytes.
fromMessage(Message) - Static method in class ifs.fnd.buffer.Buffers
Transform a Message into a Buffer, using the default implementation of Buffer interface.
frozen - Variable in class ifs.fnd.buffer.StandardBuffer
 

G

GATEWAY_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
get(String) - Static method in class ifs.fnd.proxy.ProxyConnectionPool
Gets a proxy connection from the pool.
get(Object) - Method in class ifs.fnd.util.FndSoftHashMap
 
get(int) - Method in class ifs.fnd.util.IntArray
Gets an element stored at the specified index.
get(int) - Method in class ifs.fnd.util.SimpleStack
Returns the item at the specified index.
getAdditionalMessage() - Method in exception ifs.fnd.service.FndException
Returns value of the additional erroe message.
getApplicationLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Application Logger level.
getApplicationLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Application Logger.
getApplicationLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Application Logger.
getArgument(int) - Method in class ifs.fnd.log.IfsFilter
Returns value of a given argument.
getArgumentCount() - Method in class ifs.fnd.log.IfsFilter
Returns the number of arguments sent to this class from the configuration file.
getAttributes() - Method in class ifs.fnd.util.Message
Returns an array of references to all attributes in this message.
getAttributes() - Method in class ifs.fnd.util.PackedObject
Returns an array of references to all attributes of this object.
getAuthenticationMethod() - Static method in class ifs.fnd.service.IfsProperties
Gets the method of authentication.
getAuthenticationUrl() - Static method in class ifs.fnd.service.IfsProperties
Gets the url of the authentication provider.
getBaseTypeId(int) - Static method in class ifs.fnd.buffer.DataFormatter
Return the ID for the base type of the specified type.
getBaseTypeMarker(int) - Static method in class ifs.fnd.buffer.DataFormatter
Return the one-character marker ('S','N','B' or 'D') for the base type of the specified type.
getBinaryToken() - Method in class ifs.fnd.buffer.ByteArrayTokenReader
Force next binary token from the input stream.
getBitIndex() - Method in interface ifs.fnd.capability.Capability
 
getBooleanAttribute(String) - Method in class ifs.fnd.util.Message
Returns the boolean value of the specified attribute.
getBuffer(int) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item at the specified position.
getBuffer(String) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getBuffer(String, Buffer) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getBuffer() - Method in class ifs.fnd.buffer.Item
Return the Buffer value of this Item.
getBuffer(int) - Method in class ifs.fnd.buffer.StandardBuffer
 
getBuffer(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getBuffer(String, Buffer) - Method in class ifs.fnd.buffer.StandardBuffer
 
getBuffer() - Method in class ifs.fnd.buffer.StandardTokenWriter
Return the contents of the string buffer.
getBuffer() - Method in interface ifs.fnd.service.Factory
Return an instance of Buffer interface.
getBuffer() - Method in class ifs.fnd.service.StandardFactory
Return a new instance of StandardBuffer class.
getBufferFormatter() - Method in interface ifs.fnd.service.Factory
Return an instance of BufferFormatter interface.
getBufferFormatter() - Method in class ifs.fnd.service.StandardFactory
Return a new instance of StandardBufferFormatter class.
getBytes(String) - Static method in class ifs.fnd.util.Str
Convert specified string to array of bytes using default character encoding.
getCallSequenceLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the CallSequence Logger level.
getCallSequenceLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Call Sequence Logger.
getCallSequenceLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the CallSequence Logger.
getCaughtException() - Method in exception ifs.fnd.service.FndException
Gets the cause of this FndException.
getChallenge() - Method in class ifs.fnd.service.ReauthenticationRequest
Get the CHALLENGE parameter.
getChallenge() - Method in class ifs.fnd.service.ReauthenticationResponse
Get the CHALLENGE parameter.
getChangePasswordEnabled() - Static method in class ifs.fnd.service.IfsProperties
Gets boolean property indicating if it is allowed to change account passwords.
getClassLogger(Class) - Static method in class ifs.fnd.log.LogMgr
Returns a logger for the specified class.
getClassLogger(Class) - Method in class ifs.fnd.log.ThreadLoggers
Returns a logger for the specified class.
getClassName() - Method in class ifs.fnd.util.PackedObject
Returns the class name of this packed object.
getClassSwitch(Object) - Static method in class ifs.fnd.util.Log
Returns true if the per-class output switch for the specified object is turned on.
getCommandName() - Method in exception ifs.fnd.service.FndException
Gets the name of the command this FndException corresponds to.
getCommonCapabilities(CapabilitySet<T>, Class<T>) - Method in class ifs.fnd.capability.CapabilityManager
 
getCompressionLevel() - Static method in class ifs.fnd.service.IfsProperties
Gets compression level used by Client, Anonymous and SOAP Gateways for response compression.
getConnection() - Method in class ifs.fnd.proxy.ProxyConnection
Gets the wrapped Connection.
getConnectionString() - Static method in class ifs.fnd.service.IfsProperties
Gets the connection string to SOAP Gateway.
getConnectPassword() - Static method in class ifs.fnd.service.IfsProperties
Gets IFS Connect user password.
getConnectUser() - Static method in class ifs.fnd.service.IfsProperties
Gets IFS Connect user.
getCount() - Method in class ifs.fnd.buffer.StandardTokenWriter
Return the number of characters written to the underlying stream.
getCount() - Method in class ifs.fnd.buffer.UTF8ByteCounter
Returns the number of UTF-8 bytes in the characters consumed.
getCursor(String) - Method in class ifs.fnd.proxy.ProxyConnection
Gets an open cursor identified by specified cursor ID.
getCursor(String, String) - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Finds a cursor in the log.
getDatabaseLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Database Logger level.
getDatabaseLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Database Logger.
getDatabaseLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Database Logger.
getDebugFileName() - Static method in class ifs.fnd.service.DebugInfo
 
getDedicatedConnectionTimestamp() - Method in class ifs.fnd.proxy.ProxyConnection
Gets the last-access timestamp for this dedicated connection.
getDedicatedSessionTimeout() - Static method in class ifs.fnd.proxy.ProxyConnectionPool
Gets the dedicated session timeout value.
getDefaultApplicationLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of application loggers.
getDefaultApplicationLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultBuffer() - Static method in class ifs.fnd.buffer.Buffers
Return a reference to the default Buffer implementation.
getDefaultCallSequenceLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of call sequence loggers.
getDefaultCallSequenceLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultClassSwitch() - Static method in class ifs.fnd.util.Log
Returns true if the default per-class output switch is turned on.
getDefaultDatabaseLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of database loggers.
getDefaultDatabaseLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultFetchSize() - Static method in class ifs.fnd.service.IfsProperties
Gets the default fetch size used when fetching results from database.
getDefaultFormatter() - Static method in class ifs.fnd.buffer.Buffers
Return a reference to the default BufferFormatter.
getDefaultFrameworkLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of framework loggers.
getDefaultFrameworkLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultGatewayLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of gateway loggers.
getDefaultGatewayLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultIntegrationLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of integration loggers.
getDefaultIntegrationLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default global level of all loggers.
getDefaultLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultRequestLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of request loggers.
getDefaultRequestLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultResponseLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of response loggers.
getDefaultResponseLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultSecurityLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of security loggers.
getDefaultSecurityLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDefaultSwitch() - Static method in class ifs.fnd.util.Log
Deprecated.
use getDefaultClassSwitch() or getDefaultThreadSwitch()
getDefaultThreadSwitch() - Static method in class ifs.fnd.util.Log
Returns true if the default per-thread output switch is turned on.
getDefaultWebClientLevel() - Method in class ifs.fnd.log.LogMgr
Reads the default level of Web Client loggers.
getDefaultWebClientLevel() - Method in interface ifs.fnd.log.LogMgrMBean
 
getDelimiter() - Method in class ifs.fnd.buffer.ByteArrayTokenReader
Force a delimiter from the input stream.
getDelimiter() - Method in class ifs.fnd.buffer.StandardTokenReader
Force a delimiter from the input stream.
getDirectory() - Static method in class ifs.fnd.service.IfsConfigDirectory
Gets IFS configuration directory.
getDisplayVersion() - Method in class ifs.fnd.service.JsfVersion
Called from FndFramework.
getDouble() - Method in class ifs.fnd.buffer.Item
Return the double value of this Item.
getEarApplicationName() - Static method in class ifs.fnd.service.IfsProperties
Gets the name of the current enterprise application (EAR).
getEnd() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
getEndUser() - Method in class ifs.fnd.proxy.ProxyConnection
Gets the end user for this proxy session.
getEnum() - Method in interface ifs.fnd.capability.Capability
 
getErrorMessage() - Method in class ifs.fnd.service.JsfVersion
Called from Build Task.
getErrorStack() - Method in exception ifs.fnd.service.FndException
Returns the original error stack.
getExceptionSource() - Method in exception ifs.fnd.service.FndException
Returns the exception source.
getFlags() - Static method in class ifs.fnd.service.DebugInfo
 
getFndUser() - Method in class ifs.fnd.proxy.ProxyConnection
Gets FND user for this proxy session.
getFormatMask() - Method in class ifs.fnd.buffer.DateFormatter
Get the format mask used by this formatter.
getFrameworkLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Framework Logger level.
getFrameworkLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Framework Logger.
getFrameworkLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Framework Logger.
getGatewayLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Gateway Logger level.
getGatewayLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Gateway Logger.
getGatewayLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Gateway Logger.
getHeader() - Method in interface ifs.fnd.buffer.Buffer
Get the header of this Buffer.
getHeader() - Method in class ifs.fnd.buffer.StandardBuffer
Return the header of this Buffer.
getHeader() - Method in class ifs.fnd.util.Message
Returns the header of this message.
getIdentity() - Method in class ifs.fnd.buffer.Item
Get the identity of this Item.
getIfsErrorCode() - Method in exception ifs.fnd.service.FndException
Returns the error code for IFS PL/SQL error message.
getIgnoreRejectedSql() - Static method in class ifs.fnd.service.IfsProperties
Gets the property controlling sanity checks performed by the Security Parser.
getImplementationVersion() - Method in class ifs.fnd.service.JsfVersion
Called from FndFramework.
getImplVersions(File) - Method in class ifs.fnd.service.JsfVersion
Called from Build Task.
getInitialColumnBufferSize() - Static method in class ifs.fnd.service.IfsProperties
Gets the initial size of memory buffers in the Data Direct JDBC driver.
getInt(int) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item at the specified position.
getInt(String) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getInt(String, int) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getInt() - Method in class ifs.fnd.buffer.Item
Return the integer value of this Item.
getInt(int) - Method in class ifs.fnd.buffer.StandardBuffer
 
getInt(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getInt(String, int) - Method in class ifs.fnd.buffer.StandardBuffer
 
getIntAttribute(String) - Method in class ifs.fnd.util.Message
Returns the integer value of the specified attribute.
getIntAttribute(String) - Method in class ifs.fnd.util.PackedObject
 
getIntegerFormat() - Static method in class ifs.fnd.service.Util
Get a new number formatter suitable for big integer numbers.
getIntegrationLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Integration Logger level.
getIntegrationLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Integration Logger.
getIntegrationLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Integration Logger.
getInternalLevel() - Method in class ifs.fnd.log.Logger
Returns instance of java.util.logging.Level representing logging level of this Logger.
getInternalLogger() - Method in class ifs.fnd.log.Logger
Returns instance of java.util.logging.Logger used internally by this Logger.
getIntersection(CapabilitySet<T>, CapabilitySet<T>, Class<T>) - Static method in class ifs.fnd.capability.CapabilitySet
 
getIntToken(String, int, String) - Static method in class ifs.fnd.util.Str
Returns a token from a text.
getItem(int) - Method in interface ifs.fnd.buffer.Buffer
Get the item at the specified position.
getItem(String) - Method in interface ifs.fnd.buffer.Buffer
Get the item with the specified name.
getItem(String, Item) - Method in interface ifs.fnd.buffer.Buffer
Get the item with the specified name.
getItem(int) - Method in class ifs.fnd.buffer.StandardBuffer
Return the Item at the specified position, or null if the position is invalid.
getItem(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getItem(String, Item) - Method in class ifs.fnd.buffer.StandardBuffer
 
getItemPosition(String) - Method in interface ifs.fnd.buffer.Buffer
Get the position of the first occurrence of a named Item.
getItemPosition(String) - Method in class ifs.fnd.buffer.StandardBuffer
Return the position of the first occurrence of a named Item or -1 if such Item does not exist.
getJdbcDriverType() - Static method in class ifs.fnd.service.IfsProperties
Gets the type of the JDBC driver that should be used at runtime.
getLanguage() - Method in class ifs.fnd.proxy.ProxyConnection
Gets the language for this proxy session.
getLastCheckedLogger() - Method in class ifs.fnd.log.ThreadLoggers
Framework internal method: Gets the last checked logger.
getList(String) - Method in class ifs.fnd.util.PackedObject
Returns a value of the specified attribute interpreted as a list using "," and white spaces as separators.
getLocale() - Static method in class ifs.fnd.service.IfsProperties
Gets default locale.
getLogAnalyzedSql() - Static method in class ifs.fnd.service.IfsProperties
Gets the property indicating if the Security Parser should log all successfully analyzed SQL statements to a file.
getLuName() - Method in exception ifs.fnd.service.FndException
Returns the LU name.
getMainSwitch() - Static method in class ifs.fnd.util.Log
Returns true if the main output switch is turned on.
getMaxFetchSize() - Static method in class ifs.fnd.service.IfsProperties
Gets the maximum fetch size used when fetching results from database.
getMessage() - Method in exception ifs.fnd.service.FndException
This function overrides getMessage() in class Throwable.
getMessage() - Method in class ifs.fnd.service.JsfVersion.CompareResult
 
getMethod() - Method in class ifs.fnd.service.ReauthenticationRequest
Get the METHOD parameter.
getMsg() - Method in exception ifs.fnd.service.FndException
Returns value of the message string without replacing optional parameters.
getName() - Method in class ifs.fnd.buffer.Item
Return the name of this Item.
getName() - Method in class ifs.fnd.log.Tags
Returns name of single tag or a comma separated list of names of all tags in the collection.
getName() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
getName() - Method in exception ifs.fnd.util.AttributeNotFoundException
Get the name of the attribute not found.
getObject(int) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item at the specified position.
getObject(String) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getObject(String, Object) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getObject(int) - Method in class ifs.fnd.buffer.StandardBuffer
 
getObject(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getObject(String, Object) - Method in class ifs.fnd.buffer.StandardBuffer
 
getOraErrorCode() - Method in exception ifs.fnd.service.FndException
Returns the Oracle error code.
getOraErrorMessage() - Method in exception ifs.fnd.service.FndException
Returns the Oracle or IFS error message.
getOriginalClassName() - Method in exception ifs.fnd.service.FndException
Returns the original name of exception class.
getPackable() - Method in class ifs.fnd.util.PackedObject
Restores a Packable object from the internal state of this PackedObject.
getParam1() - Method in exception ifs.fnd.service.FndException
Returns value of the first optional parameter.
getParam2() - Method in exception ifs.fnd.service.FndException
Returns value of the second optional parameter.
getParam3() - Method in exception ifs.fnd.service.FndException
Returns value of the third optional parameter.
getParent() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
getPassword() - Method in class ifs.fnd.service.ReauthenticationResponse
Get the PASSWORD parameter.
getPlSqlPackageName(String) - Static method in class ifs.fnd.service.IfsNames
Return a standard PL/SQL package name for the specified class name.
getPrefixedToken() - Method in class ifs.fnd.buffer.ByteArrayTokenReader
 
getPrefixedToken() - Method in class ifs.fnd.buffer.StandardTokenReader
 
getPrefixSize(int) - Static method in class ifs.fnd.buffer.BufferUtil
Returns the size of the length-prefix encoded bytes for given value.
getProceduralParams() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
getProcedures() - Method in class ifs.fnd.service.SQLRecognizer
 
getRequestLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Request Logger level.
getRequestLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Request Logger.
getRequestLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Request Logger.
getResponse() - Method in class ifs.fnd.service.ReauthenticationResponse
Get the RESPONSE parameter.
getResponseLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Response Logger level.
getResponseLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Response Logger.
getResponseLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Response Logger.
getResult() - Method in class ifs.fnd.service.JsfVersion.CompareResult
 
getRevision(JsfVersion.RevType, boolean) - Method in class ifs.fnd.service.JsfVersion.ImplVer
Called from Build Task
getRoundingDelta() - Method in class ifs.fnd.buffer.NumberFormatter
Return the delta that defines the rounding interval for this formatter.
getRowNo() - Method in exception ifs.fnd.service.FndException
Gets the row number this FndException corresponds to.
getSecurityLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Security Logger level.
getSecurityLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Security Logger.
getSecurityLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Security Logger.
getServerCapabilities() - Method in class ifs.fnd.capability.CapabilityManager
 
getSessionId() - Method in class ifs.fnd.proxy.ProxyConnection
Gets the session ID for this proxy session.
getShortClassName(String) - Static method in class ifs.fnd.service.IfsNames
Remove the package part from the specified full class name.
getShortDescription(Throwable) - Static method in class ifs.fnd.service.Util
Returns short description of a Throwable.
getShortMessage(Throwable) - Static method in class ifs.fnd.service.Util
Returns short message from a Throwable.
getSQLProcedure() - Method in class ifs.fnd.service.SQLRecognizer
 
getSQLText() - Method in class ifs.fnd.service.SQLRecognizer
 
getStackTrace(Throwable) - Static method in class ifs.fnd.service.Util
Returns the current stack formatted as one String.
getStackTrace(Throwable) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to class ifs.fnd.service.Util
getStart() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
getState() - Static method in class ifs.fnd.proxy.ProxyConnectionPool
 
getState() - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Gets the desription of the current state.
getStatementCacheSize() - Static method in class ifs.fnd.service.IfsProperties
Gets the size of the statement cache in the JDBC driver.
getStatus() - Method in class ifs.fnd.buffer.Item
Return the status of this Item.
getString(int) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item at the specified position.
getString(String) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getString(String, String) - Method in interface ifs.fnd.buffer.Buffer
Get the value of the item with the specified name.
getString() - Method in class ifs.fnd.buffer.Item
Return the String value of this Item.
getString(int) - Method in class ifs.fnd.buffer.StandardBuffer
 
getString(String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getString(String, String) - Method in class ifs.fnd.buffer.StandardBuffer
 
getString() - Method in class ifs.fnd.util.PackedObject
 
getStringAttribute(String) - Method in class ifs.fnd.util.Message
Returns the String value of the specified attribute.
getStringAttribute(String) - Method in class ifs.fnd.util.PackedObject
 
getStringToken(String, int, String) - Static method in class ifs.fnd.util.Str
Returns a token from a text.
getTableName(String) - Static method in class ifs.fnd.service.IfsNames
Return a standard table name for the specified class name.
getTables() - Method in class ifs.fnd.service.SQLRecognizer
 
getTeamServer() - Static method in class ifs.fnd.service.IfsProperties
Gets the Team Server property.
getThreadLoggers() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of a ThreadLoggers class that encapsulates all thread loggers.
getThreadSwitch() - Static method in class ifs.fnd.util.Log
Returns true if the per-thread output switch for the current thread is turned on.
getThreadTimes(int) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
getTimeAttribute(String) - Method in class ifs.fnd.util.Message
Returns the Time value of the specified attribute.
getTimeoutedResourceLog() - Static method in class ifs.fnd.proxy.ProxyConnectionPool
Gets a static instance of log with automatically closed timeouted cursors.
getTimestamp() - Method in class ifs.fnd.proxy.ProxyCursor
Gets the timestamp assigned to this cursor.
getTimestamp() - Method in interface ifs.fnd.proxy.TimestampedResource
Gets the timestamp assigned to this resource.
getToken() - Method in class ifs.fnd.buffer.ByteArrayTokenReader
Force next token from the input stream.
getToken() - Method in class ifs.fnd.buffer.StandardTokenReader
Force next token from the input stream.
getTransaction(String, String) - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Finds a transaction in the log.
getTransformerFactory() - Static method in class ifs.fnd.service.IfsProperties
Gets the TransformerFactory implementation class name.
getType() - Method in class ifs.fnd.buffer.Item
Return the type of this Item.
getType() - Method in interface ifs.fnd.capability.Capability
 
getType() - Method in class ifs.fnd.service.ReauthenticationRequest
Get the TYPE parameter.
getType() - Method in class ifs.fnd.service.SQLTokenizer
Return the type of the current (last consumed) token.
getTypeId() - Method in class ifs.fnd.buffer.BooleanFormatter
 
getTypeId() - Method in class ifs.fnd.buffer.DataFormatter
Return the type ID supported by this DataFormatter.
getTypeId(char) - Static method in class ifs.fnd.buffer.DataFormatter
Translate the specified one-character base type marker ('S','N','B' or 'D') into the type ID.
getTypeId(String) - Static method in class ifs.fnd.buffer.DataFormatter
Return the type ID for the specified type name.
getTypeId() - Method in class ifs.fnd.buffer.DateFormatter
 
getTypeId() - Method in class ifs.fnd.buffer.NumberFormatter
 
getTypeId() - Method in class ifs.fnd.buffer.StringFormatter
 
getTypeName(int) - Static method in class ifs.fnd.buffer.DataFormatter
Return the name for the specified type ID.
getUnconsumedByteCount() - Method in class ifs.fnd.buffer.ByteArrayTokenReader
Gets the number of un-consumed bytes from the internal byte buffer.
getUserComment() - Method in class ifs.fnd.service.ReauthenticationResponse
Get the USER_COMMENT parameter.
getUsername() - Method in class ifs.fnd.service.ReauthenticationRequest
Get the USERNAME parameter.
getUsername() - Method in class ifs.fnd.service.ReauthenticationResponse
Get the USERNAME parameter.
getUseSecurityParserForNonDedicatedSessions() - Static method in class ifs.fnd.service.IfsProperties
Gets the property activating sanity checks in the Security Parser for non-dedicated sessions.
getUtf8Bytes(String) - Static method in class ifs.fnd.util.Str
Convert specified string to array of bytes using UTF-8 character encoding.
getValue() - Method in class ifs.fnd.buffer.Item
Return the value (String or nested Buffer) of this Item.
getValue() - Method in class ifs.fnd.service.SQLTokenizer
Return the String value of the current (last consumed) token.
getVariableNames() - Method in class ifs.fnd.util.PreparedString
Returns an array of Strings with all the variable names in the pattern.
getVariableOperator() - Method in class ifs.fnd.util.PreparedString
Returns the variable operator set.
getVariablePosition(int) - Method in class ifs.fnd.service.SQLRecognizer
Gets the position of the bind variable at the specified index.
getVariables() - Method in class ifs.fnd.service.SQLRecognizer
 
getViewName(String) - Static method in class ifs.fnd.service.IfsNames
Return a standard view name for the specified class name.
getWebClientLevel() - Method in class ifs.fnd.log.ThreadLoggers
Returns the Web Client Logger level.
getWebClientLogger() - Static method in class ifs.fnd.log.LogMgr
Returns an instance of the Web Client Logger.
getWebClientLogger() - Method in class ifs.fnd.log.ThreadLoggers
Returns an instance of the Web Client Logger.
GROUP_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
IFS group separator (ASCII code = 29).
group_separator - Static variable in class ifs.fnd.service.IfsNames
groupSeparator - Static variable in class ifs.fnd.service.IfsNames

H

HARDWARE - Static variable in class ifs.fnd.service.ReauthenticationRequest
Constant representing HARDWARE method of a reauthentication request.
hashCode() - Method in class ifs.fnd.buffer.AutoString
Return a hashcode for this AutoString.
hashCode() - Method in interface ifs.fnd.buffer.Buffer
Compute the hash code for this Buffer
hashCode() - Method in class ifs.fnd.buffer.Item
Compute the hash code for this Item.
hashCode() - Method in class ifs.fnd.buffer.StandardBuffer
 
hasNext() - Method in interface ifs.fnd.buffer.BufferIterator
Return true if the iteration has more Items.
header - Variable in class ifs.fnd.buffer.StandardBuffer
 

I

ifs.fnd.buffer - package ifs.fnd.buffer
Provides classes and interfaces for working with IFS Buffers.
ifs.fnd.capability - package ifs.fnd.capability
 
ifs.fnd.log - package ifs.fnd.log
Logging utilities.
ifs.fnd.os - package ifs.fnd.os
Framework internal package: OS specific utilities.
ifs.fnd.proxy - package ifs.fnd.proxy
Provides classes for creation and pooling of dedicated database connections.
ifs.fnd.service - package ifs.fnd.service
Service oriented utilities.
ifs.fnd.sf.storage - package ifs.fnd.sf.storage
 
ifs.fnd.util - package ifs.fnd.util
General utilities.
IFS_CONFIG_DIR - Static variable in class ifs.fnd.service.IfsConstants
Path to IFS configuration directory defined by system property fndext.configDir.
IFS_HOME - Static variable in class ifs.fnd.service.IfsConstants
Path to IFS home directory defined by system property fndext.home
IFS_INSTANCE - Static variable in class ifs.fnd.service.IfsConstants
IFS instance name defined by system property fndext.instance.
IfsConfigDirectory - Class in ifs.fnd.service
Utility class that gives I/O-access to IFS configuration directory.
IfsConstants - Class in ifs.fnd.service
Definition of IFS constants.
IfsConstants() - Constructor for class ifs.fnd.service.IfsConstants
 
IfsEncryption - Class in ifs.fnd.service
Encryption and decryption routines.
IfsEncryption.EncryptionException - Exception in ifs.fnd.service
 
IfsFilter - Class in ifs.fnd.log
Superclass for IFS specific filter implementation.
IfsFilter() - Constructor for class ifs.fnd.log.IfsFilter
 
IfsNames - Class in ifs.fnd.service
Framework internal class: This class defines some standard IFS naming conventions and constants.
IfsProperties - Class in ifs.fnd.service
Handling of IFS specific properties.
IfsProperties() - Constructor for class ifs.fnd.service.IfsProperties
 
IfsShutdownHook - Class in ifs.fnd.service
IFS specific replacement for functionality offered by java.lang.Runtime.addShutdownHook().
IfsShutdownHook() - Constructor for class ifs.fnd.service.IfsShutdownHook
Protected constructor.
inCleanupQueue() - Method in class ifs.fnd.proxy.ProxyConnection
Checks if this connection is on the cleanup queue.
info - Variable in class ifs.fnd.log.Logger
 
info(Throwable, Tags, String, Object...) - Method in class ifs.fnd.log.Logger
Method for logging of informations.
info(String, Object...) - Method in class ifs.fnd.log.Logger
 
info(Throwable) - Method in class ifs.fnd.log.Logger
 
info(Throwable, String, Object...) - Method in class ifs.fnd.log.Logger
 
info(Tags, String, Object...) - Method in class ifs.fnd.log.Logger
 
info(Throwable, Tags) - Method in class ifs.fnd.log.Logger
 
INFO - Static variable in class ifs.fnd.log.LogMgr
 
init() - Method in class ifs.fnd.log.ClassFilter
Initialization of the filter.
init() - Method in class ifs.fnd.log.IfsFilter
Initialization of the filter.
init() - Method in class ifs.fnd.log.TagFilter
Initialization of the filter
init(String, String, String, int, ProxyConnectionPool.Config) - Static method in class ifs.fnd.proxy.ProxyConnectionCache
Initialize a data source for creation of new connections and proxy connection pool for dedicated connections.
init(String) - Static method in class ifs.fnd.service.DebugInfo
 
initClass(Class) - Static method in class ifs.fnd.service.Util
Forces the initialization of a class.
insertItem(Item, int) - Method in interface ifs.fnd.buffer.Buffer
Insert a specified Item at the specified position (0,1, ...) in the item list.
insertItem(Item, int) - Method in class ifs.fnd.buffer.StandardBuffer
Insert a specified Item at the specified position (0,1,...) in the item list.
IntArray - Class in ifs.fnd.util
Auto-expanding array of integer numbers.
IntArray() - Constructor for class ifs.fnd.util.IntArray
Creates an empty IntArray.
IntArray(int) - Constructor for class ifs.fnd.util.IntArray
Creates an empty IntArray with internal buffer of specified size.
INTEGER - Static variable in class ifs.fnd.buffer.DataFormatter
 
INTEGRATION_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
InterruptFndException - Exception in ifs.fnd.service
Framework internal class: This exception is thrown explicitly in FndException class constructor FndException(Throwable e) if its parameter is an instance of this class.
InterruptFndException() - Constructor for exception ifs.fnd.service.InterruptFndException
 
intToString(int, int) - Static method in class ifs.fnd.util.Str
Convert a specified integer into a String with the specified number of digits.
InvalidMessageFormatException - Exception in ifs.fnd.util
This exception signals that an IFS-message has invalid fromat.
InvalidMessageFormatException(String) - Constructor for exception ifs.fnd.util.InvalidMessageFormatException
Create a new instance.
IoUtil - Class in ifs.fnd.util
Utility class with general purpose IO functions
isCompound() - Method in class ifs.fnd.buffer.Item
Return true if this Item has a value which is a nested Buffer.
isDebugEnabled(String) - Static method in class ifs.fnd.service.DebugInfo
 
isDebugEnabled(String) - Static method in class ifs.fnd.service.Util
Check if debugging of a specific class is enabled.
isDebugEnabled() - Static method in class ifs.fnd.service.Util
Check if debugging is enabled.
isDedicated() - Method in class ifs.fnd.proxy.ProxyConnection
Indicate if this connection is a dedicated connection.
isDefined() - Static method in class ifs.fnd.service.IfsConfigDirectory
Checks if the IFS configuration directory is defined.
isDelimiter(int) - Method in class ifs.fnd.buffer.ExtendedTokenReader
Match the specified byte against delimiters defined in StandardBufferFormatter and some additional in ExtendedBufferFormatter.
isDelimiter(int) - Method in class ifs.fnd.buffer.StandardTokenReader
Match the specified byte against delimiters defined in StandardBufferFormatter.
isEmpty() - Method in class ifs.fnd.util.Message
Returns true if this Message has no header and no attributes.
isEmpty(String) - Static method in class ifs.fnd.util.Str
Returns true if the specified string is null or is empty.
isEnabled() - Static method in class ifs.fnd.service.TraceEvent
 
isFndError() - Method in exception ifs.fnd.service.FndException
Return true for user defined exceptions.
isForwarded() - Method in class ifs.fnd.log.Logger
Checks if the current Logger is forwarded to another Logger.
isFrozen() - Method in interface ifs.fnd.buffer.Buffer
Indicates if this buffer is frozen.
isFrozen() - Method in class ifs.fnd.buffer.StandardBuffer
Indicates if this buffer is frozen.
isId(String) - Static method in class ifs.fnd.service.IfsNames
 
isIdPart(char) - Static method in class ifs.fnd.service.IfsNames
 
isIdStart(char) - Static method in class ifs.fnd.service.IfsNames
 
isIfsPlError() - Method in exception ifs.fnd.service.FndException
Return true for IFS PL/SQL error.
isInSelect() - Method in class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
isJavaError() - Method in exception ifs.fnd.service.FndException
Return true for standard Java exceptions but not Oracle errors.
isLengthPrefixSupported() - Method in class ifs.fnd.buffer.StandardBufferFormatter
 
isLoggable(LogRecord) - Method in class ifs.fnd.log.IfsFilter
Implementation of Filter interface.
isLogInfo() - Method in class ifs.fnd.service.IfsProperties
 
isLogOn() - Method in interface ifs.fnd.service.LogOutput
Return true if the log output is turned ON.
isNativeDebugEnabled() - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
isOracleError() - Method in exception ifs.fnd.service.FndException
Return true for Oracle error but not IFS PL/SQL error.
isRecExcluded(LogRecord) - Method in class ifs.fnd.log.IfsFilter
Optional method that can be used for negation for performance reason.
isRecLoggable(LogRecord) - Method in class ifs.fnd.log.ClassFilter
Returns true if the record is tagged by a class and optionally method that match the filter arguments.
isRecLoggable(LogRecord) - Method in class ifs.fnd.log.IfsFilter
Checks if a given log record should be published.
isRecLoggable(LogRecord) - Method in class ifs.fnd.log.TagFilter
Returns true if any of the tags specified as argument to this filter match the record, i.e.
isTraceFileDebugEnabled() - Static method in class ifs.fnd.service.Util
Check if debug text should be written to the trace file.
isTraceOn() - Method in interface ifs.fnd.service.LogOutput
Return true if the trace output is turned ON.
isUpperCaseId(String) - Static method in class ifs.fnd.service.IfsNames
 
isUpperCaseIdPart(char) - Static method in class ifs.fnd.service.IfsNames
 
isUpperCaseIdStart(char) - Static method in class ifs.fnd.service.IfsNames
 
isValueSet() - Method in class ifs.fnd.buffer.Item
Return true if a value has been set for this item.
isValueUnchanged() - Method in class ifs.fnd.buffer.Item
Gets the unchanged value flag.
Item - Class in ifs.fnd.buffer
A class that represents an item contained in a Buffer.
Item() - Constructor for class ifs.fnd.buffer.Item
Create anonymous (without name) Item.
Item(String) - Constructor for class ifs.fnd.buffer.Item
Create a named Item.
Item(String, Object) - Constructor for class ifs.fnd.buffer.Item
Create a named Item with the specified value.
Item(String, int) - Constructor for class ifs.fnd.buffer.Item
Create a named Item with the specified value.
Item(String, String, String, Object) - Constructor for class ifs.fnd.buffer.Item
Create a named Item using the specified arguments.
Item(String, String, String, String, Object, boolean, boolean) - Constructor for class ifs.fnd.buffer.Item
Internal "copy" constructor.
ItemComparator - Interface in ifs.fnd.buffer
An instance of this interface can compare two Items.
ItemNotFoundException - Exception in ifs.fnd.buffer
This exception is trhown when an Item could not be found in a Buffer.
ItemNotFoundException(String) - Constructor for exception ifs.fnd.buffer.ItemNotFoundException
Create a new instance.
items - Variable in class ifs.fnd.buffer.StandardBuffer
 
iterator() - Method in interface ifs.fnd.buffer.Buffer
Return an iterator over all items in this Buffer.
iterator() - Method in class ifs.fnd.buffer.StandardBuffer
Return an iterator over all items in this Buffer.
iterator() - Method in class ifs.fnd.capability.CapabilitySet
 
iterator(K) - Method in class ifs.fnd.util.ResetableListMap
Retrieves all values associated with given key.

J

JAVA_COMPRESS - Static variable in class ifs.fnd.service.Util
 
JsfVersion - Class in ifs.fnd.service
Class to extract, set and compare version information in Manifest file.
JsfVersion(Level, Logger) - Constructor for class ifs.fnd.service.JsfVersion
Called from FndFramework.
JsfVersion(Level) - Constructor for class ifs.fnd.service.JsfVersion
Called from Build Task.
JsfVersion.CompareResult - Class in ifs.fnd.service
 
JsfVersion.ImplVer - Class in ifs.fnd.service
 
JsfVersion.ImplVer() - Constructor for class ifs.fnd.service.JsfVersion.ImplVer
 
JsfVersion.RevType - Enum in ifs.fnd.service
 

K

keepVariables() - Method in class ifs.fnd.util.PreparedString
Returns whether to keep unset variables or not in the resulting string.
keepVariables(boolean) - Method in class ifs.fnd.util.PreparedString
Sets whether to keep variables that have no value set or not.

L

length() - Method in class ifs.fnd.buffer.AutoString
Return the length (character count) of this string buffer.
length() - Method in class ifs.fnd.util.Message
Returns length of this message's string representation which would be created by format() method.
length(String) - Static method in class ifs.fnd.util.Str
Returns the length of a string or 0 if the string is null.
LENGTH_PREFIXED_ALPHA - Static variable in class ifs.fnd.buffer.BufferUtil
Serialized type of a length prefixed FndAlpha.
LENGTH_PREFIXED_TEXT - Static variable in class ifs.fnd.buffer.BufferUtil
Serialized type of a length prefixed FndText.
like(String, String) - Static method in class ifs.fnd.util.Str
Returns a boolean value of the SQL expression "a like b".
LINE_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
OS dependent new-line character sequence.
list(Buffer) - Static method in class ifs.fnd.buffer.Buffers
Print the contents of the specified Buffer to the Standard Output.
list(Buffer, OutputStream) - Static method in class ifs.fnd.buffer.Buffers
Print the contents of the specified Buffer to the specified OutputStream.
list(Buffer, PrintWriter) - Static method in class ifs.fnd.buffer.Buffers
Print the contents of the specified Buffer to the specified PrintWriter.
list(Buffer, LogOutput) - Static method in class ifs.fnd.buffer.Buffers
Print the contents of the specified Buffer to the specified instance of LogOutput interface.
listToString(Buffer) - Static method in class ifs.fnd.buffer.Buffers
Print the contents of the specified Buffer to a string.
load(Buffer) - Method in interface ifs.fnd.buffer.Bufferable
Retrieve the internal state of this Bufferable object from a specified Buffer.
load(String) - Static method in class ifs.fnd.buffer.Buffers
Restore the contents of a Buffer from the the specified file, using the default BufferFormatter.
load(Buffer) - Method in exception ifs.fnd.service.FndException
Retrieve the internal state of this FndException from a specified Buffer.
load() - Static method in class ifs.fnd.service.IfsProperties
Loads all IFS properties from file 'ifs.properties' located in the IFS configuration directory.
load(Buffer) - Method in class ifs.fnd.service.ReauthenticationRequest
Retrieve the internal state of this Bufferable object from a specified Buffer.
load(Message) - Method in class ifs.fnd.service.ReauthenticationRequest
Retrieve the internal state of this request from an IFS-Message.
load(Buffer) - Method in class ifs.fnd.service.ReauthenticationResponse
Retrieve the internal state of this Bufferable object from a specified Buffer.
load(Message) - Method in class ifs.fnd.service.ReauthenticationResponse
Retrieve the internal state of this object from an IFS-Message.
loadAndParse(Buffer) - Method in exception ifs.fnd.service.FndException
This function is custom made to handle ORB error buffers.
loadBoolean(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a simple value from a buffer.
loadBuffer(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a buffer from another buffer.
loadDouble(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a simple value from a buffer.
loadInt(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a simple value from a buffer.
loadNParse(Buffer) - Method in exception ifs.fnd.service.FndException
Deprecated. 
loadString(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a simple value from a buffer.
loadStringArray(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Restore a string array from a buffer.
Log - Class in ifs.fnd.util
The public static methods of this class are called from all other classes for output of trace and debug messages.
log(String) - Static method in class ifs.fnd.util.Log
Logs a message.
logError(String) - Method in class ifs.fnd.service.IfsProperties
 
logError(Throwable) - Method in class ifs.fnd.service.IfsProperties
 
logError(Throwable, String) - Method in class ifs.fnd.service.IfsProperties
 
Logger - Class in ifs.fnd.log
The Logger class.
Logger(String, boolean, boolean, boolean, boolean) - Constructor for class ifs.fnd.log.Logger
Constructs new Logger instance with name corresponding to category and level defined by four flags.
LoggerConfig - Class in ifs.fnd.log
Default configuration of Loggers.
LoggerOutput - Interface in ifs.fnd.log
Interface representing destination for log messages.
logInfo(String) - Method in class ifs.fnd.service.IfsProperties
 
LogMgr - Class in ifs.fnd.log
Logger Manager (factory) class that creates and manages instances of Loggers.
LogMgr() - Constructor for class ifs.fnd.log.LogMgr
 
LogMgrMBean - Interface in ifs.fnd.log
 
LogOutput - Interface in ifs.fnd.service
Framework internal class: An interface used for log and trace ouputs.
logState() - Static method in class ifs.fnd.proxy.ProxyConnectionPool
 
lookup(int) - Method in interface ifs.fnd.capability.Capability
This may return null
lpad(String, int) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
lpad(String, int, char) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
lpad(String, int) - Static method in class ifs.fnd.util.Str
Return given string left-padded with blanks to the specified length.
lpad(String, int, char) - Static method in class ifs.fnd.util.Str
Return given string left-padded to the specified length.

M

main(String[]) - Static method in class ifs.fnd.buffer.Buffers
Method used for internal test.
main(String[]) - Static method in class ifs.fnd.log.LoggerConfig
This method exists only for test purpose.
main(String[]) - Static method in class ifs.fnd.service.IfsEncryption
 
main(String[]) - Static method in class ifs.fnd.service.JsfVersion
 
main(String[]) - Static method in class ifs.fnd.service.SQLRecognizer
 
main(String[]) - Static method in class ifs.fnd.util.Base64
Encodes a binary file into a BASE64 text file or vice versa.
MappingProcessor - Interface in ifs.fnd.log
This interface specifies methods to process name mappings between original classes and their obfuscated versions.
mark() - Method in class ifs.fnd.service.SQLTokenizer
Mark the current position in the underlying stream.
mark() - Method in class ifs.fnd.util.ResetableListMap
Marks the current state of the filter map.
matchDelimiter(char) - Method in class ifs.fnd.buffer.ByteArrayTokenReader
Force a next delimiter from the input stream and throws BufferFormatException if it does not match the specified delimiter.
matchDelimiter(char) - Method in class ifs.fnd.buffer.StandardTokenReader
Force a next delimiter from the input stream and throw BufferFormatException if it does not match the specified delimiter.
mergeDuplicates(Buffer) - Static method in class ifs.fnd.buffer.Buffers
Merge nested buffers with the same names.
Message - Class in ifs.fnd.util
A message contains a header (message name) and a set of Attributes.
Message() - Constructor for class ifs.fnd.util.Message
Creates an empty Message.
Message(String) - Constructor for class ifs.fnd.util.Message
Creates a Message parsing the specified text buffer.
mkdirs(File) - Static method in class ifs.fnd.util.IoUtil
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
MONEY - Static variable in class ifs.fnd.buffer.DataFormatter
 
moveAttribute(String, Message) - Method in class ifs.fnd.util.Message
Moves the specified attribute into another Message.

N

name - Variable in class ifs.fnd.log.Logger
 
name - Variable in class ifs.fnd.util.Attribute
The name of this attribute.
NativeUtilities - Class in ifs.fnd.os
Deprecated. 
NativeUtilities() - Constructor for class ifs.fnd.os.NativeUtilities
Deprecated.
 
newArrayList() - Static method in class ifs.fnd.service.Util
Factory method for generic ArrayList.
newArrayList(int) - Static method in class ifs.fnd.service.Util
Factory method for generic ArrayList.
newBufferedReader(String, int) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses an input buffer of the specified size and the default character set.
newBufferedReader(InputStream) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses default character set.
newBufferedReader(InputStream, int) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses an input buffer of the specified size and the default character set.
newBufferedWriter(String) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and default character encoding.
newBufferedWriter(String, String) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and default character encoding.
newBufferedWriter(File) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and default character encoding.
newHashMap() - Static method in class ifs.fnd.service.Util
Factory method for generic HashMap.
newHashMap(int) - Static method in class ifs.fnd.service.Util
Factory method for generic HashMap.
newHashSet() - Static method in class ifs.fnd.service.Util
Factory method for generic HashSet.
newInstance() - Method in interface ifs.fnd.buffer.Buffer
Return a new (empty) instance of the same class as this Buffer
newInstance() - Method in class ifs.fnd.buffer.StandardBuffer
 
newItem() - Method in interface ifs.fnd.buffer.Buffer
Return a new instance of Item
newItem() - Method in class ifs.fnd.buffer.StandardBuffer
 
newLinkedHashMap() - Static method in class ifs.fnd.service.Util
Factory method for generic LinkedHashMap.
newLinkedHashSet() - Static method in class ifs.fnd.service.Util
Factory method for generic LinkedHashSet.
newMap(String) - Static method in class ifs.fnd.util.ResetableListMap
Static factory method for generic ResetableListMap.
newSimpleStack() - Static method in class ifs.fnd.service.Util
Factory method for generic SimpleStack.
newTokenReader(Reader) - Method in class ifs.fnd.buffer.ExtendedBufferFormatter
Returns a new instance of StandardTokenReader
newTokenReader(Reader) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Returns a new instance of StandardTokenReader
newTransformerFactory() - Static method in class ifs.fnd.util.XmlUtil
Creates a new instance of TransformerFactory.
newTreeMap() - Static method in class ifs.fnd.service.Util
Factory method for generic TreeMap.
newTreeSet() - Static method in class ifs.fnd.service.Util
Factory method for generic TreeSet.
newUtf8BufferedReader(String) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses UTF-8 character set.
newUtf8BufferedReader(File) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses UTF-8 character set.
newUtf8BufferedReader(InputStream) - Static method in class ifs.fnd.util.IoUtil
Creates a buffering character-input stream that uses UTF-8 character set.
newUtf8BufferedWriter(String) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and UTF-8 character encoding.
newUtf8BufferedWriter(String, boolean) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and UTF-8 character encoding.
newUtf8BufferedWriter(File) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and UTF-8 character encoding.
newUtf8BufferedWriter(File, boolean) - Static method in class ifs.fnd.util.IoUtil
Creates a buffered character-output stream that uses a default-sized output buffer and UTF-8 character encoding.
newXMLEventFactory() - Static method in class ifs.fnd.util.XmlUtil
Creates a new instance of the StAX XMLEventFactory.
newXMLInputFactory() - Static method in class ifs.fnd.util.XmlUtil
Creates a new instance of the StAX XMLInputFactory.
newXMLOutputFactory() - Static method in class ifs.fnd.util.XmlUtil
Creates a new instance of the StAX XMLOutputFactory.
next() - Method in interface ifs.fnd.buffer.BufferIterator
Return the next Item in the interation.
nextNonSpaceToken() - Method in class ifs.fnd.service.SQLTokenizer
Skip all white spaces.
nextToken() - Method in class ifs.fnd.service.SQLTokenizer
Consume next token from the underlying stream.
noneOf(Class<T>) - Static method in class ifs.fnd.capability.CapabilitySet
 
NUMBER - Static variable in class ifs.fnd.buffer.DataFormatter
 
NumberFormatter - Class in ifs.fnd.buffer
An instance of this class can format and parse Java simple numeric values, like Double, Long ...etc.
NumberFormatter(Buffer) - Constructor for class ifs.fnd.buffer.NumberFormatter
Constructs a new instance of NumberFormatter.
NumberFormatter(int, String) - Constructor for class ifs.fnd.buffer.NumberFormatter
Constructs a new instance of NumberFormatter with the specified parameters.
NumberFormatter(String, int, String) - Constructor for class ifs.fnd.buffer.NumberFormatter
Constructs a new instance of NumberFormatter with the specified parameters.
NumberFormatter() - Constructor for class ifs.fnd.buffer.NumberFormatter
Constructs a new instance of NumberFormatter.
nvl(String, String) - Static method in class ifs.fnd.util.Str
Replaces a null value of a string.

O

ObjectHolder - Class in ifs.fnd.util
Holder class for Object.
ObjectHolder() - Constructor for class ifs.fnd.util.ObjectHolder
Default constructor.
ObjectHolder(Object) - Constructor for class ifs.fnd.util.ObjectHolder
Constructor that sets value.
of(T, T...) - Static method in class ifs.fnd.capability.CapabilitySet
 
on() - Static method in class ifs.fnd.util.Log
Returns true if the main switch is turned on.
on(Object) - Static method in class ifs.fnd.util.Log
Returns true if the log is turned on for the specified Object.
openBugFile(String, String) - Static method in class ifs.fnd.util.Log
Opens a bug file (in append mode) and writes a short header to it.
openFile(String, String, String) - Static method in class ifs.fnd.util.Log
Create a new file and write a line with type, name and timestamp to this file.
openInputStream(String) - Static method in class ifs.fnd.service.IfsConfigDirectory
Opens a configuration file located in the IFS configuration directory.
openLogFile(String, String) - Static method in class ifs.fnd.util.Log
Opens a log file (in append mode) and writes a short header to it.
openReader(String) - Static method in class ifs.fnd.service.IfsConfigDirectory
Opens a configuration file located in the IFS configuration directory.
OracleProxyConnectionCache - Class in ifs.fnd.proxy
Class that wraps Oracle JDBC driver.

P

pack(PackedObject) - Method in interface ifs.fnd.util.Packable
Stores all persistant attributes using PackedObject's set() methods.
Packable - Interface in ifs.fnd.util
Framework internal class: A Packable object can store (pack) and retrieve (unpack) its state (all attribute values) into/from an instance of PackedObject.
packableToString(Packable, String) - Static method in class ifs.fnd.util.PackedObject
 
PackedObject - Class in ifs.fnd.util
Framework internal class: PackedObject is a class that encapsulates pack/unpack algorithms used for storage of persistant objects.
PackedObject() - Constructor for class ifs.fnd.util.PackedObject
Creates an empty PackedObject.
PackedObject(Packable) - Constructor for class ifs.fnd.util.PackedObject
Creates an instance of PackedObject representing given Packable object.
PackedObject(String) - Constructor for class ifs.fnd.util.PackedObject
Creates an instance of PackedObject parsing the specified text buffer.
PARENT_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
parse(byte[], Buffer) - Method in class ifs.fnd.buffer.BinaryBufferFormatter
Parse array of bytes to a Buffer.
parse(String) - Method in class ifs.fnd.buffer.BooleanFormatter
 
parse(InputStream, Buffer) - Method in interface ifs.fnd.buffer.BufferFormatter
Consume and return one Buffer object from the specified byte stream.
parse(String, Buffer) - Method in interface ifs.fnd.buffer.BufferFormatter
Trnsform the specified String into a Buffer object.
parse(String) - Method in class ifs.fnd.buffer.DataFormatter
Transform a specified String into a simple Java Object.
parse(String) - Method in class ifs.fnd.buffer.DateFormatter
 
parse(StandardTokenReader, Buffer) - Method in class ifs.fnd.buffer.ExtendedBufferFormatter
Deserialize one Buffer object from the specified stream into the specified Buffer.
parse(String) - Method in class ifs.fnd.buffer.NumberFormatter
 
parse(String, int) - Method in class ifs.fnd.buffer.ServerFormatter
Transform a specified String into a simple Java Object (like Date, Boolean ...etc) using one of the private DataFormatters.
parse(String, Buffer) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Transform a specified String into a Buffer object
parse(InputStream, Buffer) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Consume and return one Buffer object from the specified stream.
parse(StandardTokenReader, Buffer) - Method in class ifs.fnd.buffer.StandardBufferFormatter
Deserialize one Buffer object from the specified stream into the specified Buffer.
parse(String) - Method in class ifs.fnd.buffer.StringFormatter
 
parse(String) - Static method in class ifs.fnd.service.ReauthenticationRequest.Method
Parse a string into an instance of reauthentication Method.
parse(String) - Static method in class ifs.fnd.service.ReauthenticationRequest.Type
Parse a string into an instance of reauthentication Type.
parse(String) - Method in class ifs.fnd.util.Message
Transforms given text buffer into internal state.
parse(String) - Method in class ifs.fnd.util.PackedObject
 
parseDocument(InputSource) - Static method in class ifs.fnd.util.XmlUtil
Parses an XML document from a strem
parseFile(String) - Static method in class ifs.fnd.util.Message
Transforms the specified text file into a Message object.
PASSWORD - Static variable in class ifs.fnd.service.ReauthenticationRequest
Constant representing PASSWORD method of a reauthentication request.
PASSWORD_AND_HARDWARE - Static variable in class ifs.fnd.service.ReauthenticationRequest
Constant representing PASSWORD_AND_HARDWARE method of a reauthentication request.
peek() - Method in class ifs.fnd.util.SimpleStack
Looks at the object at the top of this stack without removing it from the stack.
perform(String) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
pop() - Method in class ifs.fnd.util.SimpleStack
Removes the object at the top of this stack and returns that object as the value of this function.
precision - Static variable in class ifs.fnd.service.TraceEventType
 
PreparedString - Class in ifs.fnd.util
A PreparedString is a string (pattern) that contains variables which later on are replaced with values.
PreparedString(String) - Constructor for class ifs.fnd.util.PreparedString
A pattern must be supplied when instantiating a PreparedString object.
PreparedString(String, boolean) - Constructor for class ifs.fnd.util.PreparedString
This constructor also sets whether to keep variables with no values in the resulting string.
PreparedString(String, char) - Constructor for class ifs.fnd.util.PreparedString
Constructor setting pattern & variable operator.
PreparedString(String, boolean, char) - Constructor for class ifs.fnd.util.PreparedString
Constructor setting the whether to keep variables as well as setting the variable operator character.
print(String) - Method in class ifs.fnd.util.StreamWriter
Write a string.
println(String) - Static method in class ifs.fnd.util.Log
Deprecated.
use put() methods
println(String) - Method in class ifs.fnd.util.StreamWriter
Write a string and the line separator.
println() - Method in class ifs.fnd.util.StreamWriter
Write the line separator.
processClassMapping(String, String) - Method in interface ifs.fnd.log.MappingProcessor
Processes the given class name mapping.
processFieldMapping(String, String, String, String) - Method in interface ifs.fnd.log.MappingProcessor
Processes the given field name mapping.
processMethodMapping(String, int, int, String, String, String, String) - Method in interface ifs.fnd.log.MappingProcessor
Processes the given method name mapping.
ProxyConnection - Class in ifs.fnd.proxy
Database connection used in proxy-user mode.
ProxyConnectionCache - Class in ifs.fnd.proxy
Class that encapsulates creation and closing of database connections.
ProxyConnectionCache() - Constructor for class ifs.fnd.proxy.ProxyConnectionCache
 
ProxyConnectionPool - Class in ifs.fnd.proxy
Pool with stateful database connections.
ProxyConnectionPool.Config - Class in ifs.fnd.proxy
Configuration parameters for proxy connection pool.
ProxyConnectionPool.Config() - Constructor for class ifs.fnd.proxy.ProxyConnectionPool.Config
 
ProxyCursor - Class in ifs.fnd.proxy
Interface representing an open cursor in a proxy connection.
ProxyCursor() - Constructor for class ifs.fnd.proxy.ProxyCursor
 
push(E) - Method in class ifs.fnd.util.SimpleStack
Pushes an item onto the top of this stack.
put(String) - Method in interface ifs.fnd.log.LoggerOutput
Adds a message to this logger output.
put(ProxyConnection) - Static method in class ifs.fnd.proxy.ProxyConnectionPool
Adds a proxy connection to the pool.
put(String) - Method in interface ifs.fnd.service.LogOutput
Write a string to the log output, if the log output is turned ON.
put(Object, String) - Method in interface ifs.fnd.service.LogOutput
Write the caller's class name and a specified string to the log output.
put(Object, Object) - Method in class ifs.fnd.util.FndSoftHashMap
Put the key, value pair into the HashMap using a SoftValue object.
put(Object, String, String) - Static method in class ifs.fnd.util.Log
Writes the thread name, class name, method name and a specified line to the log output.
put(Object, String) - Static method in class ifs.fnd.util.Log
Writes the thread name, class name and a specified line to the log output.
put(String) - Static method in class ifs.fnd.util.Log
Writes the thread name and a specified line to the log output.

Q

QuotedPrintable - Class in ifs.fnd.util
This class encapsulates the quoted-printable encoding algorithm used in the MIME extention to the SMTP protocol.

R

readAndTrimFile(String) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readAndTrimFile(String) - Static method in class ifs.fnd.util.IoUtil
Read the file with the specified name using UTF-8 encoding, remove trailing blanks from every line, and return the resulting contents as one String.
readFile(String) - Static method in class ifs.fnd.util.IoUtil
Returns the contents of a specified text file as one String using default encoding.
readFile(String, String) - Static method in class ifs.fnd.util.IoUtil
Returns the contents of a specified text file as one String using given encoding.
readFile(String) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readFile(String, String) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readLengthPrefix(Reader) - Static method in class ifs.fnd.buffer.BufferUtil
Reads a length-prefix from a Reader.
readLengthPrefix(byte[]) - Static method in class ifs.fnd.buffer.BufferUtil
Reads a length-prefix from a byte array.
readLengthPrefix(byte[], int) - Static method in class ifs.fnd.buffer.BufferUtil
Reads a length-prefix from a byte array, starting from index offset.
readMappingFile(String) - Method in class ifs.fnd.log.LogMgr
Parses the content of supplied mapping file.
readMappingFile(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
readMessage(InputStream, String) - Static method in class ifs.fnd.util.IoUtil
Transforms a specified InputStream into a String using default encoding.
readMessage(InputStream) - Static method in class ifs.fnd.util.IoUtil
Transforms a specified InputStream into a String using default encoding.
readMessage(InputStream, String) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readMessage(InputStream) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readStream(InputStream) - Static method in class ifs.fnd.util.IoUtil
Transforms a specified InputStream to a String using default encoding.
readStream(Reader) - Static method in class ifs.fnd.util.IoUtil
Returns the contents of a specified Reader as one String.
readStream(InputStream) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readStream(Reader) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
readUtf8File(String) - Static method in class ifs.fnd.util.IoUtil
Returns the contents of a specified text file as one String using UTF-8 encoding.
ReauthenticationRequest - Class in ifs.fnd.service
Reauthentication request parameters sent from a server to a client.
ReauthenticationRequest() - Constructor for class ifs.fnd.service.ReauthenticationRequest
Create new instance of ReauthenticationRequest with undefined contents.
ReauthenticationRequest(ReauthenticationRequest.Type, ReauthenticationRequest.Method, String, String) - Constructor for class ifs.fnd.service.ReauthenticationRequest
Create new instance of ReauthenticationRequest with the specified contents.
ReauthenticationRequest(ReauthenticationRequest.Type, ReauthenticationRequest.Method, String) - Constructor for class ifs.fnd.service.ReauthenticationRequest
Create new instance of ReauthenticationRequest with the specified contents.
ReauthenticationRequest.Method - Class in ifs.fnd.service
Enumeration class that represents the method of a reauthentication request.
ReauthenticationRequest.Type - Class in ifs.fnd.service
Enumeration class that represents the type of a reauthentication request.
ReauthenticationResponse - Class in ifs.fnd.service
Reauthentication response parameters sent from a client to a server.
ReauthenticationResponse() - Constructor for class ifs.fnd.service.ReauthenticationResponse
Create new instance of ReauthenticationResponse with undefined contents.
ReauthenticationResponse(String, String, String, String, String) - Constructor for class ifs.fnd.service.ReauthenticationResponse
Create new instance of ReauthenticationResponse with the specified contents.
ReauthenticationResponse(String, String, String, String) - Constructor for class ifs.fnd.service.ReauthenticationResponse
Create new instance of ReauthenticationResponse with the specified contents.
ReauthenticationResponse(String, String, String) - Constructor for class ifs.fnd.service.ReauthenticationResponse
Create new instance of ReauthenticationResponse with the specified contents.
RECORD_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
IFS record separator (ASCII code = 30).
record_separator - Static variable in class ifs.fnd.service.IfsNames
recordSeparator - Static variable in class ifs.fnd.service.IfsNames
registerLoggerOutput(LoggerOutput) - Method in class ifs.fnd.log.ThreadLoggers
Framework internal method: Registers a destination for log messages.
reloadFile() - Static method in class ifs.fnd.service.DebugInfo
 
remove(Object) - Method in class ifs.fnd.util.FndSoftHashMap
 
removeAttribute(String) - Method in class ifs.fnd.util.Message
Removes an attribute with the specified name.
removeClassLogger(String) - Method in class ifs.fnd.log.LogMgr
Removes class Logger definition.
removeClassLogger(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
removeClassSwitch(String) - Static method in class ifs.fnd.util.Log
Removes the output switch for a specified class name, so that the default class switch will apply for that class.
removeClassSwitches() - Static method in class ifs.fnd.util.Log
Removes all output class-switches, so that the default class switch will apply for all classes.
removeFromStack(Class) - Method in class ifs.fnd.log.Logger
Removes the specified class from stack trace on logging event.
removeFromStack(Class, String) - Method in class ifs.fnd.log.Logger
Removes the specified method call from stack trace on logging event.
removeFromStack(String) - Method in class ifs.fnd.log.Logger
Removes the specified class from stack trace on logging event.
removeFromStack(String, String) - Method in class ifs.fnd.log.Logger
Removes the specified method call from stack trace on logging event.
removeItem(String) - Method in interface ifs.fnd.buffer.Buffer
Remove the named item from the item list in this Buffer.
removeItem(int) - Method in interface ifs.fnd.buffer.Buffer
Remove the Item at a specified position (0,1, ...) in this Buffer
removeItem(String) - Method in class ifs.fnd.buffer.StandardBuffer
Remove the named item from the item list in this Buffer.
removeItem(int) - Method in class ifs.fnd.buffer.StandardBuffer
Remove the Item at a specified position (0,1,...) in this Buffer.
removeItems() - Method in interface ifs.fnd.buffer.Buffer
Remove all items from this Buffer
removeItems() - Method in class ifs.fnd.buffer.StandardBuffer
Remove all items from this Buffer.
removeMappingFile() - Method in class ifs.fnd.log.LogMgr
Removes the currently defined mapping file
removeMappingFile() - Method in interface ifs.fnd.log.LogMgrMBean
 
removeThreadSwitch(String) - Static method in class ifs.fnd.util.Log
Removes the output switch for a specified thread name, so that the default thread switch will apply for that thread.
removeThreadSwitches() - Static method in class ifs.fnd.util.Log
Removes all output thread-switches, so that the default thread switch will apply for all threads.
replace(String, String, String) - Static method in class ifs.fnd.util.Str
Returns the specified 'str' string with all occurrences of 'substr' replaced with 'with'.
replaceFirst(String, String, String) - Static method in class ifs.fnd.util.Str
Returns the specified 'str' string with the first occurrence of 'substr' replaced with 'with'.
replaceMacroReferences(char, char) - Method in class ifs.fnd.util.Message
In each attribute value of this Message, replace all occurences of '&XXX' with the value of the attribute XXX, using the specified characters as a macro reference 'begin' and 'end' markers.
REQUEST_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
reset() - Static method in class ifs.fnd.log.LogMgr
Resets all thread loggers to their default levels.
reset() - Method in class ifs.fnd.service.SQLTokenizer
Reset the current position in the underlying stream to the position marked by the last call to mark() method.
reset(ResetableListMap.State<V>) - Method in class ifs.fnd.util.ResetableListMap
Resets the state of this map.
ResetableListMap<K,V> - Class in ifs.fnd.util
Map that associates a list of values with a key and supports mark and reset operations.
ResetableListMap() - Constructor for class ifs.fnd.util.ResetableListMap
Constructs an empty ResetableListMap.
ResetableListMap(String) - Constructor for class ifs.fnd.util.ResetableListMap
Constructs an empty ResetableListMap.
ResetableListMap.State<V> - Class in ifs.fnd.util
Class that identifies the state of a ResetableListMap.
ResetableListMap.State() - Constructor for class ifs.fnd.util.ResetableListMap.State
 
RESPONSE_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
rollback() - Method in class ifs.fnd.proxy.ProxyConnection
Rolls back the transaction on this connection.
RowComparator - Class in ifs.fnd.buffer
An ItemComparator for DATA rows in a Buffer.
RowComparator() - Constructor for class ifs.fnd.buffer.RowComparator
Empty constructor called by sub-classes.
RowComparator(ServerFormatter, String, boolean) - Constructor for class ifs.fnd.buffer.RowComparator
Create a RowComparator based on the specified item name.
RowComparator(ServerFormatter, String, boolean, String) - Constructor for class ifs.fnd.buffer.RowComparator
 
rpad(String, int) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
rpad(String, int, char) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
rpad(String, int) - Static method in class ifs.fnd.util.Str
Return given string rigth-padded with blanks to the specified length.
rpad(String, int, char) - Static method in class ifs.fnd.util.Str
Return given string rigth-padded to the specified length.
run() - Method in class ifs.fnd.service.IfsShutdownHook
Implement this method to perform any action that should be taken during the shutdown sequence.

S

save(Buffer) - Method in interface ifs.fnd.buffer.Bufferable
Copy the internal state of this Bufferable object into a specified Buffer.
save(Buffer, String) - Static method in class ifs.fnd.buffer.Buffers
Transform the specified Buffer into a String using the default BufferFormatter and store this String in a file with the specified name.
save(Buffer, String, String) - Static method in class ifs.fnd.buffer.Buffers
Store a name-value pair in a buffer.
save(Buffer, String, int) - Static method in class ifs.fnd.buffer.Buffers
Store a name-value pair in a buffer.
save(Buffer, String, double) - Static method in class ifs.fnd.buffer.Buffers
Store a name-value pair in a buffer.
save(Buffer, String, boolean) - Static method in class ifs.fnd.buffer.Buffers
Store a name-value pair in a buffer.
save(Buffer, String, Buffer) - Static method in class ifs.fnd.buffer.Buffers
Store a buffer in another buffer.
save(Buffer, String, String[]) - Static method in class ifs.fnd.buffer.Buffers
Store a string array in a buffer.
save(Buffer, String, String[], int) - Static method in class ifs.fnd.buffer.Buffers
Store a string array in a buffer.
save(Buffer) - Method in exception ifs.fnd.service.FndException
Store the internal state of this FndException in a specified Buffer.
save(Buffer) - Method in class ifs.fnd.service.ReauthenticationRequest
Copy the internal state of this Bufferable object into a specified Buffer.
save(Message) - Method in class ifs.fnd.service.ReauthenticationRequest
Copy the internal state of this object into an IFS-Message.
save(Buffer) - Method in class ifs.fnd.service.ReauthenticationResponse
Copy the internal state of this Bufferable object into a specified Buffer.
save(Message) - Method in class ifs.fnd.service.ReauthenticationResponse
Copy the internal state of this object into an IFS-Message.
save(String) - Method in class ifs.fnd.util.Message
Stores this message in a text file.
search(Object) - Method in class ifs.fnd.util.SimpleStack
Returns the 1-based position where an object is on this stack.
SECURITY_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
server_date_mask - Static variable in class ifs.fnd.service.IfsNames
Deprecated.
Use serverDateMask
serverDateMask - Static variable in class ifs.fnd.service.IfsNames
 
ServerFormatter - Class in ifs.fnd.buffer
Transforms simple Java Object (like Date, Boolean, Double ...etc) into a String and vice versa.
ServerFormatter(String, String) - Constructor for class ifs.fnd.buffer.ServerFormatter
Create a new ServerFormatter based on the specified arguments.
set(String, String) - Method in class ifs.fnd.util.PackedObject
 
set(String, int) - Method in class ifs.fnd.util.PackedObject
 
set(String, Time) - Method in class ifs.fnd.util.PackedObject
 
set(String, boolean) - Method in class ifs.fnd.util.PackedObject
 
setAdditionalMessage(String) - Method in exception ifs.fnd.service.FndException
Sets additional error message.
setApplicationLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Application logger.
setApplicationLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Application logger.
setAttribute(String, boolean) - Method in class ifs.fnd.util.Message
set methods - set String/int/boolean/Time value for specified attribute, if attribute does exist its value is overwritten.
setAttribute(String, String) - Method in class ifs.fnd.util.Message
 
setAttribute(String, int) - Method in class ifs.fnd.util.Message
 
setAttribute(String, Time) - Method in class ifs.fnd.util.Message
 
setCallSequenceLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Call Sequence logger.
setCallSequenceLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Call Sequence logger.
setClassSwitch(String, boolean) - Static method in class ifs.fnd.util.Log
Sets the output switch for a specified class name.
setClassSwitch(String) - Static method in class ifs.fnd.util.Log
Sets the output switch for specified classes using syntax: "Y c1 c2 c3" or "N c1 c2 c3".
setCommandName(String) - Method in exception ifs.fnd.service.FndException
Sets the name of the command this FndException corresponds to.
setDatabaseLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Database logger.
setDatabaseLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Database logger.
setDecimalSeparator(char) - Method in class ifs.fnd.buffer.NumberFormatter
Set the decimal separator for this formatter.
setDedicated(boolean) - Method in class ifs.fnd.proxy.ProxyConnection
Mark this connection as a dedicated connection.
setDefaultApplicationLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Application loggers.
setDefaultApplicationLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for application loggers.
setDefaultApplicationLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultBuffer(Buffer) - Static method in class ifs.fnd.buffer.Buffers
Set the default Buffer implementation which will be used by some methods in this class like fromMessage() or load().
setDefaultCallSequenceLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Call Sequence loggers.
setDefaultCallSequenceLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for call sequence loggers.
setDefaultCallSequenceLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultClassSwitch(boolean) - Static method in class ifs.fnd.util.Log
Sets the default per-class output switch, which will be used for all classes that are missing own switches.
setDefaultDatabaseLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Database loggers.
setDefaultDatabaseLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for database loggers.
setDefaultDatabaseLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultFormatter(BufferFormatter) - Static method in class ifs.fnd.buffer.Buffers
Set the default BufferFormatter which will be used by some methods in this class like save() or load().
setDefaultFrameworkLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Framework loggers.
setDefaultFrameworkLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for framework loggers.
setDefaultFrameworkLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultGatewayLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Gateway loggers.
setDefaultGatewayLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for gateway loggers.
setDefaultGatewayLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultIntegrationLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Integration loggers.
setDefaultIntegrationLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for integration loggers.
setDefaultIntegrationLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default global level for all loggers.
setDefaultLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default global level for all loggers.
setDefaultLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultRequestLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Request loggers.
setDefaultRequestLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for request loggers.
setDefaultRequestLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultResponseLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Response loggers.
setDefaultResponseLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for response loggers.
setDefaultResponseLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultSecurityLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Security loggers.
setDefaultSecurityLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for security loggers.
setDefaultSecurityLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setDefaultSwitch(boolean) - Static method in class ifs.fnd.util.Log
Deprecated.
use setDefaultClassSwitch() or setDefaultThreadSwitch()
setDefaultThreadSwitch(boolean) - Static method in class ifs.fnd.util.Log
Sets the default per-thread output switch, which will be used for all threads that are missing own switches.
setDefaultWebClientLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets default level for Web Client loggers.
setDefaultWebClientLevel(String) - Method in class ifs.fnd.log.LogMgr
Sets the default level for Web Client loggers.
setDefaultWebClientLevel(String) - Method in interface ifs.fnd.log.LogMgrMBean
 
setEndUser(String) - Method in class ifs.fnd.proxy.ProxyConnection
Sets the end user for this proxy session.
setFndUser(String) - Method in class ifs.fnd.proxy.ProxyConnection
Sets FND user for this proxy session.
setFrameworkLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Framework logger.
setFrameworkLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Framework logger.
setGatewayLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Gateway logger.
setGatewayLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Gateway logger.
setGroupingSeparator(char) - Method in class ifs.fnd.buffer.NumberFormatter
Sets the Group Separator of the number formatter.
setHeader(String) - Method in interface ifs.fnd.buffer.Buffer
Set the header of this Buffer.
setHeader(String) - Method in class ifs.fnd.buffer.StandardBuffer
Set the header of this Buffer.
setHeader(String) - Method in class ifs.fnd.util.Message
 
setHeader(String) - Method in class ifs.fnd.util.PackedObject
 
setIdentity(String) - Method in class ifs.fnd.buffer.Item
Set the identity of this Item.
setInCleanupQueue(boolean) - Method in class ifs.fnd.proxy.ProxyConnection
Sets inCleanupQueue-status of this connection.
setIntegrationLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Integration logger.
setIntegrationLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Integration logger.
setItem(String, String) - Method in interface ifs.fnd.buffer.Buffer
Mofify the first occurence of a named item, or create a new item, if such item does not exist.
setItem(String, int) - Method in interface ifs.fnd.buffer.Buffer
Mofify the first occurence of a named item, or create a new item, if such item does not exist.
setItem(String, String) - Method in class ifs.fnd.buffer.StandardBuffer
Mofify the first occurence of a named item, or create a new item, if such item does not exist.
setItem(String, int) - Method in class ifs.fnd.buffer.StandardBuffer
 
setLastCheckedLogger(Logger) - Method in class ifs.fnd.log.ThreadLoggers
Framework internal method: Sets the last checked logger.
setLengthPrefixSupported(boolean) - Method in class ifs.fnd.buffer.StandardBufferFormatter
 
setLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for all loggers.
setLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for all loggers.
setMainSwitch(boolean) - Static method in class ifs.fnd.util.Log
Sets the main switch for all log outputs.
setName(String) - Method in class ifs.fnd.buffer.Item
Set the name of this Item.
setOutput(boolean) - Static method in class ifs.fnd.util.Log
Sets the main switch for all log outputs.
setRequestLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Request logger.
setRequestLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Request logger.
setResponseLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Response logger.
setResponseLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Response logger.
setRevision(File, JsfVersion.RevType, String) - Method in class ifs.fnd.service.JsfVersion
Called from Build Task.
setRowNo(String) - Method in exception ifs.fnd.service.FndException
Sets the row number this FndException corresponds to.
setSecurityLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Security logger.
setSecurityLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Security logger.
setSessionId(String) - Method in class ifs.fnd.proxy.ProxyConnection
Sets the session ID for this proxy session.
setStatus(String) - Method in class ifs.fnd.buffer.Item
Set the status of this Item.
setThreadSwitch(String, boolean) - Static method in class ifs.fnd.util.Log
Sets the output switch for a specified thread name.
setTimestamp(long) - Method in class ifs.fnd.proxy.ProxyCursor
Assign a timestamp to this cursor.
setTimestamp(long) - Method in interface ifs.fnd.proxy.TimestampedResource
Assigns a timestamp to this resource.
setType(String) - Method in class ifs.fnd.buffer.Item
Set the type of this Item.
setUnchangedValueFlag(boolean) - Method in class ifs.fnd.buffer.Item
Sets the unchanged value flag.
setUsedByRequest(boolean) - Method in class ifs.fnd.proxy.ProxyConnection
Sets usedByRequest-status of this connection.
setValue(Object) - Method in class ifs.fnd.buffer.Item
Set the value (String or nested Buffer) of this Item.
setValue(int) - Method in class ifs.fnd.buffer.Item
Set the int value of this Item.
setValue(String, String) - Method in class ifs.fnd.util.PreparedString
Sets the value of an variable.
setWebClientLevel(int) - Static method in class ifs.fnd.log.LogMgr
Sets thread level for Web Client logger.
setWebClientLevel(int) - Method in class ifs.fnd.log.ThreadLoggers
Sets thread level for Web Client logger.
showException(Throwable) - Static method in class ifs.fnd.service.Util
Output the details of the specified exception to standard output.
showException(Throwable) - Static method in class ifs.fnd.util.Log
Output the details of the specified exception to the log output.
showException(Throwable) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to class ifs.fnd.service.Util
showMemory() - Static method in class ifs.fnd.util.Log
Writes current memory status to the log output.
ShutdownListener - Class in ifs.fnd.service
A class implementing protocol for graceful shutdown of VM in case of running Java as a Windows service through the ifssrv.exe executable.
SIMPLE - Static variable in class ifs.fnd.service.ReauthenticationRequest
Constant representing SIMPLE type of a reauthentication request.
SimpleStack<E> - Class in ifs.fnd.util
Simple unsynchronized implementation of stack.
SimpleStack() - Constructor for class ifs.fnd.util.SimpleStack
Creates an empty stack.
size() - Method in class ifs.fnd.capability.CapabilitySet
 
size() - Method in class ifs.fnd.proxy.TimeoutedResourceLog
Gets the current size of the log.
size() - Method in class ifs.fnd.util.FndSoftHashMap
 
size() - Method in class ifs.fnd.util.IntArray
Gets the size of this array.
size() - Method in class ifs.fnd.util.SimpleStack
Returns the number of items on this stack.
sort(Buffer, RowComparator) - Static method in class ifs.fnd.buffer.Buffers
Sort all rows in a Buffer according to the specified RowComparator.
sortItems(Buffer, ItemComparator) - Static method in class ifs.fnd.buffer.Buffers
Sort all items in a Buffer according to the specified ItemComparator.
split(int) - Method in class ifs.fnd.util.Message
Splits this message into an array of Messages.
split(String, String) - Static method in class ifs.fnd.util.Str
Split a string into tokens.
spoolStatistics() - Static method in class ifs.fnd.service.TraceEventType
 
spoolStatistics(String) - Static method in class ifs.fnd.service.TraceEventType
 
SQLRecognizer - Class in ifs.fnd.service
Framework internal class: Class used to identify database objects in SQL statements.
SQLRecognizer(String, String) - Constructor for class ifs.fnd.service.SQLRecognizer
 
SQLRecognizer.SQLProcedure - Class in ifs.fnd.service
 
SQLRecognizer.SQLProcedure(String, boolean, SQLRecognizer.SQLProcedure) - Constructor for class ifs.fnd.service.SQLRecognizer.SQLProcedure
 
SQLTokenizer - Class in ifs.fnd.service
Framework internal class: SQL specific tokenizer that supports mark() and reset() methods.
SQLTokenizer(String) - Constructor for class ifs.fnd.service.SQLTokenizer
 
StandardBuffer - Class in ifs.fnd.buffer
Single-thread implementation of Buffer interface.
StandardBuffer() - Constructor for class ifs.fnd.buffer.StandardBuffer
Constructs a new instance of StandardBuffer.
StandardBufferFormatter - Class in ifs.fnd.buffer
Framework internal class: Standard implementation of BufferFormatter interface.
StandardBufferFormatter() - Constructor for class ifs.fnd.buffer.StandardBufferFormatter
 
StandardFactory - Class in ifs.fnd.service
Framework internal class: Standard implementation of Factory interface.
StandardFactory() - Constructor for class ifs.fnd.service.StandardFactory
 
StandardTokenReader - Class in ifs.fnd.buffer
Framework internal class: A class that reads tokens and delimiters from an underlying stream.
StandardTokenReader(InputStream) - Constructor for class ifs.fnd.buffer.StandardTokenReader
Construct an instance that will read bytes from the specified byte stream, and then convert them to tokens and delimiters.
StandardTokenReader(Reader) - Constructor for class ifs.fnd.buffer.StandardTokenReader
Construct an instance that will read tokens directly from the specified character stream,
StandardTokenWriter - Class in ifs.fnd.buffer
Framework internal class: This class passes characters to a byte or character stream.
StandardTokenWriter(OutputStream) - Constructor for class ifs.fnd.buffer.StandardTokenWriter
Construct an instance that will convert characters to bytes and write them to a specified byte stream.
StandardTokenWriter(Writer) - Constructor for class ifs.fnd.buffer.StandardTokenWriter
Construct an instance that will write characters to a specified character stream.
StandardTokenWriter(int) - Constructor for class ifs.fnd.buffer.StandardTokenWriter
Construct an instance that will write characters to a string buffer with the specified initial size.
StandardTokenWriter() - Constructor for class ifs.fnd.buffer.StandardTokenWriter
Construct an instance that will write characters to a string buffer with the default initial size.
start() - Static method in class ifs.fnd.service.ShutdownListener
Starts the listener if not already started.
startHooks() - Static method in class ifs.fnd.service.IfsShutdownHook
Initiates shutdown procedure before VM will do it.
statisticsEnabled - Static variable in class ifs.fnd.service.TraceEvent
 
stderrln(String) - Static method in class ifs.fnd.util.IoUtil
Print out a line to standard error
stdoutln() - Static method in class ifs.fnd.util.IoUtil
Print out line feed to standard output
stdoutln(String) - Static method in class ifs.fnd.util.IoUtil
Print out a line to standard output
stdoutprn(String) - Static method in class ifs.fnd.util.IoUtil
Print out text to standard output
stopForwarding() - Method in class ifs.fnd.log.Logger
Stops Logger forwarding
Str - Class in ifs.fnd.util
This class encapsulates some common string functions.
StreamWriter - Class in ifs.fnd.util
This class can be used instead of of java.io.PrintWriter.
StreamWriter(OutputStream) - Constructor for class ifs.fnd.util.StreamWriter
Create a new StreamWriter from an existing OutputStream.
STRING - Static variable in class ifs.fnd.buffer.DataFormatter
 
StringFormatter - Class in ifs.fnd.buffer
An instance of this class can format and parse String values.
StringFormatter(int, String) - Constructor for class ifs.fnd.buffer.StringFormatter
Constructs a new instance of StringFormatter with the specified parameters.
StringFormatter(Buffer) - Constructor for class ifs.fnd.buffer.StringFormatter
Constructs a new instance of StringFormatter.
StringFormatter() - Constructor for class ifs.fnd.buffer.StringFormatter
Constructs a new instance of StringFormatter.
stringToPackable(String) - Static method in class ifs.fnd.util.PackedObject
 
SYSTEM_USER - Static variable in class ifs.fnd.service.IfsConstants
The Oracle user used to create connections to database.

T

TagFilter - Class in ifs.fnd.log
A filter implementation that can filter on one or more tags.
TagFilter() - Constructor for class ifs.fnd.log.TagFilter
 
Tags - Class in ifs.fnd.log
A class representing a single tag or a collection of tags that can be used for tagging debug and log output.
Tags(String) - Constructor for class ifs.fnd.log.Tags
Creates a new single tag recognized by the given name.
TemporaryFile - Class in ifs.fnd.service
Class representing a file on a TemporaryFileList.
TemporaryFileList - Class in ifs.fnd.service
Class representing a list with temporary files.
TemporaryFileList() - Constructor for class ifs.fnd.service.TemporaryFileList
Creates a new TemporaryFileList that registers a new Java VM shutdown hook.
TEXT_SEPARATOR - Static variable in class ifs.fnd.service.IfsConstants
IFS text separator: '^'.
text_separator - Static variable in class ifs.fnd.service.IfsNames
textSeparator - Static variable in class ifs.fnd.service.IfsNames
ThreadLoggers - Class in ifs.fnd.log
A class containing a set of category loggers together with corresponding logging levels.
TIME - Static variable in class ifs.fnd.buffer.DataFormatter
 
Time - Class in ifs.fnd.util
An instance of this class represents a timestamp.
Time() - Constructor for class ifs.fnd.util.Time
Create a Time object for the current time.
Time(String) - Constructor for class ifs.fnd.util.Time
Create a Time object for the specfied timestamp.
Time(Date) - Constructor for class ifs.fnd.util.Time
Create a Time object for the specfied date.
Time(long) - Constructor for class ifs.fnd.util.Time
Create a Time object for the specfied time.
TimeoutedResourceLog - Class in ifs.fnd.proxy
Log with automatically closed timeouted transactions and cursors.
TimeoutedResourceLog(int) - Constructor for class ifs.fnd.proxy.TimeoutedResourceLog
Create an instance of TimeoutedResourceLog with specified maximum size.
timeoutedResourceLogSize - Variable in class ifs.fnd.proxy.ProxyConnectionPool.Config
The maximum number of resources (cursors) that can be stored in the log.
TimestampedResource - Interface in ifs.fnd.proxy
JDBC resource (like transaction or cursor) marked with a timestamp.
toBase64Text(byte[]) - Static method in class ifs.fnd.service.Util
Perform the BASE64 encoding of the specified array of bytes.
toBitSet() - Method in class ifs.fnd.capability.CapabilitySet
 
toBitSet(byte[]) - Static method in class ifs.fnd.util.BitSetUtil
 
toByteArray() - Method in class ifs.fnd.capability.CapabilitySet
 
toByteArray(BitSet) - Static method in class ifs.fnd.util.BitSetUtil
 
toByteArray(BitSet, int) - Static method in class ifs.fnd.util.BitSetUtil
 
toCalendar(Date) - Static method in class ifs.fnd.util.DateUtil
Converts a java.sql.Date object to a java.util.Calendar object.
toDate() - Method in class ifs.fnd.util.Time
Convert this Time instance into a Date.
toHexText(byte[]) - Static method in class ifs.fnd.service.Util
Transform an array of bytes into its hexadecimal representation.
toInt(String) - Static method in class ifs.fnd.util.Str
Converts the specified string to an integer value.
toMessage(Buffer) - Static method in class ifs.fnd.buffer.Buffers
Transform a Buffer into a Message.
toSqlDate(Calendar) - Static method in class ifs.fnd.util.DateUtil
Converts a java.util.Calendar object to a java.sql.Date object.
toString() - Method in class ifs.fnd.buffer.AutoString
Convert to a string representing the data in this string buffer.
toString() - Method in class ifs.fnd.buffer.Item
Returns a string describing this item.
toString() - Method in class ifs.fnd.buffer.StandardBuffer
Returns a string describing this buffer.
toString() - Method in class ifs.fnd.log.Tags
String representation of this tag collection.
toString() - Method in class ifs.fnd.proxy.ProxyConnection
Returns string describing this proxy connection.
toString() - Method in class ifs.fnd.service.JsfVersion.ImplVer
 
toString() - Method in class ifs.fnd.service.ReauthenticationRequest.Method
Returns the string representation of this method.
toString() - Method in class ifs.fnd.service.ReauthenticationRequest
Retuns a String representaion of this object.
toString() - Method in class ifs.fnd.service.ReauthenticationRequest.Type
Returns the string representation of this type.
toString() - Method in class ifs.fnd.service.ReauthenticationResponse
Retuns a String representaion of this object.
toString() - Method in class ifs.fnd.service.SQLTokenizer
 
toString(InputStream) - Static method in class ifs.fnd.util.IoUtil
Get the contents of an InputStream as a String using the UTF-8 character encoding.
toString() - Method in class ifs.fnd.util.Message
 
toString() - Method in class ifs.fnd.util.ObjectHolder
Returns a String representation of the object.
toString() - Method in class ifs.fnd.util.PreparedString
Returns a String with all variables substituted with values.
toString() - Method in class ifs.fnd.util.Time
Create a string representation of this Time object.
touchCursor(String) - Method in class ifs.fnd.proxy.ProxyConnection
Mark the cursor as being accessed by the current request.
touchDedicatedConnection() - Method in class ifs.fnd.proxy.ProxyConnection
Update the last-access timestamp for this dedicated connection.
trace - Variable in class ifs.fnd.log.Logger
 
trace(Throwable, Tags, String, Object...) - Method in class ifs.fnd.log.Logger
Method for tracing and light debugging.
trace(String, Object...) - Method in class ifs.fnd.log.Logger
 
trace(Throwable) - Method in class ifs.fnd.log.Logger
 
trace(Throwable, String, Object...) - Method in class ifs.fnd.log.Logger
 
trace(Tags, String, Object...) - Method in class ifs.fnd.log.Logger
 
trace(Throwable, Tags) - Method in class ifs.fnd.log.Logger
 
TRACE - Static variable in class ifs.fnd.log.LogMgr
 
trace(String) - Method in interface ifs.fnd.service.LogOutput
Write a string to the trace output, if the trace output is turned ON.
trace(Object, String) - Method in interface ifs.fnd.service.LogOutput
Write the caller's class name and a specified string to the trace output.
TraceEvent - Class in ifs.fnd.service
Framework internal class: Class representing a trace event.
TraceEventType - Class in ifs.fnd.service
Framework internal class: Registration and reporting of trace events.
TraceEventType(String) - Constructor for class ifs.fnd.service.TraceEventType
 
translateLogLevel(String) - Static method in class ifs.fnd.log.LogMgr
Converts a string representation of a log level into an integer identifier.
trimLine(String) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to class ifs.fnd.util.Str
trimLine(String) - Static method in class ifs.fnd.util.Str
Remove trailing whitespace from a string.

U

uncompress(String, StringBuffer) - Static method in class ifs.fnd.os.NativeUtilities
Deprecated.
 
uncompress(String) - Static method in class ifs.fnd.service.Util
Uncompress a string.
uncompress(String, StringBuffer) - Static method in class ifs.fnd.service.Util
Uncompress a string.
uncompressJava(String) - Static method in class ifs.fnd.service.Util
Uncompress a string.
UNDEFINED - Static variable in class ifs.fnd.log.LogMgr
 
unfreeze() - Method in interface ifs.fnd.buffer.Buffer
Un-freezes this buffer.
unfreeze() - Method in class ifs.fnd.buffer.StandardBuffer
 
unmark() - Method in class ifs.fnd.service.SQLTokenizer
Unmark the current position in the underlying stream.
unpack(PackedObject) - Method in interface ifs.fnd.util.Packable
Retrieves all persistant attributes using PackedObject's get() methods.
unregisterLoggerOutput(LoggerOutput) - Method in class ifs.fnd.log.ThreadLoggers
Framework internal method: Unregisters a destination for log messages.
UnsupportedOperationException - Exception in ifs.fnd.buffer
This Exception is trhown when an unsupported operation is called.
UnsupportedOperationException(String) - Constructor for exception ifs.fnd.buffer.UnsupportedOperationException
 
usedByRequest() - Method in class ifs.fnd.proxy.ProxyConnection
Checks if this connection is used by a request thread.
UTF8 - Static variable in class ifs.fnd.service.IfsConstants
UTF-8 character encoding constant
UTF8ByteCounter - Class in ifs.fnd.buffer
UTF8ByteCounter is used to count the number of UTF-8 bytes in a given string or a character stream.
UTF8ByteCounter(UTF8ByteCounter.Type) - Constructor for class ifs.fnd.buffer.UTF8ByteCounter
Initialized a UTF8ByteCounter with the specified type.
UTF8ByteCounter.Type - Enum in ifs.fnd.buffer
Represents the type of a UTF8ByteCounter object.
Util - Class in ifs.fnd.service
Common class with diverse utility functions.

V

value - Variable in class ifs.fnd.util.Attribute
The value of this attribute.
value - Variable in class ifs.fnd.util.ObjectHolder
The Object held.
valueOf(String) - Static method in enum ifs.fnd.buffer.UTF8ByteCounter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ifs.fnd.service.JsfVersion.RevType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ifs.fnd.buffer.UTF8ByteCounter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ifs.fnd.service.JsfVersion.RevType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning - Variable in class ifs.fnd.log.Logger
 
warning(Throwable, Tags, String, Object...) - Method in class ifs.fnd.log.Logger
Method for logging of warnings.
warning(String, Object...) - Method in class ifs.fnd.log.Logger
 
warning(Throwable) - Method in class ifs.fnd.log.Logger
 
warning(Throwable, String, Object...) - Method in class ifs.fnd.log.Logger
 
warning(Tags, String, Object...) - Method in class ifs.fnd.log.Logger
 
warning(Throwable, Tags) - Method in class ifs.fnd.log.Logger
 
WARNING - Static variable in class ifs.fnd.log.LogMgr
 
WEBCLIENT_LOGGER - Static variable in class ifs.fnd.log.LogMgr
 
write(String) - Method in class ifs.fnd.buffer.StandardTokenWriter
Write a String to the output stream.
write(char) - Method in class ifs.fnd.buffer.StandardTokenWriter
Write a character to the output stream.
writeFile(String, String) - Static method in class ifs.fnd.service.Util
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
writeFile(String, String) - Static method in class ifs.fnd.util.IoUtil
Writes an UTF-8 converted string to a file.
writeFile(String, String) - Static method in class ifs.fnd.util.Str
Deprecated.
Moved to the new utility class ifs.fnd.util.IoUtil
writeFileCrLf(String, String) - Static method in class ifs.fnd.util.IoUtil
Writes the specified text to a file.
writeLengthPrefix(Writer, int) - Static method in class ifs.fnd.buffer.BufferUtil
Writes a length-prefix of value to a Writer.
writeLengthPrefix(byte[], int, int) - Static method in class ifs.fnd.buffer.BufferUtil
Writes a length-prefix of value at at the offset given a byte array.
writeLengthPrefix(AutoString, int) - Static method in class ifs.fnd.buffer.BufferUtil
Writes a length-prefix of value to the specified buffer.
writePrefixedToken(String) - Method in class ifs.fnd.buffer.StandardTokenWriter
 

X

XmlUtil - Class in ifs.fnd.util
Common class with diverse XML utility functions.
A B C D E F G H I J K L M N O P Q R S T U V W X