All Packages Class Hierarchy This Package Previous Next Index
Class calypso.services.tv.Channel
java.lang.Object
|
+----calypso.services.tv.Channel
- public class Channel
- extends Object
Channel class that contains distinctive information about a given channel.
- Author:
- Juha Pääjärvi, Olli-Pekka Auvinen / TCM laboratory / HUT
-
feePerHour
- An hourly cost value.
-
name
- Name of the Channel.
-
passwd
- A simple password identification to the channel.
-
payChannel
- Boolean value indicating that the channel is for financial charge.
-
port
- Incoming port of the broadcast tv channel.
-
senderIP
- IP address of the server providing with this channel
-
TVConnectionDescr
- Multicast connection descriptor of the Channel
-
VCI
- Incoming virtual channel identifier of the broadcast tv channel.
-
VPI
- Incoming virtual path identifier of the broadcast tv channel.
-
Channel()
-
name
protected String name
- Name of the Channel.
senderIP
protected InetAddress senderIP
- IP address of the server providing with this channel
TVConnectionDescr
protected MCConnectionDescr TVConnectionDescr
- Multicast connection descriptor of the Channel
port
protected int port
- Incoming port of the broadcast tv channel.
VPI
protected int VPI
- Incoming virtual path identifier of the broadcast tv channel.
VCI
protected int VCI
- Incoming virtual channel identifier of the broadcast tv channel.
payChannel
protected boolean payChannel
- Boolean value indicating that the channel is for financial charge.
feePerHour
protected float feePerHour
- An hourly cost value.
passwd
protected String passwd
- A simple password identification to the channel.
To be replaced with real authentication mechanisms later.
Channel
public Channel()
All Packages Class Hierarchy This Package Previous Next Index