MUM.initService
Interface IInitManager


public interface IInitManager

This interface defines the operations that a generic InitManager should implement


Method Summary
 void clientSwitch(Path path, ComponentInfo nextEntityEndpoint)
          Requires the switch of the client to the target place identified by the path argument.
 void destroyInitManagerAgent()
          This method must be called to destroy the manager after its usage
 void initSystem(java.lang.String title)
          Requires the initilization of the system for a certain multimedia content
 void notifyInitializationFinish(InitFinishedEvent ev)
          This method notifies the finish of the download
 void notifyInitializationProblems(InitProblemsEvent ev)
          This method notifies the finish of a certain download, with some problems
 void notifyNomadicSwitchFinished(NomadicSwitchFinishedEvent ev)
          This method notifies the finish of the nomadic movement of the client.
 

Method Detail

initSystem

public void initSystem(java.lang.String title)
Requires the initilization of the system for a certain multimedia content


clientSwitch

public void clientSwitch(Path path,
                         ComponentInfo nextEntityEndpoint)
Requires the switch of the client to the target place identified by the path argument.


notifyInitializationFinish

public void notifyInitializationFinish(InitFinishedEvent ev)
This method notifies the finish of the download


notifyInitializationProblems

public void notifyInitializationProblems(InitProblemsEvent ev)
This method notifies the finish of a certain download, with some problems


notifyNomadicSwitchFinished

public void notifyNomadicSwitchFinished(NomadicSwitchFinishedEvent ev)
This method notifies the finish of the nomadic movement of the client.


destroyInitManagerAgent

public void destroyInitManagerAgent()
This method must be called to destroy the manager after its usage



Copyright © 2004 Luca Foschini