Skip navigation links
A C D G I O P R S W 

A

addSession(Object, SessionInfo) - Method in class org.tentackle.app.WebApplication
Adds a mapping between a session and a user info.
ApplicationServlet - Class in org.tentackle.web
RMI HTTP-tunneling servlet.
ApplicationServlet() - Constructor for class org.tentackle.web.ApplicationServlet
 

C

configurePreferences() - Method in class org.tentackle.app.WebApplication
 
createDbPool() - Method in class org.tentackle.app.WebApplication
Creates the logical SessionPool.
createLogger() - Method in class org.tentackle.web.ApplicationServlet
Creates the logger for this servlet.
createSessionManager() - Method in class org.tentackle.app.WebApplication
Creates the connection cache for the client sessions.

D

doFinishStartup() - Method in class org.tentackle.app.WebApplication
Finishes the startup.
The default implementation starts the modification thread, unless "--nomodthread" given, creates the connection cache, the Db pool, and the DbServer instance.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.tentackle.web.ApplicationServlet
 
doLogin() - Method in class org.tentackle.app.WebApplication
Connects the server to the database backend.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.tentackle.web.ApplicationServlet
Execute the command given in the servlet request query string.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.tentackle.web.ApplicationServlet
 
doStop(int, Exception) - Method in class org.tentackle.app.WebApplication
Terminates the application server.
doStop(int) - Method in class org.tentackle.app.WebApplication
Terminates the application server.

G

getDb(Object) - Method in class org.tentackle.app.WebApplication
Gets a logical db connection by a session key.
getInstance(Class<? extends WebApplication>, Properties) - Static method in class org.tentackle.app.WebApplication
Gets the current web application instance or starts a new instance if not already running.
getServletInfo() - Method in class org.tentackle.web.ApplicationServlet
 
getSessionPool() - Method in class org.tentackle.app.WebApplication
 
getWebApplication() - Static method in class org.tentackle.app.WebApplication
Gets the current web application instance.

I

init(ServletConfig) - Method in class org.tentackle.web.ApplicationServlet
Initializes the servlet.
isServer() - Method in class org.tentackle.app.WebApplication
Returns whether the application is a server.

O

org.tentackle.app - package org.tentackle.app
Application lifecycle.
org.tentackle.web - package org.tentackle.web
Web application support.

P

putDb(Db) - Method in class org.tentackle.app.WebApplication
Release a logical db connection.

R

removeSession(Object) - Method in class org.tentackle.app.WebApplication
Removes a mapping between a session and a user info.

S

setSessionInfo(SessionInfo) - Method in class org.tentackle.app.WebApplication
start(Properties) - Method in class org.tentackle.app.WebApplication
Starts the application.
stop() - Method in class org.tentackle.app.WebApplication
Gracefully terminates the web application server.

W

WebApplication - Class in org.tentackle.app
Web AbstractApplication.
WebApplication(String) - Constructor for class org.tentackle.app.WebApplication
Creates an instance of a web application.
A C D G I O P R S W 
Skip navigation links

Copyright © 2016 Krake Softwaretechnik. All rights reserved.