com.xebialabs.deployit.plugin.wls.ci
Class WlsMaximumThreadsConstraint
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsResource
com.xebialabs.deployit.plugin.wls.ci.WlsMaximumThreadsConstraint
- 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 WlsMaximumThreadsConstraint
- extends WlsResource
A Maximum Thread constraint in a WLS domain. To be used
in conjunction with a Work Manager.
- See Also:
- 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
threadCount
@ConfigurationItemProperty(required=true)
private int threadCount
notes
@ConfigurationItemProperty
private java.lang.String notes
WlsMaximumThreadsConstraint
public WlsMaximumThreadsConstraint()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getThreadCount
public int getThreadCount()
setThreadCount
public void setThreadCount(int threadCount)
getNotes
public java.lang.String getNotes()
setNotes
public void setNotes(java.lang.String notes)
Copyright © 2010. All Rights Reserved.