Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.multiServer: Javadoc index of package com.lutris.multiServer.


Package Samples:

com.lutris.multiServer

Classes:

MultiServer: A stand-alone server. It starts and stops services like the ServletContainer. At startup time a configuration file is read, and it describes what services to start. After this config file is read, and the server is set up, no further action is taken by the server. The thread that ran through main() exits. The Services must create threads, and they are responsible for receiving requests from the outside world and processing them. Normally one of the Servlets will be an administration application. This admin app knows about this class, and so it knows how to talk to the current ConnectionMethods ...
ActKeyValidation: This interface is provided so that some sort of key checking or validation on the right-to-run of a servlet is performed. Note that this isn't the most secure implementation of this schema; as the wily hacker who is trying to circumvent checking can just compile up their own version of whatever calls instantiations of this interface and put it before the original one in the classpath. This class can also be used as an initializer for a check or a set of checks that will be called in the performance of an application to see what level of survice the runner of the application has subscribed to. For ...
ActKeyValidationException: This is the Exception that will be thrown if the given validation code does not accept the right-to-run of the currently running servlet.
Service: This interface is a temporary placeholder until we design a real service interface based on J2EE or XS or something else.

Home | Contact Us | Privacy Policy | Terms of Service