Interface IPerformancePrototypePort<AComponent>

Type Parameters:
AComponent -
All Superinterfaces:
IPort<AComponent>, Remote, Serializable
All Known Implementing Classes:
AbstractPerformancePrototypeBasicPort

public interface IPerformancePrototypePort<AComponent> extends IPort<AComponent>
Port interface for performance prototypes. TODO: Add another parameter for context class. Currently type safety is checked at runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setComponentFrame(de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object> myComponentStackFrame)
    Sets the component stack frame.

    Methods inherited from interface org.palladiosimulator.protocom.framework.java.se.port.IPort

    getComponent, setContext
  • Method Details

    • setComponentFrame

      void setComponentFrame(de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object> myComponentStackFrame) throws RemoteException
      Sets the component stack frame.
      Parameters:
      myComponentStackFrame -
      Throws:
      RemoteException