Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
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 . |
weblogic.management.provider |
Provides interfaces for
weblogic.management.provider . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyValueVBean
Allows admin clients to discover whether and how a config bean's properties were
overridden by various supported techniques.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyValueVBeanImpl |
class |
SimplePropertyValueVBeanImpl |
Modifier and Type | Method and Description |
---|---|
SimplePropertyValueVBean[] |
ConfigurationManagerMBean.getEffectiveValues(ConfigurationMBean configBean,
java.lang.String[] propertyNames)
Reports the effective values for specified properties on the indicated config bean, where
effective values include any overrides that apply.
|
SimplePropertyValueVBean[] |
ConfigurationManagerMBean.getEffectiveValues(ConfigurationMBean configBean,
java.lang.String[] navigationAttributeNames,
SettableBean[] beans,
java.lang.String[] propertyNames)
Reports the effective values for specified properties on the last of the beans
specified, navigated to by following the navigation attribute names starting at
the config bean.
|
SimplePropertyValueVBean[] |
ConfigurationManagerMBean.getWorkingValues(ConfigurationMBean configBean,
java.lang.String[] propertyNames)
Reports the working values for specified properties on the indicated config bean.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyValueVBean[] |
ConfigurationManagerMBeanImpl.getEffectiveValues(ConfigurationMBean configBean,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
ConfigurationManagerMBeanImpl.getEffectiveValues(ConfigurationMBean configBean,
java.lang.String[] navigationAttributeNames,
SettableBean[] beans,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
ConfigurationManagerMBeanImpl.getWorkingValues(ConfigurationMBean configBean,
java.lang.String[] propertyNames) |
Modifier and Type | Method and Description |
---|---|
SimplePropertyValueVBean[] |
RuntimeAccess.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
RuntimeAccess.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] navigationAttributeNames,
SettableBean[] beans,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
RuntimeAccess.getWorkingValues(ConfigurationMBean bean,
java.lang.String[] propertyNames) |
Modifier and Type | Method and Description |
---|---|
private SimplePropertyValueVBean[] |
PartitionProcessor.createSimplePropertyValueVBeans(PropertyValueVBean[] properties) |
SimplePropertyValueVBean[] |
RuntimeAccessImpl.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
PartitionProcessor.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
RuntimeAccessImpl.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] navigationAttributeNames,
SettableBean[] beans,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
PartitionProcessor.getEffectiveValues(ConfigurationMBean bean,
java.lang.String[] navigationAttributeNames,
SettableBean[] beans,
java.lang.String[] propertyNames) |
SimplePropertyValueVBean[] |
RuntimeAccessImpl.getWorkingValues(ConfigurationMBean bean,
java.lang.String[] propertyNames) |