|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.JobAgentSettingsData
public class JobAgentSettingsData
This class holds information about plugin settings for a particular job agent.
JobAgentSettings
,
Developer documentation: Plug-ins, jobs and job agentsField Summary | |
---|---|
private JobAgentData |
jobAgent
|
private Long |
maxMemory
|
private PluginDefinitionData |
pluginDefinition
|
private int |
priorityBoost
|
private Boolean |
trusted
|
Constructor Summary | |
---|---|
JobAgentSettingsData()
|
Method Summary | |
---|---|
JobAgentData |
getJobAgent()
The job agent these settings belong to. |
Long |
getMaxMemory()
The max amount of memory the plugin can use. |
PluginDefinitionData |
getPluginDefinition()
The plugin these settings are used for. |
int |
getPriorityBoost()
The priority boost for this plugin. |
Boolean |
isTrusted()
If the plugin should be trusted or not. |
void |
setJobAgent(JobAgentData jobAgent)
|
void |
setMaxMemory(Long maxMemory)
|
void |
setPluginDefinition(PluginDefinitionData pluginDefinition)
|
void |
setPriorityBoost(int priorityBoost)
|
void |
setTrusted(Boolean trusted)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private JobAgentData jobAgent
private PluginDefinitionData pluginDefinition
private Boolean trusted
private Long maxMemory
private int priorityBoost
Constructor Detail |
---|
public JobAgentSettingsData()
Method Detail |
---|
public JobAgentData getJobAgent()
public void setJobAgent(JobAgentData jobAgent)
public PluginDefinitionData getPluginDefinition()
public void setPluginDefinition(PluginDefinitionData pluginDefinition)
public Boolean isTrusted()
PluginDefinitionData.isTrusted()
public void setTrusted(Boolean trusted)
public Long getMaxMemory()
PluginDefinitionData.getMaxMemory()
public void setMaxMemory(Long maxMemory)
public int getPriorityBoost()
public void setPriorityBoost(int priorityBoost)
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |