org.iso.mpeg.mpegj.net
Interface DMIFMonitor


public interface DMIFMonitor

import java.util.Vector;


Method Summary
 java.util.Vector getChannelDescriptors(long serviceSessionID)
          This method returns a Vector of object ChannelsDescriptors that contains informations about the channels existing in a specified session.
 java.util.Vector getServiceSessionDescriptors()
          This method returns a Vector of object SessionDescriptors that contains information about the existing sessions.
 

Method Detail

getServiceSessionDescriptors

public java.util.Vector getServiceSessionDescriptors()
This method returns a Vector of object SessionDescriptors that contains information about the existing sessions. The returned value refers to entities that may change over the time.

getChannelDescriptors

public java.util.Vector getChannelDescriptors(long serviceSessionID)
This method returns a Vector of object ChannelsDescriptors that contains informations about the channels existing in a specified session. The returned value refers to entities that may change over the time.