Class ChannelAvailableNotification
java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoNotification
pt.unl.fct.di.novasys.babel.protocols.general.notifications.ChannelAvailableNotification
public class ChannelAvailableNotification
extends pt.unl.fct.di.novasys.babel.generic.ProtoNotification
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannelAvailableNotification(short protoSource, String protoSourceName, int channelID, String channelName, pt.unl.fct.di.novasys.network.data.Host channelListen) -
Method Summary
Modifier and TypeMethodDescriptionintpt.unl.fct.di.novasys.network.data.HostshortMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoNotification
getId
-
Field Details
-
NOTIFICATION_ID
public static final short NOTIFICATION_ID- See Also:
-
-
Constructor Details
-
ChannelAvailableNotification
-
-
Method Details
-
getProtoSource
public short getProtoSource() -
getProtoSourceName
-
getChannelID
public int getChannelID() -
getChannelName
-
getChannelListenData
public pt.unl.fct.di.novasys.network.data.Host getChannelListenData()
-