AppDeploymentMBean
, BasicDeploymentMBean
, ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, TargetInfoMBean
, WebLogicMBean
public interface DBClientDataDirectoryMBean extends AppDeploymentMBean
DEFAULT_STAGE, EXTERNAL_STAGE, NO_STAGE, STAGE
DEFAULT_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, setValidateDDSecurityData
createSubDeployment, destroySubDeployment, getDeploymentOrder, getDeploymentPrincipalName, getSubDeployments, lookupSubDeployment, setDeploymentOrder, setDeploymentPrincipalName
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addTarget, getCompatibilityName, removeTarget, setCompatibilityName, setModuleType, setName, setTargets
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
java.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 AppDeploymentMBean
getName
in interface ConfigurationMBean
getName
in interface TargetInfoMBean
getName
in interface WebLogicMBean
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. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.
getTargets
in interface TargetInfoMBean
java.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 AppDeploymentMBean
getSourcePath()
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 AppDeploymentMBean
getSourcePath
in interface BasicDeploymentMBean
getInstallDir()
,
AppDeploymentMBean.getAbsoluteSourcePath()