BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.management.MBeanCreationException

Packages that use MBeanCreationException
weblogic.management   
weblogic.management.configuration   
 

Uses of MBeanCreationException in weblogic.management
 

Methods in weblogic.management that throw MBeanCreationException
 WebLogicMBean MBeanHome.createAdminMBean(java.lang.String name, java.lang.String type, java.lang.String domain, ConfigurationMBean parent)
          Create an Admin MBean with the specified name, type, domain and parent.
 WebLogicMBean MBeanHome.createAdminMBean(java.lang.String name, java.lang.String type, java.lang.String domain)
          Create an Admin MBean with the specified name, type, and domain.
 WebLogicMBean MBeanHome.createAdminMBean(java.lang.String name, java.lang.String type)
          Create an Admin MBean with the specified name and type in the current domain.
static void Admin.initialize()
           
 

Constructors in weblogic.management that throw MBeanCreationException
AdminServer.AdminServer()
           
 

Uses of MBeanCreationException in weblogic.management.configuration
 

Methods in weblogic.management.configuration that throw MBeanCreationException
 DomainMBean RepositoryMBean.createDomain(java.lang.String domain)
          Create a domain and add it to this repository.
 DomainMBean RepositoryMBean_CachingStub.createDomain(java.lang.String arg0)
          Operation createDomain
 DomainMBean XmlFileRepositoryMBean_CachingStub.createDomain(java.lang.String arg0)
          Operation createDomain
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

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