Class PcmIIOPProtoAction
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.java.util.PcmAction
-
- org.palladiosimulator.protocom.lang.java.util.PcmProtoAction
-
- org.palladiosimulator.protocom.tech.iiop.util.PcmIIOPProtoAction
-
public class PcmIIOPProtoAction extends PcmProtoAction
Defines templates for actions of both kinds: SEFF actions.
-
-
Constructor Summary
Constructors Constructor Description PcmIIOPProtoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_action(org.palladiosimulator.pcm.seff.ExternalCallAction action)
ExternalCallAction calls a remote service.String
action(org.palladiosimulator.pcm.seff.AbstractAction action)
-
Methods inherited from class org.palladiosimulator.protocom.lang.java.util.PcmProtoAction
_action, _action, _action, _action, _action, _action, _branchTransition, _branchTransition, branchTransition
-
-
-
-
Method Detail
-
_action
protected String _action(org.palladiosimulator.pcm.seff.ExternalCallAction action)
ExternalCallAction calls a remote service. TODO: Implement method body regarding java ee- Overrides:
_action
in classPcmProtoAction
-
action
public String action(org.palladiosimulator.pcm.seff.AbstractAction action)
- Overrides:
action
in classPcmProtoAction
-
-