Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface PropertyValueVBean

All Superinterfaces:
SimplePropertyValueVBean

public interface PropertyValueVBean
extends SimplePropertyValueVBean

Allows admin clients to discover whether and how a config bean's properties were overridden by various supported techniques.


Field Summary
static String ORIGIN_DEFAULT
           
static String ORIGIN_ORIGINAL
           
static String ORIGIN_OVERRIDING_CONFIG_BEAN
           
static String ORIGIN_RESOURCE_DEPLOYMENT_PLAN
           

 

Method Summary
abstract  Object getDefaultValue()
          Returns the default value for this property.
abstract  String getEffectiveValueName()
          Reports which of the values is the effective value.
abstract  Object getOriginalValue()
          Returns the original value of the property from the bean in the config tree corresponding to config.xml.
abstract  Object getOverridingConfigBeanValue()
          Returns the value from the corresponding overriding config bean (if one applies to the config bean passed to the getPropertyValues method.
abstract  Object getResourceDeploymentPlanValue()
          Returns the value from the containing partition's resource deployment plan.
abstract  boolean isOriginalValueAssigned()
          Returns whether the original value was actually set.
abstract  boolean isOverridingConfigBeanValueAssigned()
          Returns whether the overriding config bean value was actually set.
abstract  boolean isResourceDeploymentPlanValueAssigned()
           

 

Methods inherited from interface weblogic.management.configuration.SimplePropertyValueVBean
getEffectiveValue, getPropertyName

 

Field Detail

ORIGIN_DEFAULT

static final String ORIGIN_DEFAULT
See Also:
Constant Field Values

ORIGIN_ORIGINAL

static final String ORIGIN_ORIGINAL
See Also:
Constant Field Values

ORIGIN_OVERRIDING_CONFIG_BEAN

static final String ORIGIN_OVERRIDING_CONFIG_BEAN
See Also:
Constant Field Values

ORIGIN_RESOURCE_DEPLOYMENT_PLAN

static final String ORIGIN_RESOURCE_DEPLOYMENT_PLAN
See Also:
Constant Field Values

Method Detail

getDefaultValue

Object getDefaultValue()
Returns the default value for this property.
Returns:

getOriginalValue

Object getOriginalValue()
Returns the original value of the property from the bean in the config tree corresponding to config.xml. The value returned will be from either an actual child of a ResourceGroupMBean or from the delegate in the resource group template (if the resource group points to a resource group template).
Returns:

isOriginalValueAssigned

boolean isOriginalValueAssigned()
Returns whether the original value was actually set.
Returns:

getOverridingConfigBeanValue

Object getOverridingConfigBeanValue()
Returns the value from the corresponding overriding config bean (if one applies to the config bean passed to the getPropertyValues method.
Returns:

isOverridingConfigBeanValueAssigned

boolean isOverridingConfigBeanValueAssigned()
Returns whether the overriding config bean value was actually set.
Returns:

getResourceDeploymentPlanValue

Object getResourceDeploymentPlanValue()
Returns the value from the containing partition's resource deployment plan. The value will be non-null if all three of these conditions are true: 1. the config bean is within a partition 2. the partition specifies a resource deployment plan 3. the resource deployment plan affects this property Otherwise the method returns null.
Returns:

isResourceDeploymentPlanValueAssigned

boolean isResourceDeploymentPlanValueAssigned()
Returns:

getEffectiveValueName

String getEffectiveValueName()
Reports which of the values is the effective value.
Returns:

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09