Appendix C.2 Tuning parameters for optimizing the method of invoking the Enterprise Bean (methods other than the recommended procedures)

The location of tuning parameters used to optimize the method of invoking the Enterprise Bean are as follows:

Organization of this subsection
(1) Using the local interface
(2) Using the local invocation functionality of remote interface
(3) Using the pass by reference functionality of remote interface

(1) Using the local interface

You use the local interface defined in J2EE for creating an application.

The method is the same as specified for the recommended procedures.

(2) Using the local invocation functionality of remote interface

The following table describes the methods and locations to set up the tuning parameters for the local invocation functionality of the remote interface:

Table C-6 Tuning parameters for the local invocation functionality of the remote interface (methods other than the recommended procedures)

Setup itemMethod of setupLocation of setup
Scope of local invocation optimization functionalityEdit fileejbserver.rmi.localinvocation.scope key in usrconf.properties

(3) Using the pass by reference functionality of remote interface

The following table describes the methods and locations to set up the tuning parameters for the pass by reference functionality of the remote interface:

Table C-7 Tuning parameters for the pass by reference functionality of the remote interface (method other than the recommended procedures)

Setup itemMethod of setupLocation of setup
Usage of the pass by reference functionality of the remote interface (for each J2EE server)Edit fileejbserver.rmi.passbyreference key in usrconf.properties

The usage of the pass by reference functionality of the remote interface (for each Enterprise Bean) is the same as specified in the recommended procedures.