| Interface | Description |
|---|---|
| Factory |
Framework internal class: An interface for all Object factories.
|
| LogOutput |
Framework internal class: An interface used for log and trace ouputs.
|
| Class | Description |
|---|---|
| DebugInfo |
Framework internal class: Debugging utilities.
|
| IfsConfigDirectory |
Utility class that gives I/O-access to IFS configuration directory.
|
| IfsConstants |
Definition of IFS constants.
|
| IfsEncryption |
Encryption and decryption routines.
|
| IfsNames |
Framework internal class: This class defines some standard IFS naming conventions and constants.
|
| IfsProperties |
Handling of IFS specific properties.
|
| IfsShutdownHook |
IFS specific replacement for functionality offered by java.lang.Runtime.addShutdownHook().
|
| ReauthenticationRequest |
Re-authentication request parameters sent from a server to a client.
|
| ReauthenticationResponse |
Re-authentication response parameters sent from a client to a server.
|
| ShutdownListener |
A class implementing protocol for graceful shutdown of VM in case of running
Java as a Windows service through the ifssrv.exe executable.
|
| SQLRecognizer |
Framework internal class: Class used to identify database objects in SQL statements.
|
| SQLTokenizer |
Framework internal class: SQL specific tokenizer that supports mark() and reset() methods.
|
| StandardFactory |
Framework internal class: Standard implementation of Factory interface.
|
| TemporaryFile |
Class representing a file on a TemporaryFileList.
|
| TemporaryFileList |
Class representing a list with temporary files.
|
| TraceEvent |
Framework internal class: Class representing a trace event.
|
| TraceEventType |
Framework internal class: Registration and reporting of trace events.
|
| Util |
Common class with diverse utility functions.
|
| Exception | Description |
|---|---|
| FndException |
This exception is thrown when an application rule has been violated.
|
| FndRuntimeException |
IFS encapsulation of standard RuntimeException.
|
| IfsEncryption.EncryptionException | |
| InterruptFndException |
Framework internal class: This exception is thrown explicitly in FndException class constructor
FndException(Throwable e) if its parameter is an instance of this class.
|