Class ShowPorts

java.lang.Object
  extended by ShowPorts

public class ShowPorts
extends Object

Show the standard computer interfaces available to Java applications.

This application determines and lists the serial and (if supplied by the underlying libraries also parallel) computer interfaces available to Java and Frame4J applications on the platform used. Their state is displayed, too.

Hereby the successful installation of any combination of

can be tested / verified.


Hint: Hint this application does run without any of those extensions as well as when those are not correctly installed (missing dll e.g.). In those cases useful error reports are generated. On the other hand a re-translation and re-deployment of this application requires the (correct) installation of the the extensions mentioned.

Copyright 1998 - 2003, 2007, 2009   Albrecht Weinert

Version:
22 (4.08.2009)
Author:
Albrecht Weinert
See Also:
de.a_weinert.io, de.frame4j.io

Constructor Summary
ShowPorts()
           
 
Method Summary
 int doIt()
          Working method.
static void main(String[] args)
          Start the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPorts

public ShowPorts()
Method Detail

main

public static void main(String[] args)
Start the application.

This method makes an object of this class and calls doIt().

Parameters:
args - Startargumente (irrelevant)

doIt

public int doIt()
Working method.

Returns:
0 other values are not yet used