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() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Method to open a new transaction.

C

closeTransaction() - Method in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 
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.

D

DEFAULT_EXCLUDE_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
DEFAULT_UNUSED_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
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.MonitoringFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 

E

elapsedSum - Variable in class org.nuiton.web.jmx.RequestStatistics
 
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.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.TopiaTransactionFilter
 
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.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.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.

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

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.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.
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
Implementation of ServletStatisticsServiceMBean.
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.
startServer(String[]) - 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 This filter purpose is to inject in the request a transaction from TopiaContext and deal with the complete lifecycle of a topia transaction while a request.
TopiaTransactionFilter() - Constructor for class org.nuiton.web.filter.TopiaTransactionFilter
 
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler - Class in org.nuiton.web.filter
Handler of a proxy on a TopiaContext.
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler() - 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.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 CodeLutin. All Rights Reserved.