类 GatewayAbstract
java.lang.Object
org.dromara.northstar.gateway.GatewayAbstract
- 所有已实现的接口:
Gateway
-
字段概要
字段修饰符和类型字段说明protected booleanprotected ConnectionStateprotected FastEventEngineprotected GatewayDescriptionprotected Stringprotected Stringprotected longprotected Stringfinal IMarketCenter -
构造器概要
构造器限定符构造器说明protectedGatewayAbstract(GatewayDescription gatewayDescription, IMarketCenter mktCenter) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.dromara.northstar.gateway.Gateway
connect, disconnect, getConnectionState
-
字段详细资料
-
gatewayId
-
logInfo
-
autoErrorFlag
protected boolean autoErrorFlag -
lastConnectBeginTimestamp
protected long lastConnectBeginTimestamp -
gatewayTradingDay
-
gatewayDescription
-
fastEventEngine
-
connState
-
mktCenter
-
-
构造器详细资料
-
GatewayAbstract
-
-
方法详细资料
-
getAuthErrorFlag
public boolean getAuthErrorFlag()从接口复制的说明:Gateway获取登录错误标记- 指定者:
getAuthErrorFlag在接口中Gateway- 返回:
-
gatewayDescription
从接口复制的说明:Gateway获取网关配置- 指定者:
gatewayDescription在接口中Gateway- 返回:
-
gatewayId
从接口复制的说明:Gateway网关ID -
getLogInfo
-
getEventEngine
-
setAuthErrorFlag
public void setAuthErrorFlag(boolean flag) -
setConnectionState
-