public class FailedChannelConnect extends Object implements IChannelConnect
| 构造器和说明 |
|---|
FailedChannelConnect(TunnelStateMachine stateMachine) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close the ChannelConnect.
|
boolean |
closed()
Whether ChannelConnect is closed.
|
com.alicloud.openservices.tablestore.model.tunnel.internal.Channel |
getCurrentChannel() |
void |
notifyStatus(com.alicloud.openservices.tablestore.model.tunnel.internal.Channel channel)
Update the ChannelConnect corresponding to the given Channel (in memory) based on the meta-information of the Channel.
|
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 © 2025. All Rights Reserved.