MUM.repository.qosManagement
Interface IOnlyVideoQoSManager

All Superinterfaces:
ICPUStatusListener, IQoSManager
All Known Implementing Classes:
OnlyVideoQoSManager

public interface IOnlyVideoQoSManager
extends IQoSManager

This interface describe the QoS manager for a video only application


Method Summary
 void init(java.io.PrintStream out, java.lang.String identifier, ICPUStatusNotifier notifier, IQoSManagerListener listener, ISimpleRTPMonitor sMonitor)
          The initialization method.
 void start(javax.media.rtp.RTPManager managerToMonitor)
          The method to start the QoS Manager
 
Methods inherited from interface MUM.resourceMngService.ICPUStatusListener
passedThreshold
 

Method Detail

init

public void init(java.io.PrintStream out,
                 java.lang.String identifier,
                 ICPUStatusNotifier notifier,
                 IQoSManagerListener listener,
                 ISimpleRTPMonitor sMonitor)
          throws InitializationException
The initialization method.

Parameters:
identifier - the unique identifier for this place
notifier - the object which notifies the QoSManager the CPU status
listener - the object which waits the backcall for reconfiguration
sMonitor - a monitor which implements a simple politics
Throws:
InitializationException

start

public void start(javax.media.rtp.RTPManager managerToMonitor)
           throws InitializationException
The method to start the QoS Manager

Parameters:
managerToMonitor - the RTPManager (JMF), which is used to access the protocol info
Throws:
InitializationException


Copyright © 2004 Luca Foschini