public class ConnectionManager.EntryImpl extends Object implements ConnectionManager.Entry, org.eclipse.scada.core.client.ConnectionStateListener
| Constructor and Description |
|---|
ConnectionManager.EntryImpl(ConnectionDescriptor connectionDescriptor,
org.eclipse.scada.core.connection.provider.ConnectionService connectionService,
ServiceRegistration<?> serviceRegistration) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ConnectionDescriptor |
getConnectionDescriptor() |
org.eclipse.scada.core.connection.provider.ConnectionService |
getConnectionService() |
void |
stateChange(org.eclipse.scada.core.client.Connection connection,
org.eclipse.scada.core.client.ConnectionState state,
Throwable error) |
public ConnectionManager.EntryImpl(ConnectionDescriptor connectionDescriptor, org.eclipse.scada.core.connection.provider.ConnectionService connectionService, ServiceRegistration<?> serviceRegistration)
public void stateChange(org.eclipse.scada.core.client.Connection connection,
org.eclipse.scada.core.client.ConnectionState state,
Throwable error)
stateChange in interface org.eclipse.scada.core.client.ConnectionStateListenerpublic ConnectionDescriptor getConnectionDescriptor()
getConnectionDescriptor in interface ConnectionManager.Entrypublic org.eclipse.scada.core.connection.provider.ConnectionService getConnectionService()
getConnectionService in interface ConnectionManager.Entrypublic void dispose()
dispose in interface ConnectionManager.Entry