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
 

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
 
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
 
getCount() - Method in class org.nuiton.web.jmx.RequestStatistics
 
getElapsedSum() - Method in class org.nuiton.web.jmx.RequestStatistics
 
getExcludeMethods() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
getHighestElapsed() - Method in class org.nuiton.web.jmx.RequestStatistics
 
getLowestElapsed() - Method in class org.nuiton.web.jmx.RequestStatistics
 
getPerRequestStatistics() - Method in class org.nuiton.web.jmx.ServletStatisticsService
 
getPerRequestStatistics() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
 
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
 
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
 
RequestStatistics() - Constructor for class org.nuiton.web.jmx.RequestStatistics
 
reset() - Method in class org.nuiton.web.jmx.ServletStatisticsService
 
reset() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
 

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
 
servletStatisticsService - Variable in class org.nuiton.web.filter.MonitoringFilter
 
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
 
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
 
toCsv() - Method in interface org.nuiton.web.jmx.ServletStatisticsServiceMBean
 
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.