com.xebialabs.deployit.plugin.wls.ci
Class WlsWorkManager
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsWorkManager
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="Work Manager that defines a set of request classes and thread constraints that manage work performed by WebLogic Server instances.")
public class WlsWorkManager
- extends com.xebialabs.deployit.BaseConfigurationItem
A Work Manager in a WLS domain.
Work Managers should be application specific, i.e. not shared between
multiple applications running in a domain.
- See Also:
WlsMaximumThreadsConstraint,
Serialized Form
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
| Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem |
equals, getLabel, hashCode, setLabel, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
@ConfigurationItemProperty(description="Name of the Work Manager",
required=true)
private java.lang.String name
maximumThreadsConstraint
@ConfigurationItemProperty
private WlsMaximumThreadsConstraint maximumThreadsConstraint
WlsWorkManager
public WlsWorkManager()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getMaximumThreadsConstraint
public WlsMaximumThreadsConstraint getMaximumThreadsConstraint()
setMaximumThreadsConstraint
public void setMaximumThreadsConstraint(WlsMaximumThreadsConstraint maximumThreadsConstraint)
Copyright © 2009. All Rights Reserved.