Class semper.certappl.ClientHandlerThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certappl.ClientHandlerThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----semper.certappl.ClientHandlerThread

public class ClientHandlerThread
extends Thread
implements CertificateConstants
This class extends java class Thread and implements CertificateConstants class of certificate block. ClientHandlerThread class allows SEMPER's certification application to have multiple threads of executing which run concurrently.
See Also:
SCertAppl

Constructor Index

 o ClientHandlerThread(ComPoint)
Constructor of ClientHandlerThread.

Method Index

 o run()
The class run is a pre-defined class in Java.

Constructors

 o ClientHandlerThread
  public ClientHandlerThread(ComPoint client_cp)
Constructor of ClientHandlerThread.
Parameters:
client_cp - = It is client's ComPoint. CA server uses this ComPoint for writing/reading various messages into/from it.

Methods

 o run
  public void run()
The class run is a pre-defined class in Java. Subclasses of Thread class should override this method. This is the main execution part of class Thread, in this case main execution part of ClientHandlerThread class.
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index