org.iso.mpeg.mpegj.net
Interface ChannelController


public interface ChannelController


Method Summary
 void disable(long serviceSessionID, long channelID)
          This method allows to disable a specified channel in a specified service session.
 void enable(long serviceSessionID, long channelID)
          This method allows to enable a specified channel in a specified service session.
 

Method Detail

enable

public void enable(long serviceSessionID,
                   long channelID)
This method allows to enable a specified channel in a specified service session. This means that the particular channel will be able to accept data from the Access Layer.
Parameters:
serviceSessionID: - specifies the service session identifier
channelID: - specifies a particular channel (by gining a channel identifier) within the given service session.

disable

public void disable(long serviceSessionID,
                    long channelID)
This method allows to disable a specified channel in a specified service session. This means that the particular channel won't be able to accept data from the Access Layer.
Parameters:
serviceSessionID: - specifies the service session identifier
channelID: - specifies a particular channel (by gining a channel identifier) within the given service session.