|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.profile.ProfileImpl | +--fipaos.agent.profile.TaskManagerProfileImpl
Constructor Summary | |
TaskManagerProfileImpl()
|
Method Summary | |
int |
getLocalThreads()
|
boolean |
getUseGlobalThreads()
|
void |
setLocalThreads(int localThreads)
|
void |
setUseGlobalThreads(boolean useGlobalThreads)
|
Methods inherited from class fipaos.agent.profile.ProfileImpl |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fipaos.agent.profile.Profile |
getName, setName |
Constructor Detail |
public TaskManagerProfileImpl()
Method Detail |
public void setUseGlobalThreads(boolean useGlobalThreads)
setUseGlobalThreads
in interface TaskManagerProfile
public boolean getUseGlobalThreads()
getUseGlobalThreads
in interface TaskManagerProfile
public void setLocalThreads(int localThreads)
setLocalThreads
in interface TaskManagerProfile
public int getLocalThreads()
getLocalThreads
in interface TaskManagerProfile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |