ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, TargetInfoMBean
, WebLogicMBean
AppDeploymentMBean
, CoherenceClusterSystemResourceMBean
, CustomResourceMBean
, DBClientDataDirectoryMBean
, JDBCSystemResourceMBean
, JMSSystemResourceMBean
, LibraryMBean
, SystemResourceMBean
, WLDFSystemResourceMBean
public interface BasicDeploymentMBean extends TargetInfoMBean
This bean represents a file or archive that is deployed to a set of targets in the domain.
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
SubDeploymentMBean |
createSubDeployment(java.lang.String name) |
Create a new subdeployment
|
void |
destroySubDeployment(SubDeploymentMBean subDeployment) |
Remove subDeployment
|
int |
getDeploymentOrder() |
An integer value that indicates when this unit
is deployed, relative to other deployable units on a server,
during startup.
|
java.lang.String |
getDeploymentPrincipalName() |
A string value that indicates the principal that should be used
when deploying the file or archive during startup and shutdown.
|
java.lang.String |
getSourcePath() |
The path to the source of the deployment unit on admin server.
|
SubDeploymentMBean[] |
getSubDeployments() |
Targeting for subcomponents that differs from targeting for the
component.
|
SubDeploymentMBean |
lookupSubDeployment(java.lang.String name) |
Look up a subdeployment
|
void |
setDeploymentOrder(int relativeOrder) |
|
void |
setDeploymentPrincipalName(java.lang.String principalName) |
|
void |
setSourcePath(java.lang.String path) |
Deprecated.
9.0.0.0 There is no replacement for this method.
|
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, getName, getTargets, removeTarget, setCompatibilityName, setModuleType, setName, setTargets
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
java.lang.String getSourcePath()
The path to the source of the deployment unit on admin server.
@Deprecated void setSourcePath(java.lang.String path)
SubDeploymentMBean[] getSubDeployments()
Targeting for subcomponents that differs from targeting for the component.
SubDeploymentMBean createSubDeployment(java.lang.String name)
Create a new subdeployment
name
- SubDeploymentMBean lookupSubDeployment(java.lang.String name)
Look up a subdeployment
name
- void destroySubDeployment(SubDeploymentMBean subDeployment)
Remove subDeployment
subDeployment
- int getDeploymentOrder()
An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.
Units with lower values are deployed before those with higher values.
void setDeploymentOrder(int relativeOrder)
getDeploymentOrder()
java.lang.String getDeploymentPrincipalName()
A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.
void setDeploymentPrincipalName(java.lang.String principalName)
getDeploymentPrincipalName()