public class FailedChannelConnect extends Object implements IChannelConnect
构造器和说明 |
---|
FailedChannelConnect(TunnelStateMachine stateMachine) |
限定符和类型 | 方法和说明 |
---|---|
void |
close()
关闭ChannelConnect。
|
boolean |
closed()
ChannelConnect是否被关闭。
|
com.alicloud.openservices.tablestore.model.tunnel.internal.Channel |
getCurrentChannel() |
void |
notifyStatus(com.alicloud.openservices.tablestore.model.tunnel.internal.Channel channel)
根据Channel的元信息来更新该Channel(内存中)对应的ChannelConnect。
|
void |
setCurrentChannel(com.alicloud.openservices.tablestore.model.tunnel.internal.Channel currentChannel) |
public FailedChannelConnect(TunnelStateMachine stateMachine)
public com.alicloud.openservices.tablestore.model.tunnel.internal.Channel getCurrentChannel()
public void setCurrentChannel(com.alicloud.openservices.tablestore.model.tunnel.internal.Channel currentChannel)
public void notifyStatus(com.alicloud.openservices.tablestore.model.tunnel.internal.Channel channel)
IChannelConnect
notifyStatus
在接口中 IChannelConnect
public boolean closed()
IChannelConnect
closed
在接口中 IChannelConnect
public void close()
IChannelConnect
close
在接口中 IChannelConnect
Copyright © 2019. All Rights Reserved.