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)
IChannelConnectnotifyStatus 在接口中 IChannelConnectpublic boolean closed()
IChannelConnectclosed 在接口中 IChannelConnectpublic void close()
IChannelConnectclose 在接口中 IChannelConnectCopyright © 2019. All Rights Reserved.