-
- All Known Implementing Classes:
ChannelGroupImpl
public interface ChannelGroup
Each channel should belong to exactly one channel group. The ChannelGroup interface represents a channel group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getId()
java.lang.String
getName()
java.lang.String
getProviderName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- the title of this group
-
getId
java.lang.String getId()
- Returns:
- unique identifier of this group
-
getDescription
java.lang.String getDescription()
- Returns:
- short description of this group
-
getProviderName
java.lang.String getProviderName()
- Returns:
- the name of the provider
- Since:
- 1.1
-
-