public interface WorkManagerMBean
Modifier and Type | Method and Description |
---|---|
int |
getCapacity()
Gets the value of the capacity property.
|
int |
getFairshare()
Gets the value of the fairshare property.
|
int |
getMaxThreads()
Gets the value of the maxThreads property.
|
int |
getMinThreads()
Gets the value of the minThreads property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setCapacity(int value)
Sets the value of the capacity property.
|
void |
setFairshare(int value)
Sets the value of the fairshare property.
|
void |
setMaxThreads(int value)
Sets the value of the maxThreads property.
|
void |
setMinThreads(int value)
Sets the value of the minThreads property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
int getMinThreads()
void setMinThreads(int value)
int getMaxThreads()
void setMaxThreads(int value)
int getFairshare()
void setFairshare(int value)
int getCapacity()
void setCapacity(int value)