Package <Unnamed>

Package Specification The Java classes used as examples.

See:
          Description

Interface Summary
Konto Konto interface.
MMInf Matrix Multiplication Interface.
ObjectChannel ObjectChannel.
VSMInf Vector Scalar Multiplication Interface.
 

Class Summary
BoundedBuffer Bounded buffer.
Buchung Buchung.
BuchungDo Process the Buchung data.
BuchungInput Generates input data for Buchung.
ChannelFactory ChannelFactory.
ChannelFactoryNio ChannelFactoryNio.
ChannelFactoryNioBuffer ChannelFactoryNioBuffer.
ConMult Parallel Matrix Multiplication using util.concurrent.
ConMultProcBlockTrans Parallel Matrix Multiplication using util.concurrent.
ConRowMult This class is derived from the class Thread.
ConRowMultProcBlockTrans This class is derived from the class Thread.
DoubleStore Synchronized storage of a double.
FinanzA Finanz version A.
FinanzB Finanz version B.
FinanzC Finanz version C.
HalloWeltThread Hallo Welt Thread.
HelloJomp  
HelloJomp.__omp_Class0  
HelloMPI HelloMPI.
HelloMPP HelloMPP.
HelloWorldClient Hello World Client.
HelloWorldClientCF Hello World Client using ChannelFactory.
HelloWorldClientCFnio Hello World Client using ChannelFactory.
HelloWorldClientCFnioBuffer Hello World Client using ChannelFactory.
HelloWorldServ Hello World Server.
HelloWorldServCF Hello World Server using ChannelFactory.
HelloWorldServCFnio Hello World Server using ChannelFactory.
HelloWorldServCFnioBuffer Hello World Server using ChannelFactory.
KontoA Konto version A.
KontoB Konto version B.
KontoC Konto version C.
KontoS Konto version S.
MatMult Matrix Multiplication main class.
MatrixMultMPI Matrix Multiplication.
MatrixMultMPP Matrix Multiplication.
MatrixMultOmp Matrix Multiplication sequential and parallel using OpenMP
NetzBuchungBuche Application receives account transactions and performs the transactions.
NetzBuchungGenerate Application generates various transactions for accounting and passes them through a generated socket for processing.
ObjectBuffer A wraper class to java.nio.ByteBuffer for handling objects.
ObjectBufferChannel ObjectBufferChannel.
ObjectBufferTest Versuch mit Object Streams und nio.Buffer
ParMult Parallel Matrix Multiplication.
ParMultProc Parallel Matrix Multiplication.
ParMultProcBlock Parallel Matrix Multiplication.
ParMultProcBlockTrans Parallel Matrix Multiplication.
ParMultProcTrans Parallel Matrix Multiplication.
ParVSMult Parallel Vector Scalar Multiplication.
Pi Computes Pi.
RowMult This class is derived from the class Thread.
RowMultProc This class is derived from the class Thread.
RowMultProcBlock This class is derived from the class Thread.
RowMultProcBlockTrans This class is derived from the class Thread.
RowMultProcTrans This class is derived from the class Thread.
Sema Semaphore.
Semaphore Semaphore.
SeqMult Sequential Matrix Multiplication.
SeqMult3 Sequential Matrix Multiplication.
SeqMult4 Sequential Matrix Multiplication.
SeqMultBlock Sequential Matrix Multiplication.
SeqMultBlockTrans Sequential Matrix Multiplication.
SeqMultTrans Sequential Matrix Multiplication.
SeqVSMult Sequential Vector Scalar Multiplication.
SocketChannel SocketChannel.
Tuwas Object to be executed in a Thread.
Ueberweisung Represents a transaction from "Konto A" to "Konto B" using double betrag as amount.
UeberweisungA Deprecated. use Ueberweisung with Konto interface.
UeberweisungB Deprecated. use Ueberweisung with Konto interface.
UeberweisungS Represents a transactions from "KontoS[a]" to "KontoS[b]" using double "betrag" as amount and an array from KontoS as accounts.
VSMult Performs a subtraction operation between two vectors sequentially.
VSpMult This class is derived from the class Thread.
VSpNorm This class is derived from the class Thread.
Work Random delay by working.
WorkA Sending current thread to sleep for a random time.
WorkB sending current thread to sleep for a random time.
WorkC Sending current thread to sleep for a random time.
 

Package Description

Package Specification

The Java classes used as examples.

Related Documentation

Parallel Programming stuff.