|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.dsp.management.beans.ThreadConfig
public final class ThreadConfig
configuration for the number of threads to be used at the dataspace level.
Method Summary | |
---|---|
int |
getCapacityPerQuery()
Returns the max number of threads to used per query. |
int |
getConcurrentExecutionLimit()
|
void |
setCapacityPerQuery(int capacityPerQuery)
|
void |
setConcurrentExecutionLimit(int executionLimit)
|
java.lang.String |
toString()
|
void |
validate()
Validates bean specific attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getCapacityPerQuery()
public void setCapacityPerQuery(int capacityPerQuery) throws ValidationException
ValidationException
public int getConcurrentExecutionLimit()
public void setConcurrentExecutionLimit(int executionLimit) throws ValidationException
ValidationException
public void validate() throws ValidationException
Validatable
validate
in interface Validatable
ValidationException
- if the validation fails.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |