Class NamedChannel
Object
NamedChannel
Associates a name with a
Channel.-
Constructor Summary
ConstructorsConstructorDescriptionNamedChannel(String name, Channel channel) Creates a newNamedChannelinstance. -
Method Summary
-
Constructor Details
-
NamedChannel
Creates a newNamedChannelinstance.- Parameters:
name- The name associated with the channel.channel- TheChannelinstance.
-
-
Method Details
-
getName
The name associated with the channel. -
getChannel
public Channel getChannel()TheChannelinstance. -
equals
-
hashCode
-
toString
-