A B C D E G H I J L M O P R S T U W 

A

actionPerformed(ActionEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
actionPerformed(ActionEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 

B

beginTransaction(ServletRequest) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Method to open a new transaction.

C

configure(String...) - Method in class org.nuiton.web.war.JettyLauncher
 
contextPath - Variable in class org.nuiton.web.war.JettyLauncher
Default context path.
count - Variable in class org.nuiton.web.jmx.RequestStatistics
 
count(long, long) - Method in class org.nuiton.web.jmx.RequestStatistics
Each time a request is processed, this method should be called.
createEntityManager(ServletRequest) - Method in class org.nuiton.web.filter.JpaTransactionFilter
Method to open a new entityManager.

D

DEFAULT_EXCLUDE_METHODS - Static variable in class org.nuiton.web.filter.JpaTransactionFilter
 
DEFAULT_EXCLUDE_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
DEFAULT_UNUSED_METHODS - Static variable in class org.nuiton.web.filter.JpaTransactionFilter
 
DEFAULT_UNUSED_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
destroy() - Method in class org.nuiton.web.filter.JpaTransactionFilter
 
destroy() - Method in class org.nuiton.web.filter.MonitoringFilter
Detach the MBean, print statistics.
destroy() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.filter.JpaTransactionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.filter.MonitoringFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 

E

elapsedSum - Variable in class org.nuiton.web.jmx.RequestStatistics
 
entityManager - Variable in class org.nuiton.web.filter.JpaTransactionFilter.JpaTransactionProxyInvocationHandler
Target to use for the proxy.
excludeMethods - Variable in class org.nuiton.web.filter.JpaTransactionFilter
names of methods to forbid access while using proxy.
excludeMethods - Variable in class org.nuiton.web.filter.TopiaTransactionFilter
names of methods to forbid access while using proxy.

G

getAverageElapsed() - Method in class org.nuiton.web.jmx.RequestStatistics
The average time observed
getCount() - Method in class org.nuiton.web.jmx.RequestStatistics
The number of time this Url was killed.
getElapsedSum() - Method in class org.nuiton.web.jmx.RequestStatistics
The total time passed to process all the request.
getExcludeMethods() - Method in class org.nuiton.web.filter.JpaTransactionFilter
 
getExcludeMethods() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
getHighestElapsed() - Method in class org.nuiton.web.jmx.RequestStatistics
The longest time observed (duration of the lowest request)
getLowestElapsed() - Method in class org.nuiton.web.jmx.RequestStatistics
The shortest time observed (duration of the fastest request)
getPerRequestStatistics() - Method in class org.nuiton.web.jmx.ServletStatisticsService
Implementation of the MBean contract.
getPerRequestStatistics() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
The statistics gathered while the application was in use.
getTransaction(ServletRequest) - Static method in class org.nuiton.web.filter.JpaTransactionFilter
 
getTransaction(ServletRequest) - Static method in class org.nuiton.web.filter.TopiaTransactionFilter
 
getUnusedMethods() - Method in class org.nuiton.web.filter.JpaTransactionFilter
 
getUnusedMethods() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 

H

highestElapsed - Variable in class org.nuiton.web.jmx.RequestStatistics
 

I

init(FilterConfig) - Method in class org.nuiton.web.filter.JpaTransactionFilter
 
init(FilterConfig) - Method in class org.nuiton.web.filter.MonitoringFilter
Attach the MBean.
init(FilterConfig) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
installSystemTray() - Method in class org.nuiton.web.war.JettyLauncher
Install system tray to stop server.
installSystemTray() - Method in class org.nuiton.web.war.WinstoneLauncher
Install system tray to stop server.
invoke(Object, Method, Object[]) - Method in class org.nuiton.web.filter.JpaTransactionFilter.JpaTransactionProxyInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 

J

JettyLauncher - Class in org.nuiton.web.war
War main class launcher (jetty based).
JettyLauncher() - Constructor for class org.nuiton.web.war.JettyLauncher
 
jettyServer - Variable in class org.nuiton.web.war.JettyLauncher
Jetty server instance.
JPA_TRANSACTION_REQUEST_ATTRIBUTE - Static variable in class org.nuiton.web.filter.JpaTransactionFilter
 
JpaTransactionFilter - Class in org.nuiton.web.filter
Purpose of this filter
JpaTransactionFilter() - Constructor for class org.nuiton.web.filter.JpaTransactionFilter
 
JpaTransactionFilter.JpaTransactionProxyInvocationHandler - Class in org.nuiton.web.filter
Handler of a proxy on a EntityManager.
JpaTransactionFilter.JpaTransactionProxyInvocationHandler(ServletRequest) - Constructor for class org.nuiton.web.filter.JpaTransactionFilter.JpaTransactionProxyInvocationHandler
 

L

lowestElapsed - Variable in class org.nuiton.web.jmx.RequestStatistics
 

M

main(String...) - Static method in class org.nuiton.web.war.JettyLauncher
Main method (used by war in manifest).
main(String[]) - Static method in class org.nuiton.web.war.WinstoneLauncher
Main method (used by war in manifest).
MonitoringFilter - Class in org.nuiton.web.filter
Monitoring filter is a simple non-intrusive servlet filter that collect statistics about page computing time per request URI.
MonitoringFilter() - Constructor for class org.nuiton.web.filter.MonitoringFilter
 
mouseClicked(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseClicked(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseEntered(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseEntered(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseExited(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseExited(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mousePressed(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mousePressed(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseReleased(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseReleased(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 

O

onCloseTransaction(EntityManager) - Method in class org.nuiton.web.filter.JpaTransactionFilter
Hook method to close the topia entityManager of the request at the end of the request when all filter has been consumed.
onCloseTransaction(TopiaPersistenceContext) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Hook method to close the topia transaction of the request at the end of the request when all filter has been consumed.
onExcludeMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.JpaTransactionFilter
Hook method called when a method with his name in JpaTransactionFilter.excludeMethods was invoked on the proxied entityManager.
onExcludeMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Hook method called when a method with his name in TopiaTransactionFilter.excludeMethods was invoked on the proxied transaction.
onUnusedMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.JpaTransactionFilter
Hook method called when a method with his name in JpaTransactionFilter.unusedMethods was invoked on the proxied entityManager while the underlying entityManager is still not opened.
onUnusedMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Hook method called when a method with his name in TopiaTransactionFilter.unusedMethods was invoked on the proxied transaction while the underlying transaction is still not opened.
openBrowser() - Method in class org.nuiton.web.war.JettyLauncher
Open browser.
openBrowser() - Method in class org.nuiton.web.war.WinstoneLauncher
Open browser.
org.nuiton.web.filter - package org.nuiton.web.filter
 
org.nuiton.web.jmx - package org.nuiton.web.jmx
 
org.nuiton.web.war - package org.nuiton.web.war
Embedded war launchers.

P

perRequestStatistics - Variable in class org.nuiton.web.jmx.ServletStatisticsService
 
port - Variable in class org.nuiton.web.war.JettyLauncher
Default port.
postFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.jmx.ServletStatisticsService
 
preFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.jmx.ServletStatisticsService
 

R

readAsString(InputStream) - Method in class org.nuiton.web.war.JettyLauncher
Read input stream as string.
readAsString(InputStream) - Method in class org.nuiton.web.war.WinstoneLauncher
Read input stream as string.
readInformation() - Method in class org.nuiton.web.war.JettyLauncher
Parse WEB-INF/web.xml file and get server display name.
readInformation() - Method in class org.nuiton.web.war.WinstoneLauncher
Parse WEB-INF/web.xml file and get server display name.
request - Variable in class org.nuiton.web.filter.JpaTransactionFilter.JpaTransactionProxyInvocationHandler
Incoming request that creates this handler.
request - Variable in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
Incoming request that creates this handler.
requestAttributeName - Variable in class org.nuiton.web.filter.JpaTransactionFilter
Name of the request attribute where to push the entityManager.
requestAttributeName - Variable in class org.nuiton.web.filter.TopiaTransactionFilter
Name of the request attribute where to push the transaction.
requestStartTime - Variable in class org.nuiton.web.jmx.ServletStatisticsService
 
RequestStatistics - Class in org.nuiton.web.jmx
This pojo gather statistics for a given (not stored) request.
RequestStatistics() - Constructor for class org.nuiton.web.jmx.RequestStatistics
 
reset() - Method in class org.nuiton.web.jmx.ServletStatisticsService
Implementation of the MBean contract.
reset() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
Reset statistics for all request.

S

serverName - Variable in class org.nuiton.web.war.JettyLauncher
Server name.
serverName - Variable in class org.nuiton.web.war.WinstoneLauncher
Server name.
serverUri - Variable in class org.nuiton.web.war.JettyLauncher
Server URI.
serverUri - Variable in class org.nuiton.web.war.WinstoneLauncher
Server URI.
servletStatisticsMBeanName - Variable in class org.nuiton.web.filter.MonitoringFilter
The objectName where the MBean will be registered.
servletStatisticsService - Variable in class org.nuiton.web.filter.MonitoringFilter
The service used to record statistics before and after filter is called.
ServletStatisticsService - Class in org.nuiton.web.jmx
ServletStatisticsService() - Constructor for class org.nuiton.web.jmx.ServletStatisticsService
 
ServletStatisticsServiceMBean - Interface in org.nuiton.web.jmx
Contract exposed to JMX exposing statistics gathered while the application was used.
setRequestAttributeName(String) - Method in class org.nuiton.web.filter.JpaTransactionFilter
setRequestAttributeName(String) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
startServer() - Method in class org.nuiton.web.war.JettyLauncher
Launch servlet container.
startServer(String[]) - Method in class org.nuiton.web.war.WinstoneLauncher
Launch servlet container.
stopServer() - Method in class org.nuiton.web.war.JettyLauncher
Shutdown server.
stopServer() - Method in class org.nuiton.web.war.WinstoneLauncher
Shutdown server.

T

toCsv() - Method in class org.nuiton.web.jmx.ServletStatisticsService
Implementation of the MBean contract.
toCsv() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
Get the statistics under the form of a CSV file suitable for post-processing and use in a spreadsheet.
TOPIA_TRANSACTION_REQUEST_ATTRIBUTE - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
TopiaTransactionFilter - Class in org.nuiton.web.filter
Purpose of this filter
TopiaTransactionFilter() - Constructor for class org.nuiton.web.filter.TopiaTransactionFilter
 
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler - Class in org.nuiton.web.filter
Handler of a proxy on a TopiaPersistenceContext.
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler(ServletRequest) - Constructor for class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 
toString() - Method in class org.nuiton.web.jmx.RequestStatistics
 
transaction - Variable in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
Target to use for the proxy.

U

unusedMethods - Variable in class org.nuiton.web.filter.JpaTransactionFilter
names of methods to by-pass if no entityManager opened on proxy.
unusedMethods - Variable in class org.nuiton.web.filter.TopiaTransactionFilter
names of methods to by-pass if no transaction opened on proxy.

W

winstone - Variable in class org.nuiton.web.war.WinstoneLauncher
Winstone server instance.
WinstoneLauncher - Class in org.nuiton.web.war
War main class launcher (winstone based).
WinstoneLauncher() - Constructor for class org.nuiton.web.war.WinstoneLauncher
 
A B C D E G H I J L M O P R S T U W 

Copyright © 2011–2013 CodeLutin. All rights reserved.