public interface ChannelInfo
extends java.io.Serializable
ContainerInfo
,
RequestData.Channel
Modifier and Type | Method and Description |
---|---|
ContainerInfo |
getContainer(java.lang.String containerName)
Gets a
ContainerInfo object representing the container with the
specified name if it exists in the channel. |
java.util.Set<java.lang.String> |
getContainerNames()
Gets the names of all the containers in the channel.
|
java.util.Collection<ContainerInfo> |
getContainers()
Gets a collection of
ContainerInfo objects representing all of the
containers in the channel. |
java.lang.String |
getName()
Gets the name of the channel.
|
java.lang.String getName()
ContainerInfo getContainer(java.lang.String containerName)
ContainerInfo
object representing the container with the
specified name if it exists in the channel.containerName
- the name of the container to retrieveContainerInfo
object representing the named container,
or null
if the container does not exist in the channeljava.util.Collection<ContainerInfo> getContainers()
ContainerInfo
objects representing all of the
containers in the channel.Collection
of ContainerInfo
objectsjava.util.Set<java.lang.String> getContainerNames()
Set
containing the names of all the containers