ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
AppDeploymentMBean
, BasicDeploymentMBean
, CoherenceCacheConfigMBean
, CoherenceClusterSystemResourceMBean
, CustomResourceMBean
, DBClientDataDirectoryMBean
, JDBCSystemResourceMBean
, JMSSystemResourceMBean
, LibraryMBean
, SingletonServiceAppScopedMBean
, SubDeploymentMBean
, SystemResourceMBean
, WLDFSystemResourceMBean
public interface TargetInfoMBean extends ConfigurationMBean
BasicDeploymentMBean
.DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
void |
addTarget(TargetMBean target) |
You can add a target to specify additional servers on which the
deployment can be deployed.
|
java.lang.String |
getCompatibilityName() |
This is only set for beans created as a result of conversion from an
8.1 application configured using ApplicationMBean and ComponentMBean.
|
java.lang.String |
getName() |
Unique identifier for this bean instance.
|
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.
|
void |
removeTarget(TargetMBean target) |
Removes the value of the Target attribute.
|
void |
setCompatibilityName(java.lang.String name) |
|
void |
setModuleType(java.lang.String moduleType) |
|
void |
setName(java.lang.String name) |
Sets the value of the Name attribute.
|
void |
setTargets(TargetMBean[] targets) |
Sets the value of the Targets attribute.
|
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
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
void setName(java.lang.String name) throws javax.management.InvalidAttributeValueException, ManagementException
Sets the value of the Name attribute.
setName
in interface ConfigurationMBean
setName
in interface WebLogicMBean
javax.management.InvalidAttributeValueException
ManagementException
java.lang.String getName()
getName
in interface ConfigurationMBean
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.
void setTargets(TargetMBean[] targets) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the Targets attribute.
targets
- The new targets valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getTargets()
void addTarget(TargetMBean target) throws javax.management.InvalidAttributeValueException, DistributedManagementException
You can add a target to specify additional servers on which the deployment can be deployed. The targets must be either clusters or servers.
target
- The feature to be added to the Target attributejavax.management.InvalidAttributeValueException
DistributedManagementException
void removeTarget(TargetMBean target) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Removes the value of the Target attribute.
target
- The target to removejavax.management.InvalidAttributeValueException
DistributedManagementException
addTarget(weblogic.management.configuration.TargetMBean)
void setModuleType(java.lang.String moduleType)
java.lang.String getCompatibilityName()
This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean.
Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility.void setCompatibilityName(java.lang.String name)