EJBContainer

 


Description

This MBean is used to specify EJB container-wide settings. These can be overridden by a specific EJBComponentMBean.

 


Syntax

<EJBContainer


ExtraEjbcOptions="String


ExtraRmicOptions="String


ForceGeneration=( "true" | "false" )


JavaCompiler="String


JavaCompilerPostClassPath="String


JavaCompilerPreClassPath="String


KeepGenerated=( "true" | "false" )


Name="String


Notes="String


TmpPath="String


Type="String


VerboseEJBDeploymentEnabled="String



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

ExtraEjbcOptions Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. Eg: -J-mx128m Note: the default for this attribute must be null. If no ExtraEJBCOptions are specified on the EJBComponent, the default will be pulled from the Server.ExtraEJBCOptions.. Required: no
ExtraRmicOptions Return the extra options passed to rmic during server-side generation. Note: the default for this attribute must be null. If no ExtraRmicOptions are specified on the EJBComponent, the default will be pulled from Server.ExtraRmicOptions.. Required: no
ForceGeneration Return true if ejbc should force regeneration of wrapper classes, false if it should regenerate the files only if it determines it needs to do so. Default: false
JavaCompiler Return the path to the Java compiler to use to compile EJB's (e.g. "sj" or "javac"). Note: the default for this attribute must be null. If no JavaCompiler is specified on this specific EJBComponent, the default will be pulled in the following order from - EJBContainerMBean - Server.JavaCompiler. Required: no
JavaCompilerPostClassPath Return the options to append to the Java compiler classpath for when we need to compile Java code. Required: no
JavaCompilerPreClassPath Return the options to prepend to the Java compiler classpath for when we need to compile Java code. Required: no
KeepGenerated Return true if ejbc should keep its generated source files, false if it should delete them after compiling them. Default: true
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Required: no
Notes Optional information that you can include to describe this configuration. Required: no
TmpPath Deprecated. Return the temporary directory where generated files are stored by ejbc. Deprecated: All EJB compiler output is now stored in the EJBCompilerCache subdirectory of the server staging directory. This directory should not be described as "temporary" since removing it would cause the EJB compiler to be rerun as necessary the next time the server is restarted. Required: noDefault: tmp_ejb
Type Returns the type of the MBean. Required: no
VerboseEJBDeploymentEnabled Returns true if verbose deployment of EJB's is enabled. Required: noDefault: false

Skip navigation bar  Back to Top Previous Next