ConfigurationMBean, DeploymentMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanWebAppComponentMBean, WebServiceComponentMBeanpublic interface WebDeploymentMBean extends DeploymentMBean
A Web Deployment is any MBean that may be deployed on one or more target or WebServers. Deployments of this type get deployed on web servers. Any target specified through the "Targets" attribute of the deployment are deployed on the default web server of that deployment. Targets specified through the "WebServers" attribute of the deployment are specified in the targeted Web Server.
DEFAULT_EMPTY_BYTE_ARRAYDEFAULT_ORDER, MAX_ORDER, MIN_ORDER| Modifier and Type | Method | Description |
|---|---|---|
boolean |
addVirtualHost(VirtualHostMBean target) |
Used to add a virtual host to the list of virtual hosts to which
deployments may be targeted.
|
boolean |
addWebServer(WebServerMBean target) |
Deprecated.
7.0.0.0 This attribute is being replaced by VirtualHosts attribute
|
VirtualHostMBean[] |
getVirtualHosts() |
Provides a means to target your deployments to specific virtual
hosts.
|
WebServerMBean[] |
getWebServers() |
Deprecated.
7.0.0.0 This attribute is being replaced by VirtualHosts attribute.
|
boolean |
removeVirtualHost(VirtualHostMBean target) |
Used to remove a virtual host from the list of virtual hosts to
which deployments may be targeted.
|
boolean |
removeWebServer(WebServerMBean target) |
Deprecated.
7.0.0.0 This attribute is being replaced by VirtualHosts attribute
|
void |
setDeployedVirtualHosts(VirtualHostMBean[] targets) |
|
void |
setVirtualHosts(VirtualHostMBean[] WebServers) |
Sets the value of the getVirtualHosts attribute
|
void |
setWebServers(WebServerMBean[] WebServers) |
Deprecated.
7.0.0.0 This attribute is being replaced by VirtualHosts attribute
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargetsaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent@Deprecated WebServerMBean[] getWebServers()
Returns a list of the targets on which this deployment is deployed.
@Deprecated void setWebServers(WebServerMBean[] WebServers) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Set the value of the getWebServers attribute.
WebServers - The new webServers valuejavax.management.InvalidAttributeValueExceptionDistributedManagementExceptiongetWebServers()@Deprecated boolean addWebServer(WebServerMBean target) throws javax.management.InvalidAttributeValueException, DistributedManagementException
This adds a target to the list of web servers to which a deployment may be targeted.
target - The feature to be added to the WebServer attributejavax.management.InvalidAttributeValueExceptionDistributedManagementException@Deprecated boolean removeWebServer(WebServerMBean target) throws DistributedManagementException
This removes a target from the list of web servers which may be targeted for deployments.
target - DistributedManagementExceptionVirtualHostMBean[] getVirtualHosts()
Provides a means to target your deployments to specific virtual hosts.
void setVirtualHosts(VirtualHostMBean[] WebServers) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the getVirtualHosts attribute
WebServers - The new virtualHosts valuejavax.management.InvalidAttributeValueExceptionDistributedManagementExceptiongetVirtualHosts()boolean addVirtualHost(VirtualHostMBean target) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Used to add a virtual host to the list of virtual hosts to which deployments may be targeted.
target - The feature to be added to the VirtualHost attributejavax.management.InvalidAttributeValueExceptionDistributedManagementExceptionboolean removeVirtualHost(VirtualHostMBean target) throws DistributedManagementException
Used to remove a virtual host from the list of virtual hosts to which deployments may be targeted.
target - DistributedManagementExceptionvoid setDeployedVirtualHosts(VirtualHostMBean[] targets)