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

Quick Search    Search Deep

org.ematgine.utils.requests
Class PDU_type  view PDU_type download PDU_type.java

java.lang.Object
  extended byorg.ematgine.utils.requests.PDU_type

public class PDU_type
extends java.lang.Object

The PDU_type determines the type of actions the PDU_request refers to. It is always associated with a given administrative thread.


Field Summary
static int S1_PRINT_SCREEN_STRING
          S1 eMATgine service: print a string on screen
static int S1_PRINTLN_ACCESS_LOG_EXCEPTION
          S1 eMATgine service: println an exception to screen
static int S1_PRINTLN_ACCESS_LOG_STRING
          S1 eMATgine service: println a string to access log
static int S1_PRINTLN_ERROR_LOG_EXCEPTION
          S1 eMATgine service: println an exception to the error log
static int S1_PRINTLN_ERROR_LOG_STRING
          S1 eMATgine service: println a string in error log
static int S1_PRINTLN_PDU_LOG
          S1 eMATgine service: print a PDU in the PDU log
static int S1_PRINTLN_SCREEN_EXCEPTION
          S1 eMATgine service: println a exception on screen
static int S1_PRINTLN_SCREEN_STRING
          S1 eMATgine service: println a string on screen
static int S10_RESPONSE
          S10 eMATgine service: for a response to a HTTP user request
static int S12_USER_LOGIN
          S12 eMATgine service: for a response to a login request
static int S13_GET_NEW_MESSAGES
          S13 eMATgine service
static int S3_CHANGE_PASSWORD
          S3 eMATgine service: for a user to change its eMATgine server password
static int S3_CHECK_PASSWORD_BY_LOGIN
          S3 eMATgine service: check password for user
static int S3_DELETE
          S3 eMATgine service: for a user to be deleted from database
static int S3_GET_SERVICE_CONFIGURATION
          S3 eMATgine service: get a service configuration from database (table depends on which service is sending the request).
static int S3_GET_USER_BY_EMAIL_ADDRESS
          S3 eMATgine service: get user information (depending which service is sending the request from its email address.
static int S3_GET_USER_BY_ID_LOGIN
          S3 eMATgine service: get user information (depending which service is sending the request from its login id.
static int S3_GET_USER_BY_LOGIN
          S3 eMATgine service: get user information (depending which service is sending the request from its login.
static int S3_GET_USER_REQUEST
          S3 eMATgine service: get one or several entry in the ematgine_requests database
static int S3_REMOVE_USER_REQUEST
          S3 eMATgine service: remove an entry in the request database (generic access to requests database)
static int S3_SET_USER
          S3 eMATgine service: set a user in the database (table depends on which service is sending the request).
static int S3_STORE_USER_REQUEST
          S3 eMATgine service: add an entry in the request database (generic access to requests database)
static int S3_SUBSCRIBE
          S3 eMATgine service: for new user subscription in database (table depends on which service is sending the request).
static int S3_UNSUBSCRIBE
          S3 eMATgine service: for user unsubcription to a service in database
static int S4_SEND_MAIL_FILE
          S4 eMATgine service: to send a mail with a local file attached to.
static int S4_SEND_MAIL_MEMORY
          S4 eMATgine service: to send mail with all attached files in memory.
static int S4_SEND_MAIL_PART_OF_FILE
          S4 eMATgine service: to send a mail with a part of a local file attached to.
static int S8_TREAT_USER_REQUEST
          S8 eMATgine service: for the S8 service to analyse a request and send it to the correct service.
 
Constructor Summary
(package private) PDU_type()
          Constructor for the PDU_type object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S1_PRINT_SCREEN_STRING

public static final int S1_PRINT_SCREEN_STRING
S1 eMATgine service: print a string on screen

See Also:
Constant Field Values

S1_PRINTLN_SCREEN_STRING

public static final int S1_PRINTLN_SCREEN_STRING
S1 eMATgine service: println a string on screen

See Also:
Constant Field Values

S1_PRINTLN_SCREEN_EXCEPTION

public static final int S1_PRINTLN_SCREEN_EXCEPTION
S1 eMATgine service: println a exception on screen

See Also:
Constant Field Values

S1_PRINTLN_ACCESS_LOG_STRING

public static final int S1_PRINTLN_ACCESS_LOG_STRING
S1 eMATgine service: println a string to access log

See Also:
Constant Field Values

S1_PRINTLN_ACCESS_LOG_EXCEPTION

public static final int S1_PRINTLN_ACCESS_LOG_EXCEPTION
S1 eMATgine service: println an exception to screen

See Also:
Constant Field Values

S1_PRINTLN_ERROR_LOG_STRING

public static final int S1_PRINTLN_ERROR_LOG_STRING
S1 eMATgine service: println a string in error log

See Also:
Constant Field Values

S1_PRINTLN_ERROR_LOG_EXCEPTION

public static final int S1_PRINTLN_ERROR_LOG_EXCEPTION
S1 eMATgine service: println an exception to the error log

See Also:
Constant Field Values

S1_PRINTLN_PDU_LOG

public static final int S1_PRINTLN_PDU_LOG
S1 eMATgine service: print a PDU in the PDU log

See Also:
Constant Field Values

S3_GET_USER_BY_EMAIL_ADDRESS

public static final int S3_GET_USER_BY_EMAIL_ADDRESS
S3 eMATgine service: get user information (depending which service is sending the request from its email address.

See Also:
Constant Field Values

S3_GET_USER_BY_LOGIN

public static final int S3_GET_USER_BY_LOGIN
S3 eMATgine service: get user information (depending which service is sending the request from its login.

See Also:
Constant Field Values

S3_GET_USER_BY_ID_LOGIN

public static final int S3_GET_USER_BY_ID_LOGIN
S3 eMATgine service: get user information (depending which service is sending the request from its login id.

See Also:
Constant Field Values

S3_SET_USER

public static final int S3_SET_USER
S3 eMATgine service: set a user in the database (table depends on which service is sending the request).

See Also:
Constant Field Values

S3_GET_SERVICE_CONFIGURATION

public static final int S3_GET_SERVICE_CONFIGURATION
S3 eMATgine service: get a service configuration from database (table depends on which service is sending the request).

See Also:
Constant Field Values

S3_SUBSCRIBE

public static final int S3_SUBSCRIBE
S3 eMATgine service: for new user subscription in database (table depends on which service is sending the request).

See Also:
Constant Field Values

S3_UNSUBSCRIBE

public static final int S3_UNSUBSCRIBE
S3 eMATgine service: for user unsubcription to a service in database

See Also:
Constant Field Values

S3_CHANGE_PASSWORD

public static final int S3_CHANGE_PASSWORD
S3 eMATgine service: for a user to change its eMATgine server password

See Also:
Constant Field Values

S3_DELETE

public static final int S3_DELETE
S3 eMATgine service: for a user to be deleted from database

See Also:
Constant Field Values

S3_CHECK_PASSWORD_BY_LOGIN

public static final int S3_CHECK_PASSWORD_BY_LOGIN
S3 eMATgine service: check password for user

See Also:
Constant Field Values

S3_STORE_USER_REQUEST

public static final int S3_STORE_USER_REQUEST
S3 eMATgine service: add an entry in the request database (generic access to requests database)

See Also:
Constant Field Values

S3_REMOVE_USER_REQUEST

public static final int S3_REMOVE_USER_REQUEST
S3 eMATgine service: remove an entry in the request database (generic access to requests database)

See Also:
Constant Field Values

S3_GET_USER_REQUEST

public static final int S3_GET_USER_REQUEST
S3 eMATgine service: get one or several entry in the ematgine_requests database

See Also:
Constant Field Values

S4_SEND_MAIL_FILE

public static final int S4_SEND_MAIL_FILE
S4 eMATgine service: to send a mail with a local file attached to.

See Also:
Constant Field Values

S4_SEND_MAIL_MEMORY

public static final int S4_SEND_MAIL_MEMORY
S4 eMATgine service: to send mail with all attached files in memory.

See Also:
Constant Field Values

S4_SEND_MAIL_PART_OF_FILE

public static final int S4_SEND_MAIL_PART_OF_FILE
S4 eMATgine service: to send a mail with a part of a local file attached to.

See Also:
Constant Field Values

S8_TREAT_USER_REQUEST

public static final int S8_TREAT_USER_REQUEST
S8 eMATgine service: for the S8 service to analyse a request and send it to the correct service.

See Also:
Constant Field Values

S10_RESPONSE

public static final int S10_RESPONSE
S10 eMATgine service: for a response to a HTTP user request

See Also:
Constant Field Values

S12_USER_LOGIN

public static final int S12_USER_LOGIN
S12 eMATgine service: for a response to a login request

See Also:
Constant Field Values

S13_GET_NEW_MESSAGES

public static final int S13_GET_NEW_MESSAGES
S13 eMATgine service

See Also:
Constant Field Values
Constructor Detail

PDU_type

PDU_type()
Constructor for the PDU_type object