Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
G
K
P
R
S
T
A
abort(int)
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexer
Eine Methode zum beenden eines Streams.
D
de.bsvrz.sys.funclib.communicationStreams
- package de.bsvrz.sys.funclib.communicationStreams
Dieses Paket ermöglichet den streambasierten Versand von beliebigen Daten zwischen zwei Kommunikationspartnern.
G
getCompileTime()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getDependsOnCompiled()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getDependsOnLib()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getDependsOnSource()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getJvmVersion()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getLicence()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getRelease()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
getRevision()
- Static method in class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
K
killAllStreams()
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexer
Die physische Verbindung zum Sender ist zusammengebrochen und alle Streams werden beendet.
killAllStreams()
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexer
Alle Streams werden beendet, da die Verbindung zum Empfänger unterbrochen wurde.
P
PackageRuntimeInfo
- Class in
de.bsvrz.sys.funclib.communicationStreams
PackageRuntimeInfo()
- Constructor for class de.bsvrz.sys.funclib.communicationStreams.
PackageRuntimeInfo
R
receivedDataFromSender(byte[])
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexer
Ein streamDataPacket, das der Multiplexer verschickt hat, wird entgegen genommen.
S
sendAllStreamData()
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexer
Diese Methode verschickt Nutzdaten, die die Senderapplikation erzeugt hat, an den Empfänger (StreamDemultiplexer).
sendData(byte[])
- Method in interface de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexerDirector
Diese Methode wird von einem StreamMultiplexer aufgerufen und wenn ein Byte-Array an den entsprechenden StreamDemultiplexer gesendet werden soll.
sendNewTicketIndexToSender(byte[])
- Method in interface de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexerDirector
Diese Methode schickt einem StreamMultiplexer ein streamTicketPaket(Byte-Array), dieses wird mit dem Methodenaufruf
StreamMultiplexer.setMaximumStreamTicketIndexForStream(byte[])
an den StreamMultiplexer übergeben.
setMaximumStreamTicketIndexForStream(byte[])
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexer
Diese Methode setzt den "maximumStreamTicketIndex" eines Streams herauf.
streamAborted(int)
- Method in interface de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexerDirector
Wenn die Empfängerapplikation keine Nutzdaten mehr verarbeiten kann (aus welchem Grund auch immer), wird sie den Stream auf Empfängerseite (StreamDemultiplexer) mit abort beenden.
StreamDemultiplexer
- Class in
de.bsvrz.sys.funclib.communicationStreams
Diese Klasse empfängt Nutzdatenpakete, die vom StreamMultiplexer über Streams versandt wurden.
StreamDemultiplexer(int, int, StreamDemultiplexerDirector)
- Constructor for class de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexer
StreamDemultiplexerDirector
- Interface in
de.bsvrz.sys.funclib.communicationStreams
Dieses Interface muss implementiert werden, wenn ein StreamMultiplexer mit einem StreamDemultiplexer Nutzdatenpakete austauschen soll.
StreamMultiplexer
- Class in
de.bsvrz.sys.funclib.communicationStreams
Diese Klasse verschickt Nutzdatenpakete mit Streams an einen StreamDemultiplexer.
StreamMultiplexer(int, int, int, int, StreamMultiplexerDirector)
- Constructor for class de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexer
StreamMultiplexerDirector
- Interface in
de.bsvrz.sys.funclib.communicationStreams
Dieses Interface muss implementiert werden, wenn ein StreamMultiplexer mit einem StreamDemultiplexer Nutzdatenpakete austauschen soll.
T
take(int)
- Method in class de.bsvrz.sys.funclib.communicationStreams.
StreamDemultiplexer
Diese Methode gibt die Nutzdaten eines bestimmten Streams an die Empfängerapplikation zurück.
take(int)
- Method in interface de.bsvrz.sys.funclib.communicationStreams.
StreamMultiplexerDirector
Diese Methode wird von einem StreamMultiplexer aufgerufen, sobald dieser Daten an einen StreamDemultiplexer verschicken darf.
A
D
G
K
P
R
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes