com.xebialabs.deployit.plugin.wls.ci
Class WlsMaximumThreadsConstraint

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by 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 com.xebialabs.deployit.BaseConfigurationItem

A Maximum Thread constraint in a WLS domain. To be used in conjunction with a Work Manager.

See Also:
Serialized Form

Field Summary
private  java.lang.String name
           
private  java.lang.String notes
           
private  int threadCount
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WlsMaximumThreadsConstraint()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 int getThreadCount()
           
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String notes)
           
 void setThreadCount(int threadCount)
           
 
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
 

Field Detail

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
Constructor Detail

WlsMaximumThreadsConstraint

public WlsMaximumThreadsConstraint()
Method Detail

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 © 2009. All Rights Reserved.