de.bsvrz.dav.dav.main
Class SubscriptionComponent

java.lang.Object
  extended by de.bsvrz.dav.dav.main.SubscriptionComponent
Direct Known Subclasses:
T_A_SubscriptionComponent, T_T_SubscriptionComponent

public abstract class SubscriptionComponent
extends Object

Diese Klasse repräsentiert einen Anmeldecontainer. Der Anmeldecontainer ist ein Container zur Verwaltung der Anmeldungen, die über diese Verbindung empfangen wurden.

Author:
Kappich Systemberatung

Field Summary
protected  ServerHighLevelCommunication _connection
          Die Verbindung der Kommunikationsebene.
protected  Hashtable receiveSubscriptionTable
          Die Empfangsanmeldungen-Tabelle
protected  Hashtable sendSubscriptionTable
          Die Sendeanmeldungen-Tabelle
static int T_A
          DAV - DAF Kommunikation
static int T_T
          DAV - DAV Kommunikation
 
Constructor Summary
SubscriptionComponent(ServerHighLevelCommunication connection)
          Erzeugt ein neues Objekt mit den gegebenen Parametern.
 
Method Summary
 void printSubscriptions()
          Schreibt die Anmeldeinformationen in den Ausgabekanal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T_A

public static final int T_A
DAV - DAF Kommunikation

See Also:
Constant Field Values

T_T

public static final int T_T
DAV - DAV Kommunikation

See Also:
Constant Field Values

_connection

protected ServerHighLevelCommunication _connection
Die Verbindung der Kommunikationsebene.


sendSubscriptionTable

protected Hashtable sendSubscriptionTable
Die Sendeanmeldungen-Tabelle


receiveSubscriptionTable

protected Hashtable receiveSubscriptionTable
Die Empfangsanmeldungen-Tabelle

Constructor Detail

SubscriptionComponent

public SubscriptionComponent(ServerHighLevelCommunication connection)
Erzeugt ein neues Objekt mit den gegebenen Parametern.

Parameters:
connection - Die verbindung zur Kommunikation
Method Detail

printSubscriptions

public void printSubscriptions()
Schreibt die Anmeldeinformationen in den Ausgabekanal.