private static final class ApplicationStatusUpdater.ApplicationConnection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
_added |
(package private) T_A_HighLevelCommunication |
_applicationConnection |
Constructor and Description |
---|
ApplicationConnection(T_A_HighLevelCommunication applicationConnection,
boolean added) |
Modifier and Type | Method and Description |
---|---|
T_A_HighLevelCommunication |
getApplicationConnection() |
boolean |
isAdded() |
java.lang.String |
toString() |
final boolean _added
final T_A_HighLevelCommunication _applicationConnection
public ApplicationConnection(T_A_HighLevelCommunication applicationConnection, boolean added)
applicationConnection
- Verbindung der Applikationadded
- true
, wenn die Verbindung zum Datenverteiler hinzugeüfgt wurde. false
, sonst.public boolean isAdded()
public T_A_HighLevelCommunication getApplicationConnection()
public java.lang.String toString()
toString
in class java.lang.Object