|
The Oracle Tuxedo JCA Adapter Command Reference describes system processes and commands delivered with the Oracle Tuxedo JCA Adapter software.
Table 1 lists Oracle Tuxedo JCA Adapter commands and functions.
DMConfigChecker – Encrypts configuration file passwords.
DMConfigChecker <config_file_name> [key_file_name]
The DMConfigChecker utility is used to encrypt configuration file passwords. It checks the Oracle Tuxedo JCA Adapter configuration file syntax and replaces all the unencrypted password elements with the encrypted password. If necessary, this utility can also generate a key file which is used to encrypt/decrypt the passwords.
DMConfigChecker requires the unlimited strength jurisdiction policy files installed in the $JAVA_HOME/jre/lib/security directory. You can download the jurisdiction policy files from Sun or IBM Web sites for your respective JEE installation.
This utility supports the following parameters and options:
config_file_name
key_file_name
".msainternal.dat". If the specified file does not exist, a new file is created with the specified name.
viewj, viewj32 – View compiler for Oracle Tuxedo JCA Adapter ATMI views.
viewj [options] [package-name] view-definition-table
This viewj, viewj32 utility is used to read a View definition file and produce a java file that implements the
TypedView and
TypedView32 interface. The java file should be compiled into a class which can then be used to set and retrieve entries from a View buffer.
For more information, see Oracle Tuxedo Javadoc.
| Note: | This utility is analogous to the viewc, viewc32(1) utility in the Oracle Tuxedo Command Reference Guide. |
This utility supports the following optional parameters:
associated_fields
compat_names
bean_names
modify_strings
xcommon
xctype
Listing 1-1 shows a VIEW32 file name (View32) input example.
VIEW View32
short TEST_SHORT - 1 - - 0
string TEST_STRING - 1 - 100 -
The command line input used to compile the VIEW definition is as follows:
file: java -class $CLASSPATH weblogic.wtc.jatmi.viewj32 tuxedo.test.simpapp View32
This generates a Java class file (View32.java) in the current working directory (tuxedo.test.simpapp package).
mkfldclass, mkfldclass32 – Utility function that reads an FML Field Table and produces a java file that implements the FldTbl interface.
mkfldclass [package-name] fml-field-table
This class is a utility function that reads an FML Field Table and produces a java file which implements the FldTbl interface. This java file should be compiled into a class which can then be used to add, retrieve and delete fielded entries from an FML field. This utility is analogous to the
mkfldhdr, mkfldhdr32(1) utility in the Oracle Tuxedo Reference Guide.
This utility supports the following parameters:
args
|