org.whatsitcalled.webflange.webapp.model
Class LoadTestDataProvider

java.lang.Object
  extended by org.whatsitcalled.webflange.webapp.model.LoadTestDataProvider
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider, org.apache.wicket.model.IDetachable

public class LoadTestDataProvider
extends java.lang.Object
implements org.apache.wicket.markup.repeater.data.IDataProvider

See Also:
Serialized Form

Constructor Summary
LoadTestDataProvider()
           
 
Method Summary
 void detach()
           
protected  LoadTestDAO getDAO()
           
 java.util.Iterator iterator(int first, int count)
           
 org.apache.wicket.model.IModel model(java.lang.Object object)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTestDataProvider

public LoadTestDataProvider()
Method Detail

getDAO

protected LoadTestDAO getDAO()

iterator

public java.util.Iterator iterator(int first,
                                   int count)
Specified by:
iterator in interface org.apache.wicket.markup.repeater.data.IDataProvider

model

public org.apache.wicket.model.IModel model(java.lang.Object object)
Specified by:
model in interface org.apache.wicket.markup.repeater.data.IDataProvider

size

public int size()
Specified by:
size in interface org.apache.wicket.markup.repeater.data.IDataProvider

detach

public void detach()
Specified by:
detach in interface org.apache.wicket.model.IDetachable


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.