The APIs used by EJB client applications include the APIs that set security functions and communication timeouts. The following table lists the APIs.
Table 4-1 List of APIs used by EJB client applications
Class name | Function |
---|---|
EJBClientInitializer Class | Initializes J2EE services for an EJB client. |
LoginInfoManager class | Sets the security functionality. For details on this API, see 17.1LoginInfoManager class in the uCosminexus Application Server Security Management Guide. |
RequestTimeoutConfigFactory Class | Acquires the RequestTimeoutConfig object required for setting the RMI-IIOP timeout. |
RequestTimeoutConfig Class | Sets the RMI-IIOP timeout. |
UserTransactionFactory class | Acquires the UserTransaction object required for using a transaction in an EJB client. |