Package | Description |
---|---|
weblogic.management.mbeanservers.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit . |
weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal . |
Modifier and Type | Interface and Description |
---|---|
interface |
AppDeploymentConfigurationModuleMBean
This interface represents the deployment configuration.for the
module-level configuration for an application
|
interface |
ApplicationDescriptorMBean
This interface represents the deployment configuration.for the
application-level configuration for an application (application.xml &
weblogic-application.xml).
|
interface |
ConnectorDescriptorMBean
This interface represents the deployment configuration.for a
connector module
|
interface |
DatasourceDescriptorMBean
This interface represents the deployment configuration.for a
jdbc data source module
|
interface |
EJBDescriptorMBean
This interface represents the deployment configuration.for a
ejb module
|
interface |
GarDescriptorMBean
This interface represents the deployment configuration.for a
gar module
|
interface |
JMSDescriptorMBean
This interface represents the deployment configuration.for a
jms module
|
interface |
PersistenceDescriptorMBean
This interface represents the deployment configuration.for a
persistence module
|
interface |
WebAppDescriptorMBean
This interface represents the deployment configuration.for a
web module
|
interface |
WebservicesDescriptorMBean
This interface represents the deployment configuration.for a
webservice module
|
interface |
WLDFDescriptorMBean
This interface represents the deployment configuration.for a
jms module
|
Modifier and Type | Method and Description |
---|---|
DescriptorMBean[] |
AppDeploymentConfigurationModuleMBean.getDescriptors()
Return the descriptors for the module
|
DescriptorMBean[] |
AppDeploymentConfigurationMBean.getDescriptors()
Returns the list of deployment descriptor instances for each
deployment descriptor that is contained at the top-level of this
application.
|
Modifier and Type | Class and Description |
---|---|
class |
AppDeploymentConfigurationModuleMBeanImpl
This interface represents the deployment configuration.for the
module-level configuration for an application
|
class |
ApplicationDescriptorMBeanImpl
This interface represents an application's deployment configuration.
|
class |
ConnectorDescriptorMBeanImpl
This class represents the deployment configuration.for a
connector module
|
class |
DatasourceDescriptorMBeanImpl
This class represents the deployment configuration.for a
jdbc data source module
|
class |
DescriptorMBeanImpl
Base class for application deployment configuration descriptors.
|
class |
EJBDescriptorMBeanImpl
This class represents the deployment configuration.for a
web module
|
class |
GarDescriptorMBeanImpl
This class represents the deployment configuration.for a
gar module
|
class |
JMSDescriptorMBeanImpl
This class represents the deployment configuration.for a
jms module
|
class |
PersistenceDescriptorMBeanImpl
This class represents the deployment configuration.for a
persistence module
|
class |
WebAppDescriptorMBeanImpl
This class represents the deployment configuration.for a
web module
|
class |
WebservicesDescriptorMBeanImpl
This class represents the deployment configuration.for a
webservice module
|
class |
WLDFDescriptorMBeanImpl
This class represents the deployment configuration.for a
WLDF module
|
Modifier and Type | Field and Description |
---|---|
private DescriptorMBean[] |
AppDeploymentConfigurationModuleMBeanImpl.descriptors |
private DescriptorMBean[] |
AppDeploymentConfigurationMBeanImpl.descriptors |
Modifier and Type | Method and Description |
---|---|
DescriptorMBean[] |
AppDeploymentConfigurationModuleMBeanImpl.getDescriptors()
Return the descriptors for the module
|
DescriptorMBean[] |
AppDeploymentConfigurationMBeanImpl.getDescriptors()
Returns the list of deployment descriptor instances for each
deployment descriptor that is contained at the top-level of this
application.
|
private DescriptorMBean[] |
AppDeploymentConfigurationMBeanImpl.getDescs(weblogic.management.internal.AppInfo appInfo,
weblogic.management.jmx.modelmbean.WLSModelMBeanContext context,
DescriptorMBean d,
weblogic.management.provider.internal.ModuleBeanInfo mbi) |
Modifier and Type | Method and Description |
---|---|
private DescriptorMBean[] |
AppDeploymentConfigurationMBeanImpl.getDescs(weblogic.management.internal.AppInfo appInfo,
weblogic.management.jmx.modelmbean.WLSModelMBeanContext context,
DescriptorMBean d,
weblogic.management.provider.internal.ModuleBeanInfo mbi) |
Constructor and Description |
---|
AppDeploymentConfigurationModuleMBeanImpl(weblogic.management.internal.AppInfo appInfo,
weblogic.management.jmx.modelmbean.WLSModelMBeanContext context,
weblogic.management.provider.internal.ModuleBeanInfo module,
DescriptorMBean[] descriptors) |