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
-
ClientHandlerThread(ComPoint)
- Constructor of ClientHandlerThread.
-
run()
-
The class run is a pre-defined class in Java.
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.
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