org.objectweb.speedo.mim.lib
Class SpeedoFetchPlan

java.lang.Object
  extended byorg.objectweb.speedo.mim.lib.SpeedoFetchPlan

public class SpeedoFetchPlan
extends java.lang.Object

Author:
Y.Bersihand

Constructor Summary
SpeedoFetchPlan()
           
SpeedoFetchPlan(java.lang.String fgName)
           
 
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
 

Constructor Detail

SpeedoFetchPlan

public SpeedoFetchPlan()

SpeedoFetchPlan

public SpeedoFetchPlan(java.lang.String fgName)
Method Detail

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()