BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface EJBComponentMBean


public interface EJBComponentMBean
extends ComponentMBean, EJBContainerMBean

NOTE cbeust@bea.com 23-Apr-01 Extending EJBContainerMBean is not very pretty since EJBComponent *isn't a* EJBContainer. However, it makes it easy since they both supply the same methods. Note that the order of precedence is as follows: - this specific EJBComponentMBean - the singleton EJBContainerMBean - the singleton ServerMBean

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.DeploymentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
 
Methods inherited from interface weblogic.management.configuration.ComponentMBean
getApplication, getURI, setApplication, setURI
 
Methods inherited from interface weblogic.management.configuration.EJBContainerMBean
getExtraEjbcOptions, getExtraRmicOptions, getJavaCompiler, getJavaCompilerPostClassPath, getJavaCompilerPreClassPath, getKeepGenerated, getTmpPath, getVerboseEJBDeploymentEnabled, setExtraEjbcOptions, setExtraRmicOptions, setJavaCompiler, setJavaCompilerPostClassPath, setJavaCompilerPreClassPath, setKeepGenerated, setTmpPath, setVerboseEJBDeploymentEnabled
 
Methods inherited from interface weblogic.management.configuration.DeploymentMBean
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.