public abstract class SubscriptionsFromRemoteStorage extends Object
Modifier and Type | Field and Description |
---|---|
protected ServerHighLevelCommunication |
_connection
Verbindung zu einem Kommunikationspartner (Applikation oder Datenverteiler) von dem die hier verwalteten Anmeldungen stammen.
|
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 and Description |
---|
SubscriptionsFromRemoteStorage(ServerHighLevelCommunication connection)
Erzeugt ein neues Objekt mit den gegebenen Parametern.
|
Modifier and Type | Method and Description |
---|---|
private String |
getClassName() |
(package private) ServerHighLevelCommunication |
getConnection()
Gibt die Verbindungskomponente zurück.
|
(package private) abstract int |
getType()
Gibt den Typ der Komponente zurück 0: Verbindung mit einer Applikation 1: Verbindung mit einem Datenverteiler
|
void |
print(String initialIndent,
String additionalIndent,
String name) |
private void |
printHashtable(String initialIndent,
String additionalIndent,
String name,
Hashtable hashtable) |
void |
printSubscriptions()
Schreibt die Anmeldeinformationen in den Ausgabekanal.
|
String |
toString() |
public static final int T_A
public static final int T_T
protected ServerHighLevelCommunication _connection
protected Hashtable sendSubscriptionTable
protected Hashtable receiveSubscriptionTable
public SubscriptionsFromRemoteStorage(ServerHighLevelCommunication connection)
connection
- Die verbindung zur Kommunikationfinal ServerHighLevelCommunication getConnection()
abstract int getType()
public void printSubscriptions()
private void printHashtable(String initialIndent, String additionalIndent, String name, Hashtable hashtable)
private String getClassName()