org.objectweb.speedo.mim.lib
Class SpeedoFetchPlan
java.lang.Object
org.objectweb.speedo.mim.lib.SpeedoFetchPlan
- public class SpeedoFetchPlan
- extends java.lang.Object
- Author:
- Y.Bersihand
Method Summary |
FetchPlan |
addGroup(java.lang.String fetchGroupName)
Add a group into the fetch plan. |
int |
getFetchSize()
|
java.util.Collection |
getGroups()
|
FetchPlan |
removeGroup(java.lang.String fetchGroupName)
Remove a group from the fetch plan. |
FetchPlan |
resetGroups()
Clear the list of groups and activate the default fetchgroup. |
FetchPlan |
setFetchSize(int fetchSize)
|
FetchPlan |
setGroups(java.util.Collection fetchGroupNames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpeedoFetchPlan
public SpeedoFetchPlan()
SpeedoFetchPlan
public SpeedoFetchPlan(java.lang.String fgName)
addGroup
public FetchPlan addGroup(java.lang.String fetchGroupName)
- Add a group into the fetch plan.
removeGroup
public FetchPlan removeGroup(java.lang.String fetchGroupName)
- Remove a group from the fetch plan.
resetGroups
public FetchPlan resetGroups()
- Clear the list of groups and activate the default fetchgroup.
getGroups
public java.util.Collection getGroups()
setGroups
public FetchPlan setGroups(java.util.Collection fetchGroupNames)
setFetchSize
public FetchPlan setFetchSize(int fetchSize)
getFetchSize
public int getFetchSize()