This method is called by the test harness to get any additional test
specific arguments that must be passed to the application client
container class, which is specified in the ts.jte file in the given
environment (command.testExecuteAppClient property).
Returns a Map that maps runtimne deployment descriptor filename Strings
to concrete implementations of the com.sun.ts.lib.porting.appclient.SunApplicationClient interface.
Returns a Map that maps runtimne deployment descriptor filename Strings
to concrete implementations of the com.sun.ts.lib.porting.app.SunApplication interface.
This method is called by the Standard Deployment implementation of
TSDeploymentInterface to get the classpath to any generated classes
that must be accessible to application clients.
This method is called by the test harness to get any property values
which must be set in one component's runtime info according to rules
defined by the opposite server's implementation
in an interop scenario.
Returns a Map that maps runtimne deployment descriptor filename Strings
to concrete implementations of the com.sun.ts.lib.porting.ejb.SunEjbJar interface.
Returns a Map that maps runtimne deployment descriptor filename Strings
to concrete implementations of the com.sun.ts.lib.porting.web.SunWebApp interface.
Sets the value of the useCaches field for this Connection
If the UseCaches flag on the connection is true, the connection
is allowed to use whatever caches it can.
Sets the value of the useCaches field for this Connection
If the UseCaches flag on the connection is true, the connection
is allowed to use whatever caches it can.
TSLoginContextInterface provides the interface that must be
implemented to provide the implementation specific login code
to login as a specified user.