A C D E F G H I L M O P R S T U

A

AbstractCommand - Class in org.apache.wicket.threadtest.tester
TODO javadoc
AbstractCommand(List<String>, int) - Constructor for class org.apache.wicket.threadtest.tester.AbstractCommand
Construct.
AbstractGetCommand - Class in org.apache.wicket.threadtest.tester
TODO javadoc
AbstractGetCommand(List<String>, int) - Constructor for class org.apache.wicket.threadtest.tester.AbstractGetCommand
Construct.
add(Contact) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
 
App1Test1 - Class in org.apache.wicket.threadtest
 
App1Test1() - Constructor for class org.apache.wicket.threadtest.App1Test1
 
App1Test2 - Class in org.apache.wicket.threadtest
 
App1Test2() - Constructor for class org.apache.wicket.threadtest.App1Test2
 
App1Test3 - Class in org.apache.wicket.threadtest
 
App1Test3() - Constructor for class org.apache.wicket.threadtest.App1Test3
 
App2Test1 - Class in org.apache.wicket.threadtest
 
App2Test1() - Constructor for class org.apache.wicket.threadtest.App2Test1
 

C

Command - Interface in org.apache.wicket.threadtest.tester
Command interface.
CommandRunner - Class in org.apache.wicket.threadtest.tester
Runs a command.
CommandRunner(List<Command>, HttpClient, CommandRunner.CommandRunnerObserver) - Constructor for class org.apache.wicket.threadtest.tester.CommandRunner
Construct.
CommandRunner.CommandRunnerObserver - Interface in org.apache.wicket.threadtest.tester
TODO javadoc
Connection - Class in org.apache.wicket.threadtest.apps.app2
 
Connection(String) - Constructor for class org.apache.wicket.threadtest.apps.app2.Connection
Construct.
Contact - Class in org.apache.wicket.threadtest.apps.app1
domain object for demonstrations.
Contact() - Constructor for class org.apache.wicket.threadtest.apps.app1.Contact
Constructor
Contact(String, String) - Constructor for class org.apache.wicket.threadtest.apps.app1.Contact
Constructor
ContactDataProvider - Class in org.apache.wicket.threadtest.apps.app1
Implementation of IDataProvider that retrieves contacts from the contact database.
ContactDataProvider() - Constructor for class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
 
ContactGenerator - Class in org.apache.wicket.threadtest.apps.app1
generates random contacts
ContactsDatabase - Class in org.apache.wicket.threadtest.apps.app1
simple database for contacts
ContactsDatabase(int) - Constructor for class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
Constructor

D

DatabaseLocator - Class in org.apache.wicket.threadtest.apps.app1
service locator class for contacts database
DatabaseLocator() - Constructor for class org.apache.wicket.threadtest.apps.app1.DatabaseLocator
 
delete(Contact) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
delete contact from the database
destroy() - Method in class org.apache.wicket.threadtest.apps.app2.TestFilter
 
detach() - Method in class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
 
DetachableContactModel - Class in org.apache.wicket.threadtest.apps.app1
detachable model for an instance of contact
DetachableContactModel(Contact) - Constructor for class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
 
DetachableContactModel(long) - Constructor for class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.wicket.threadtest.apps.app2.TestFilter
 
doGet(HttpClient, String) - Method in class org.apache.wicket.threadtest.tester.AbstractGetCommand
Execute a GET request using the provided url.
doGet(HttpClient, String) - Method in class org.apache.wicket.threadtest.tester.SimpleGetCommand
 

E

equals(Object) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
equals(Object) - Method in class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
used for dataview with ReuseIfModelsEqualStrategy item reuse strategy
equals(Object) - Method in class org.apache.wicket.threadtest.apps.app2.Connection
 
execute(CommandRunner) - Method in class org.apache.wicket.threadtest.tester.AbstractGetCommand
 
execute(CommandRunner) - Method in interface org.apache.wicket.threadtest.tester.Command
Execute one iteration.

F

find(int, int, String, boolean) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
select contacts and apply sort
FormInputModel - Class in org.apache.wicket.threadtest.apps.app1
Simple model object for FormInput example.
FormInputModel() - Constructor for class org.apache.wicket.threadtest.apps.app1.FormInputModel
Construct.
FormInputModel.Line - Class in org.apache.wicket.threadtest.apps.app1
Represents a line of text.
FormInputModel.Line(String) - Constructor for class org.apache.wicket.threadtest.apps.app1.FormInputModel.Line
Construct.

G

generate() - Method in class org.apache.wicket.threadtest.apps.app1.ContactGenerator
generates a new contact
generate(Collection<Contact>, int) - Method in class org.apache.wicket.threadtest.apps.app1.ContactGenerator
generats count number contacts and puts them into collection collection
generateId() - Method in class org.apache.wicket.threadtest.apps.app1.ContactGenerator
 
get(long) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
find contact by id
get() - Static method in class org.apache.wicket.threadtest.apps.app1.TestApp1
 
get() - Static method in class org.apache.wicket.threadtest.apps.app2.TestApp2
 
getBooleanProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets the booleanProperty.
getCellPhone() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
getClient() - Method in class org.apache.wicket.threadtest.tester.CommandRunner
Gets the HTTP client.
getConnection() - Static method in class org.apache.wicket.threadtest.apps.app2.Pool
 
getContactsDB() - Method in class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
 
getContactsDB() - Method in class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
 
getContactsDB() - Method in class org.apache.wicket.threadtest.apps.app1.TestApp1
Gets contactsDB.
getCount() - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
 
getData() - Method in class org.apache.wicket.threadtest.apps.app2.Connection
 
getDatabase() - Static method in class org.apache.wicket.threadtest.apps.app1.DatabaseLocator
 
getDateProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets dateProperty.
getDoubleProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets doubleProperty.
getFirstName() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
getHomePage() - Method in class org.apache.wicket.threadtest.apps.app1.TestApp1
 
getHomePage() - Method in class org.apache.wicket.threadtest.apps.app2.TestApp2
 
getHomePhone() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
getHost() - Method in class org.apache.wicket.threadtest.tester.Tester
Gets host.
getId() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
getId() - Method in class org.apache.wicket.threadtest.apps.app2.Connection
Gets id.
getIndex(String, boolean) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
 
getInstance() - Static method in class org.apache.wicket.threadtest.apps.app1.ContactGenerator
 
getInstance() - Static method in class org.apache.wicket.threadtest.apps.app2.Pool
 
getIntegerInRangeProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets integerInRangeProperty.
getIntegerProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets integerProperty.
getIterations() - Method in class org.apache.wicket.threadtest.tester.AbstractCommand
Gets iterations.
getLastName() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
getLines() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets lines.
getNumber() - Method in class org.apache.wicket.threadtest.apps.app1.UsPhoneNumber
Gets text.
getNumberRadioChoice() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets the favoriteColor.
getNumbersCheckGroup() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
 
getNumbersGroup() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
 
getPhoneNumberUS() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
 
getPort() - Method in class org.apache.wicket.threadtest.tester.Tester
Gets port.
getPrintResponse() - Method in class org.apache.wicket.threadtest.tester.SimpleGetCommand
Gets printResponse.
getSelectedContactLabel() - Method in class org.apache.wicket.threadtest.apps.app1.Home
 
getSiteSelection() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets the selectedSites.
getStringProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets stringProperty.
getText() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel.Line
Gets text.
getUrlProperty() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Gets the urlProperty.
getUrls() - Method in class org.apache.wicket.threadtest.tester.AbstractCommand
Gets urls.

H

hashCode() - Method in class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
 
hashCode() - Method in class org.apache.wicket.threadtest.apps.app2.Connection
 
Home - Class in org.apache.wicket.threadtest.apps.app1
 
Home() - Constructor for class org.apache.wicket.threadtest.apps.app1.Home
Construct.
Home - Class in org.apache.wicket.threadtest.apps.app2
 
Home() - Constructor for class org.apache.wicket.threadtest.apps.app2.Home
Construct.

I

IMAGES_PER_PAGE - Static variable in class org.apache.wicket.threadtest.apps.app1.ResourceTestPage
Defines the number of images per page
init() - Method in class org.apache.wicket.threadtest.apps.app1.TestApp1
 
init() - Method in class org.apache.wicket.threadtest.apps.app2.TestApp2
 
init(FilterConfig) - Method in class org.apache.wicket.threadtest.apps.app2.TestFilter
 
iterator(int, int) - Method in class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
retrieves contacts from database starting with index first and ending with first+count

L

load() - Method in class org.apache.wicket.threadtest.apps.app1.DetachableContactModel
 

M

main(String[]) - Static method in class org.apache.wicket.threadtest.App1Test1
 
main(String[]) - Static method in class org.apache.wicket.threadtest.App1Test2
 
main(String[]) - Static method in class org.apache.wicket.threadtest.App1Test3
 
main(String[]) - Static method in class org.apache.wicket.threadtest.App2Test1
 
main(String[]) - Static method in class org.apache.wicket.threadtest.tester.Tester
Main method for just starting the server
model(Contact) - Method in class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
wraps retrieved contact pojo with a wicket model

O

onDone(CommandRunner) - Method in interface org.apache.wicket.threadtest.tester.CommandRunner.CommandRunnerObserver
 
onDone(CommandRunner) - Method in class org.apache.wicket.threadtest.tester.Tester
 
onError(CommandRunner, Exception) - Method in interface org.apache.wicket.threadtest.tester.CommandRunner.CommandRunnerObserver
 
onError(CommandRunner, Exception) - Method in class org.apache.wicket.threadtest.tester.Tester
 
org.apache.wicket.threadtest - package org.apache.wicket.threadtest
 
org.apache.wicket.threadtest.apps.app1 - package org.apache.wicket.threadtest.apps.app1
 
org.apache.wicket.threadtest.apps.app2 - package org.apache.wicket.threadtest.apps.app2
 
org.apache.wicket.threadtest.tester - package org.apache.wicket.threadtest.tester
 

P

Pool - Class in org.apache.wicket.threadtest.apps.app2
Test pool.

R

release() - Static method in class org.apache.wicket.threadtest.apps.app2.Pool
Releases the pool
ResourceTestPage - Class in org.apache.wicket.threadtest.apps.app1
Web page with 50 dynamically-created image resources.
ResourceTestPage() - Constructor for class org.apache.wicket.threadtest.apps.app1.ResourceTestPage
Construct.
run() - Method in class org.apache.wicket.threadtest.tester.CommandRunner
 
run() - Method in class org.apache.wicket.threadtest.tester.Tester
Runs the test.

S

save(Contact) - Method in class org.apache.wicket.threadtest.apps.app1.ContactsDatabase
add contact to the database
setBooleanProperty(Boolean) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets the booleanProperty.
setCellPhone(String) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
setDateProperty(Date) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets dateProperty.
setDoubleProperty(Double) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets doubleProperty.
setFirstName(String) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
setHomePhone(String) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
setHost(String) - Method in class org.apache.wicket.threadtest.tester.Tester
Sets host.
setId(long) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
setIntegerInRangeProperty(Integer) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets integerInRangeProperty.
setIntegerProperty(Integer) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets integerProperty.
setLastName(String) - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
setLines(List<FormInputModel.Line>) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets lines.
setLocale(Locale) - Method in class org.apache.wicket.threadtest.apps.app1.Home
Sets locale for the user's session (getLocale() is inherited from Component)
setNumber(String) - Method in class org.apache.wicket.threadtest.apps.app1.UsPhoneNumber
Sets text.
setNumberRadioChoice(String) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets the favoriteColor.
setNumbersGroup(String) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets the number.
setPhoneNumberUS(UsPhoneNumber) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
 
setPort(int) - Method in class org.apache.wicket.threadtest.tester.Tester
Sets port.
setPrintResponse(boolean) - Method in class org.apache.wicket.threadtest.tester.SimpleGetCommand
Sets printResponse.
setSiteSelection(Set<String>) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets the selectedSites.
setStringProperty(String) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets stringProperty.
setText(String) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel.Line
Sets text.
setUrlProperty(URL) - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
Sets the urlProperty.
SimpleGetCommand - Class in org.apache.wicket.threadtest.tester
TODO javadoc
SimpleGetCommand(List<String>, int) - Constructor for class org.apache.wicket.threadtest.tester.SimpleGetCommand
Construct.
SimpleGetCommand(String, int) - Constructor for class org.apache.wicket.threadtest.tester.SimpleGetCommand
Construct.
size() - Method in class org.apache.wicket.threadtest.apps.app1.ContactDataProvider
returns total number of contacts in the database

T

TestApp1 - Class in org.apache.wicket.threadtest.apps.app1
Test application
TestApp1() - Constructor for class org.apache.wicket.threadtest.apps.app1.TestApp1
Construct.
TestApp2 - Class in org.apache.wicket.threadtest.apps.app2
Test application
TestApp2() - Constructor for class org.apache.wicket.threadtest.apps.app2.TestApp2
Construct.
Tester - Class in org.apache.wicket.threadtest.tester
 
Tester(Command, int, boolean) - Constructor for class org.apache.wicket.threadtest.tester.Tester
Construct.
Tester(List<Command>, int, boolean) - Constructor for class org.apache.wicket.threadtest.tester.Tester
Construct.
TestFilter - Class in org.apache.wicket.threadtest.apps.app2
Test filter
TestFilter() - Constructor for class org.apache.wicket.threadtest.apps.app2.TestFilter
 
toString() - Method in class org.apache.wicket.threadtest.apps.app1.Contact
 
toString() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel.Line
 
toString() - Method in class org.apache.wicket.threadtest.apps.app1.FormInputModel
 
toString() - Method in class org.apache.wicket.threadtest.apps.app1.UsPhoneNumber
 
toString() - Method in class org.apache.wicket.threadtest.apps.app2.Connection
 

U

UsPhoneNumber - Class in org.apache.wicket.threadtest.apps.app1
Represents a US phone number.
UsPhoneNumber(String) - Constructor for class org.apache.wicket.threadtest.apps.app1.UsPhoneNumber
Construct.

A C D E F G H I L M O P R S T U

Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.