MUM.initService
Interface INomadicClientPlan

All Superinterfaces:
Plan, java.io.Serializable
All Known Implementing Classes:
NomadicClientPlan

public interface INomadicClientPlan
extends Plan

Title: MUM * Copyright: Copyright (c) 2003 * Date: 28/07/2003 * Description: Multimedia middleware based in part on precedent versions implemented by Antonio D'Errico and Francesco Baschieri * Package: MUM.initService contains useful ADTs for the initialization and reconfiguration of the service * @author Luca Foschini * @version 2.0


Method Summary
 AgentID getClientAgentID()
          Selettore, ritorna l'agentID del ClientAgent
 Path getPathToTargetPlace()
          return the placeID of the next place to go, null if there isn't
 PlanEntry getPlanEntry()
          Metodo per acquisire la Plan entry per il client, ritorna null se non ne trova nessuna.
 IPresentationMetadata getPresentation()
          metodo che ritorna la presentazione per questo piano
 ComponentInfo getProxyComponentInfo()
          Metodo per acquisire l'endpoint del proxy verso cui sto migrando la sessione.
 boolean isTargetNode()
          Ritorna true se si e' arrivati sul nodo target, cioč se il path ha size 1.
 
Methods inherited from interface MUM.data.Plan
accept, getNextPlaceID, toString
 

Method Detail

getPlanEntry

public PlanEntry getPlanEntry()
Metodo per acquisire la Plan entry per il client, ritorna null se non ne trova nessuna.


getProxyComponentInfo

public ComponentInfo getProxyComponentInfo()
Metodo per acquisire l'endpoint del proxy verso cui sto migrando la sessione.


isTargetNode

public boolean isTargetNode()
Ritorna true se si e' arrivati sul nodo target, cioč se il path ha size 1.


getPresentation

public IPresentationMetadata getPresentation()
metodo che ritorna la presentazione per questo piano


getClientAgentID

public AgentID getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent

Specified by:
getClientAgentID in interface Plan

getPathToTargetPlace

public Path getPathToTargetPlace()
return the placeID of the next place to go, null if there isn't



Copyright © 2004 Luca Foschini