fipaos.agent.profile
Class TaskManagerProfileImpl

java.lang.Object
  |
  +--fipaos.agent.profile.ProfileImpl
        |
        +--fipaos.agent.profile.TaskManagerProfileImpl
All Implemented Interfaces:
Profile, TaskManagerProfile

public class TaskManagerProfileImpl
extends ProfileImpl
implements TaskManagerProfile


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

TaskManagerProfileImpl

public TaskManagerProfileImpl()
Method Detail

setUseGlobalThreads

public void setUseGlobalThreads(boolean useGlobalThreads)
Specified by:
setUseGlobalThreads in interface TaskManagerProfile

getUseGlobalThreads

public boolean getUseGlobalThreads()
Specified by:
getUseGlobalThreads in interface TaskManagerProfile

setLocalThreads

public void setLocalThreads(int localThreads)
Specified by:
setLocalThreads in interface TaskManagerProfile

getLocalThreads

public int getLocalThreads()
Specified by:
getLocalThreads in interface TaskManagerProfile