public interface IClusterChannelStateListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
closed(ChannelCommunicationData channelData)
Wenn der Knoten die Clustergruppe geschlossen hat
|
void |
connected(ChannelCommunicationData channelData)
Wenn der aktuelle Knoten sich zum Cluster verbunden hat
|
void |
disconnected(ChannelCommunicationData channelData)
Wenn der aktuelle Knoten sich vom Cluster trennt
|
void connected(ChannelCommunicationData channelData)
channelData - ChannelCommunicationData of the channelvoid disconnected(ChannelCommunicationData channelData)
channelData - ChannelCommunicationData of the channelvoid closed(ChannelCommunicationData channelData)
channelData - ChannelCommunicationData of the channelCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.