AppDeploymentMBean, BasicDeploymentMBean, ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, TargetInfoMBean, WebLogicMBeanpublic interface DBClientDataDirectoryMBean extends AppDeploymentMBean
DEFAULT_STAGE, EXTERNAL_STAGE, NO_STAGE, STAGEDEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getInstallDir() |
The path to the DBClientData's install-root directory, relative to the
domain/config/dbclientdata directory, by default.
|
java.lang.String |
getName() |
The user-specified name of this MBean instance.
|
java.lang.String |
getSourcePath() |
The path to the source of the deployable unit on the Administration Server.
|
TargetMBean[] |
getTargets() |
You must select a target on which an MBean will be deployed from
this list of the targets in the current domain on which this item
can be deployed.
|
createPlan, createPlan, getAbsoluteAltDescriptorDir, getAbsoluteAltDescriptorPath, getAbsoluteInstallDir, getAbsolutePlanDir, getAbsolutePlanPath, getAbsoluteSourcePath, getAltDescriptorDir, getApplicationIdentifier, getApplicationName, getDeploymentPlan, getDeploymentPlanExternalDescriptors, getPlanDir, getPlanPath, getPlanStagingMode, getSecurityDDModel, getStagingMode, getVersionIdentifier, isCacheInAppDirectory, isValidateDDSecurityData, setValidateDDSecurityDatacreateSubDeployment, destroySubDeployment, getDeploymentOrder, getDeploymentPrincipalName, getSubDeployments, lookupSubDeployment, setDeploymentOrder, setDeploymentPrincipalNamefreezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddTarget, getCompatibilityName, removeTarget, setCompatibilityName, setModuleType, setName, setTargetsgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentjava.lang.String getName()
The user-specified name of this MBean instance.
This name is included as one of the key properties in the
MBean's javax.management.ObjectName:
Name=user-specified-name
getName in interface AppDeploymentMBeangetName in interface ConfigurationMBeangetName in interface TargetInfoMBeangetName in interface WebLogicMBeanTargetMBean[] getTargets()
You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.
getTargets in interface TargetInfoMBeanjava.lang.String getInstallDir()
The path to the DBClientData's install-root directory, relative to the domain/config/dbclientdata directory, by default.
When the installation directory is specified, SourcePath is derived from this path and need not be specified.
The default value for this is the name of the DBClientData deployment.
getInstallDir in interface AppDeploymentMBeangetSourcePath()java.lang.String getSourcePath()
The path to the source of the deployable unit on the Administration Server.
Rules:
If the source path is relative, it is resolved relative to InstallDir if
InstallDir is not null; otherwise, it is resolved relative to the domain/config/dbclientdata directory.
Use AbsoluteSourcePath to get a fully resolved value.
getSourcePath in interface AppDeploymentMBeangetSourcePath in interface BasicDeploymentMBeangetInstallDir(),
AppDeploymentMBean.getAbsoluteSourcePath()