Class PcmRMIProtoAction


public class PcmRMIProtoAction extends PcmProtoAction
Defines templates for actions of both kinds: SEFF actions and user actions. TODO: Remove programming language and technology-depend source from this class and use template methods instead. Also move it to .lang then.
  • Constructor Details

    • PcmRMIProtoAction

      public PcmRMIProtoAction()
  • Method Details

    • _action

      protected String _action(org.palladiosimulator.pcm.seff.ExternalCallAction action)
      ExternalCallAction calls a remote service. TODO: Move exception handling to RMI tech.
      Overrides:
      _action in class PcmProtoAction
    • action

      public String action(org.palladiosimulator.pcm.seff.AbstractAction action)
      Overrides:
      action in class PcmProtoAction