org.ow2.frascati.fscript.procedures
Interface ScaNativeProcedure

All Superinterfaces:
org.objectweb.fractal.api.control.BindingController, org.objectweb.fractal.fscript.procedures.NativeProcedure, org.objectweb.fractal.fscript.procedures.Procedure
All Known Implementing Classes:
AddBinding, AddRestBinding, AddWsBinding, ScaNewAction

public interface ScaNativeProcedure
extends org.objectweb.fractal.fscript.procedures.NativeProcedure, org.objectweb.fractal.api.control.BindingController

An SCA native procedure is a fractal component that needs to be bound to the model component


Field Summary
static java.lang.String MODEL_ITF_NAME
          The model client interface name.
 
Method Summary
 
Methods inherited from interface org.objectweb.fractal.fscript.procedures.NativeProcedure
apply
 
Methods inherited from interface org.objectweb.fractal.fscript.procedures.Procedure
getName, getSignature, isPureFunction
 
Methods inherited from interface org.objectweb.fractal.api.control.BindingController
bindFc, listFc, lookupFc, unbindFc
 

Field Detail

MODEL_ITF_NAME

static final java.lang.String MODEL_ITF_NAME
The model client interface name.

See Also:
Constant Field Values


Copyright © 2009-2010 OW2 Consortium. All Rights Reserved.