public class LoginConnection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoginConnection.Mode |
| Constructor and Description |
|---|
LoginConnection(ConnectionInformation connectionInformation,
Set<String> servicePids,
Integer autoReconnectDelay,
Integer priority,
LoginConnection.Mode mode,
boolean useCallbacks) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAutoReconnectDelay() |
ConnectionInformation |
getConnectionInformation() |
LoginConnection.Mode |
getMode() |
Integer |
getPriority() |
Set<String> |
getServicePids() |
boolean |
isUseCallbacks() |
public LoginConnection(ConnectionInformation connectionInformation, Set<String> servicePids, Integer autoReconnectDelay, Integer priority, LoginConnection.Mode mode, boolean useCallbacks)
public boolean isUseCallbacks()
public ConnectionInformation getConnectionInformation()
public Integer getAutoReconnectDelay()
public Integer getPriority()
public LoginConnection.Mode getMode()
Copyright © 2015 Eclipse SCADA Project. All rights reserved.