|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.csu.config.CiscoRouterConfigParser
com.foxsmart.csu.config.global.SchedulerAllocate
public class SchedulerAllocate
The Scheduler Allocate class represents the scheduler allocation configuration parameters.
| Field Summary | |
|---|---|
static int |
MAX_NETWORK_INTERRUPT_MICROSECS
Maximum network interrupt microseconds. |
static int |
MAX_RUNNING_PROCESS_MICROSECS
Maximum running process microseconds |
static int |
MIN_NETWORK_INTERRUPT_MICROSECS
Minimum network interrupt microseconds. |
static int |
MIN_RUNNING_PROCESS_MICROSECS
Minimum running process microseconds. |
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
SchedulerAllocate()
Constructs a Scheduler Allocate object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
|
java.lang.Integer |
getNetworkInterrupts()
Gets the network interrupt in microseconds. |
java.lang.Integer |
getRunningProcess()
Gets the running process in microseconds. |
void |
setNetworkInterrupts(java.lang.Integer networkInterrupts)
Sets the network interrupt in microseconds. |
void |
setRunningProcess(java.lang.Integer runningProcess)
Sets the running process in microseconds. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MIN_NETWORK_INTERRUPT_MICROSECS
public static final int MAX_NETWORK_INTERRUPT_MICROSECS
public static final int MIN_RUNNING_PROCESS_MICROSECS
public static final int MAX_RUNNING_PROCESS_MICROSECS
| Constructor Detail |
|---|
public SchedulerAllocate()
| Method Detail |
|---|
public java.lang.Integer getNetworkInterrupts()
public void setNetworkInterrupts(java.lang.Integer networkInterrupts)
networkInterrupts - The network interrupt in microseconds.public java.lang.Integer getRunningProcess()
public void setRunningProcess(java.lang.Integer runningProcess)
runningProcess - The running process in microseconds.
public void validate()
throws InvalidConfigurationException
InvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public java.lang.String generateIos()
throws InvalidConfigurationException
InvalidConfigurationException - if any of the parameters aren't set or contain invalid values.CiscoRouterConfigComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||