getTransientFileName

getTransientFileName(): String;

The getTransientFileName method of the Process class returns the name of the transient database file in use by the executing process; that is, the current thread executing the current method.

To obtain the path for this file, use the getTransientDbPath method of the Application class.

See also "Transient Database File Analysis", in Chapter 3 of the JADE Database Administration Guide.