Package com.arbortext.e3
Interface E3ApplicationConfig
public interface E3ApplicationConfig
An object used by an E3 sub-process to pass information to an E3
Application during initialization.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIntermediateFile(String source, String contentType, String description) Add intermediate file full path, content type and description into intermediate log fileorg.apache.logging.log4j.LoggerReturns the names of the application'sLogger.getInitParameter(String name) Returns the value associated with a parameter, ornullif the parameter does not exist.Returns the names of the application's initialization parameters as anEnumerationofStringobjects, or an emptyEnumerationif the application has no initialization parameters.Returns current transaction directory.longReturns the current transaction ID.
-
Method Details
-
getInitParameter
Returns the value associated with a parameter, ornullif the parameter does not exist.- Parameters:
name- name of parameter whose value is to be returned- Returns:
- a
Stringcontaining the value of the initialization parameter
-
getInitParameterNames
Enumeration getInitParameterNames()Returns the names of the application's initialization parameters as anEnumerationofStringobjects, or an emptyEnumerationif the application has no initialization parameters.- Returns:
- an
EnumerationofStringobjects containing the names of the application's initialization parameters.
-
addIntermediateFile
Add intermediate file full path, content type and description into intermediate log file -
getApplicationLogger
org.apache.logging.log4j.Logger getApplicationLogger()Returns the names of the application'sLogger.- Returns:
- an
Logger
-
getTransactionDir
String getTransactionDir()Returns current transaction directory.- Returns:
- an
String
-
getTransactionId
long getTransactionId()Returns the current transaction ID.- Returns:
longtransaction ID.
-