Class NetzBuchungGenerate

java.lang.Object
  extended by NetzBuchungGenerate

public class NetzBuchungGenerate
extends java.lang.Object

Application generates various transactions for accounting and passes them through a generated socket for processing.

Author:
Heinz Kredel.

Field Summary
private static int anzahl
           
private static ChannelFactory cf
           
private static SocketChannel channel
           
private static java.lang.String finis
           
private static java.lang.String hostname
           
private static int kmax
           
private static int port
           
private static int umax
           
 
Constructor Summary
NetzBuchungGenerate()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anzahl

private static int anzahl

cf

private static ChannelFactory cf

channel

private static SocketChannel channel

finis

private static final java.lang.String finis
See Also:
Constant Field Values

kmax

private static int kmax

umax

private static int umax

hostname

private static java.lang.String hostname

port

private static int port
Constructor Detail

NetzBuchungGenerate

public NetzBuchungGenerate()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException