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

Quick Search    Search Deep

org.ematgine.threads.admin: Javadoc index of package org.ematgine.threads.admin.


Package Samples:

org.ematgine.threads.admin

Classes:

S11_socket_access: This class is used to treat socket requests from the servlet or an eMATgine client. It listens to the following socket: 7766 PDU_request sent throught the socket can be encoded or not. It is composed a two main threads: First one is waiting for new socket connection Second one is waiting for PDU_request received from the eMATgine server (not the servlet or an eMATgine client). At each user connection, one thread is created: to handle PDU_request arrival from the servlet S10_HTTP_Access or an eMATgine client. to handle PDU_request response from the eMATgine server to the servlet or the eMATgine ...
S10_HTTP_Access: This class is used to treat http user requests. It is a servlet which is connected to eMATgine server throught a socket. This socket connection is secured or not thanks to ElGamal cryptix encoding. This servlet is called by the user entering in its Web browser the following address: http://host/servlet/org.ematgine.threads.admin.S10_HTTP_Access if myservlet.class located in /install_doc_base_dir/servlets/org/ematgine/threads/admin
S3_database_seeker: This class implements the thread in charge of corresponding with the database server. It receives request from other eMATgine services that want to access the database. For previous mysql database install, change all attribute to lowercase: mail_agent_IP_address to mail_agent_ip_address
S1_trace: This class allow the server to write on the screen and in the trace logs which can be stored on disk or in a database. Log priority (from which priority the events are logged) is not implemented yet.
S4_mail_writer: This class implements the thread in charge of corresponding with the email server in order to send mail. Concurrent Versions System $Id: S4_mail_writer.java,v 1.16 2002/07/17 20:49:16 MB Exp $
S6_mail_reader: This class implements the thread in charge of corresponding with the email server in order to treat requests sent by mail by eMATgine server's users..
S13_mail_reader: This class implements the thread in charge of corresponding with the email server in order to treat requests sent by mail by eMATgine server's users..
S12_multiple_service_access: This class implements the thread in charge of corresponding with the email server and the user base. It is the main thread of the eMATgine server.
S8_request_analyser: This class implements the eMATgine service in charge of send the requests received by the eMATgine server inputs to the correct eMATgine service.
S11_instance_treat_PDU: This PDU manages the arrival of PDU_request in the S11 channel. It sends these PDU to the instance of the servlet that is waiting the response.
S11_instance_socket: This eMATgine service gets the PDU_request arriving by the attached socket from the instance of the servlet or the eMATgine client.

Home | Contact Us | Privacy Policy | Terms of Service