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

Variable Index

 o feePerHour
An hourly cost value.
 o name
Name of the Channel.
 o passwd
A simple password identification to the channel.
 o payChannel
Boolean value indicating that the channel is for financial charge.
 o port
Incoming port of the broadcast tv channel.
 o senderIP
IP address of the server providing with this channel
 o TVConnectionDescr
Multicast connection descriptor of the Channel
 o VCI
Incoming virtual channel identifier of the broadcast tv channel.
 o VPI
Incoming virtual path identifier of the broadcast tv channel.

Constructor Index

 o Channel()

Variables

 o name
 protected String name
Name of the Channel.

 o senderIP
 protected InetAddress senderIP
IP address of the server providing with this channel

 o TVConnectionDescr
 protected MCConnectionDescr TVConnectionDescr
Multicast connection descriptor of the Channel

 o port
 protected int port
Incoming port of the broadcast tv channel.

 o VPI
 protected int VPI
Incoming virtual path identifier of the broadcast tv channel.

 o VCI
 protected int VCI
Incoming virtual channel identifier of the broadcast tv channel.

 o payChannel
 protected boolean payChannel
Boolean value indicating that the channel is for financial charge.

 o feePerHour
 protected float feePerHour
An hourly cost value.

 o passwd
 protected String passwd
A simple password identification to the channel. To be replaced with real authentication mechanisms later.

Constructors

 o Channel
 public Channel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index