public class FailedChannelConnect extends Object implements IChannelConnect
| Constructor and Description |
|---|
FailedChannelConnect(TunnelStateMachine stateMachine) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface IChannelConnectpublic boolean closed()
IChannelConnectclosed in interface IChannelConnectpublic void close()
IChannelConnectclose in interface IChannelConnectCopyright © 2024. All Rights Reserved.