|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBContainerMBean
This MBean is used to specify EJB container-wide settings. These can be overridden by a specific EJBComponentMBean.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getExtraEjbcOptions()
Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. |
String |
getExtraRmicOptions()
The extra options passed to rmic during server-side generation are noted here. |
boolean |
getForceGeneration()
Indicates whether the ForceGeneration is enabled. |
String |
getJavaCompiler()
The path to the Java compiler to use to compile EJBs (e.g. |
String |
getJavaCompilerPostClassPath()
Provides a list of the options to append to the Java compiler classpath when you compile Java code. |
String |
getJavaCompilerPreClassPath()
Provides a list of the options to prepend to the Java compiler classpath when you compile Java code. |
boolean |
getKeepGenerated()
indicates whether KeepGenerated is enabled and the ejbc source files will be kept. |
String |
getTmpPath()
Deprecated. |
String |
getVerboseEJBDeploymentEnabled()
Deprecated. Deprecated as of 10.3.3.0 in favor of ServerDebugMBean.getDebugEjbDeployment() |
void |
setExtraEjbcOptions(String options)
|
void |
setExtraRmicOptions(String options)
Sets the value of the extraRmicOptions attribute. |
void |
setForceGeneration(boolean f)
Sets the forceGeneration attribute of the EJBContainerMBean object. |
void |
setJavaCompiler(String javaCompiler)
Sets the value of the JavaCompiler attribute. |
void |
setJavaCompilerPostClassPath(String postClassPath)
Sets the value of the JavaCompilerPostClassPath attribute. |
void |
setJavaCompilerPreClassPath(String preClassPath)
Sets the javaCompilerPreClassPath attribute of the EJBContainerMBean object |
void |
setKeepGenerated(boolean f)
Sets the value of the keepGenerated attribute. |
void |
setTmpPath(String path)
Deprecated. |
void |
setVerboseEJBDeploymentEnabled(String verbose)
Deprecated. Deprecated as of 10.3.3.0 in favor of ServerDebugMBean.setDebugEjbDeployment(boolean) |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
String getJavaCompiler()
The path to the Java compiler to use to compile EJBs (e.g. "sj" or "javac"). Note: the default 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.
void setJavaCompiler(String javaCompiler) throws InvalidAttributeValueException
Sets the value of the JavaCompiler attribute.
javaCompiler
- The new javaCompiler value
InvalidAttributeValueException
EJBContainerMBean.getJavaCompiler()
String getJavaCompilerPreClassPath()
Provides a list of the options to prepend to the Java compiler classpath when you compile Java code.
void setJavaCompilerPreClassPath(String preClassPath) throws InvalidAttributeValueException
Sets the javaCompilerPreClassPath attribute of the EJBContainerMBean object
preClassPath
- The new javaCompilerPreClassPath value
InvalidAttributeValueException
String getJavaCompilerPostClassPath()
Provides a list of the options to append to the Java compiler classpath when you compile Java code.
void setJavaCompilerPostClassPath(String postClassPath)
Sets the value of the JavaCompilerPostClassPath attribute.
postClassPath
- The new javaCompilerPostClassPath valueEJBContainerMBean.getJavaCompilerPostClassPath()
String getExtraRmicOptions()
The extra options passed to rmic during server-side generation are noted here. The default for this attribute must be null. If no ExtraRmicOptions are specified on the EJBComponent, the default will be pulled from Server.ExtraRmicOptions.
void setExtraRmicOptions(String options) throws InvalidAttributeValueException
Sets the value of the extraRmicOptions attribute.
options
- The new extraRmicOptions value
InvalidAttributeValueException
EJBContainerMBean.getExtraRmicOptions()
boolean getKeepGenerated()
indicates whether KeepGenerated is enabled and the ejbc source files will be kept.
void setKeepGenerated(boolean f)
Sets the value of the keepGenerated attribute.
f
- The new keepGenerated valueEJBContainerMBean.getKeepGenerated()
boolean getForceGeneration()
Indicates whether the ForceGeneration is enabled.
void setForceGeneration(boolean f)
Sets the forceGeneration attribute of the EJBContainerMBean object.
f
- The new forceGeneration valueString getTmpPath()
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.
void setTmpPath(String path)
Sets the value of the TmpPath attribute.
path
- The new tmpPath valueEJBContainerMBean.getTmpPath()
String getVerboseEJBDeploymentEnabled()
ServerDebugMBean.getDebugEjbDeployment()
Indicates whether the VerboseEJBDeployment is enabled.
void setVerboseEJBDeploymentEnabled(String verbose)
ServerDebugMBean.setDebugEjbDeployment(boolean)
Sets the value of the VerboseEJBDeploymentEnabled attribute.
verbose
- The new verboseEJBDeploymentEnabled valueEJBContainerMBean.getVerboseEJBDeploymentEnabled()
String getExtraEjbcOptions()
Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. For example: -J-mx128m By default this value is null. If no ExtraEJBCOptions are specified on the EJBComponent, the default will be pulled from the Server.ExtraEJBCOptions.
void setExtraEjbcOptions(String options) throws InvalidAttributeValueException
InvalidAttributeValueException
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |