Class PcmRMIStubAction


public class PcmRMIStubAction extends PcmStubAction
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

    • PcmRMIStubAction

      public PcmRMIStubAction()
  • 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 PcmStubAction
    • action

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