A B C D F G I L M N O P R S T U

A

AddBinding - Class in org.ow2.frascati.fscript.procedures
Abstract class allowing to add bindings to an SCA service/reference.
AddBinding() - Constructor for class org.ow2.frascati.fscript.procedures.AddBinding
Default constructor.
addDomainToContext(Bindings) - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
Update the FraSCAti SCript context by adding the FraSCAti domain.
addInterfaces(Object[], Set<Node>) - Method in class org.ow2.frascati.fscript.model.ScaReferenceAxis
 
addInterfaces(Object[], Set<Node>) - Method in class org.ow2.frascati.fscript.model.ScaServiceAxis
 
AddRestBinding - Class in org.ow2.frascati.fscript.procedures
Implements the add-rest-binding() function which adds a RestFul binding to the SCA service/reference given as argument.
AddRestBinding() - Constructor for class org.ow2.frascati.fscript.procedures.AddRestBinding
Default constructor.
AddWsBinding - Class in org.ow2.frascati.fscript.procedures
Implements the add-ws-binding() function which adds a WS binding to the SCA service/reference given as argument.
AddWsBinding() - Constructor for class org.ow2.frascati.fscript.procedures.AddWsBinding
Default constructor.
apply(List<Object>, Context) - Method in class org.ow2.frascati.fscript.model.ScaNewAction
Apply this procedure to the specified arguments.
apply(List<Object>, Context) - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
Apply this procedure to the specified arguments.
apply(List<Object>, Context) - Method in class org.ow2.frascati.fscript.procedures.AddRestBinding
Parse arguments and call createBinding()
apply(List<Object>, Context) - Method in class org.ow2.frascati.fscript.procedures.AddWsBinding
Parse arguments and call createBinding()

B

bindFc(String, Object) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
bindFc(String, Object) - Method in class org.ow2.frascati.fscript.model.ScaNewAction
 
bindFc(String, Object) - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
 
bindFc(String, Object) - Method in class org.ow2.frascati.fscript.procedures.AddBinding
 
BINDING_FACTORY_ITF - Static variable in class org.ow2.frascati.fscript.model.FraSCAtiModel
 

C

CLASSLOADER - Static variable in class org.ow2.frascati.fscript.procedures.AddBinding
Classloader constant for Fractal Binding Factory
CLASSLOADER_MANAGER_ITF - Static variable in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
COMPOSITE_MANAGER_ITF - Static variable in class org.ow2.frascati.fscript.model.FraSCAtiModel
Names of bindings
connect(Node, Node) - Method in class org.ow2.frascati.fscript.model.ScaIntentAxis
 
createAdditionalProcedures() - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Contributes a few custom procedures to manipulate Fractal architecture which can not be described and generated in the framework of the Model APIs.
createAxes() - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Contributes the axes which can be used to connect Fractal nodes in order to represent the structure of a Fractal architecture.
createBinding(String, Component, boolean, Map<String, Object>) - Method in class org.ow2.frascati.fscript.procedures.AddBinding
Export an SCA service or Unbind an SCA reference with the Binding Factory.
createNodeKinds() - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Contributes the different kinds of nodes used to represent Fractal architectures.
createScaComponentNode(Component) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Create a new ScaComponentNode instance.
createScaComponentNode(Component) - Method in interface org.ow2.frascati.fscript.model.NodeFactory
Create a new ScaComponentNode instance.
createScaReferenceNode(Interface) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Create a new ScaReferenceNode instance.
createScaReferenceNode(Interface) - Method in interface org.ow2.frascati.fscript.model.NodeFactory
Create a new ScaReferenceNode instance.
createScaServiceNode(Interface) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Create a new ScaServiceNode instance.
createScaServiceNode(Interface) - Method in interface org.ow2.frascati.fscript.model.NodeFactory
Create a new ScaServiceNode instance.

D

disconnect(Node, Node) - Method in class org.ow2.frascati.fscript.model.ScaBindingAxis
Remove an SCA binding (dest) from an SCA service or reference (source).
disconnect(Node, Node) - Method in class org.ow2.frascati.fscript.model.ScaIntentAxis
 

F

FraSCAtiFScript - Class in org.ow2.frascati.fscript
Implementation of the OW2 FraSCAti FScript component.
FraSCAtiFScript() - Constructor for class org.ow2.frascati.fscript.FraSCAtiFScript
Default constructor
FraSCAtiModel - Class in org.ow2.frascati.fscript.model
This class represents the SCA Fractal component model in terms of the Model APIs.
FraSCAtiModel() - Constructor for class org.ow2.frascati.fscript.model.FraSCAtiModel
 
FraSCAtiScriptEngine - Class in org.ow2.frascati.fscript.jsr223
The FraSCAti FScript JSR223 Script Engine.
FraSCAtiScriptEngine() - Constructor for class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngine
 
FraSCAtiScriptEngineFactory - Class in org.ow2.frascati.fscript.jsr223
 
FraSCAtiScriptEngineFactory() - Constructor for class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
Default constructor.

G

getAttachment() - Method in class org.ow2.frascati.fscript.model.ScaIntentNode
Get the attachment of this intent, i.e. the interface, the component on which the policy will be apply to.
getClassLoaderManager() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get a reference to the FraSCAti class loader manager.
getCompositeManager() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get a reference to the FraSCAti composite manager.
getEngineName() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getEngineVersion() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getFraSCAtiScriptComposite() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get the FraSCAti FScript composite, i.e. the fractal component implementing the whole FraSCAti FScript engine;
getImplementation() - Method in class org.ow2.frascati.fscript.model.ScaIntentNode
Returns the component implementing this intent.
getLanguageName() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getLanguageVersion() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getMimeTypes() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getName() - Method in class org.ow2.frascati.fscript.model.ScaIntentNode
Returns the name of this intent.
getName() - Method in class org.ow2.frascati.fscript.model.ScaNewAction
Returns the name of the procedure.
getName() - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
Returns the name of this property.
getName() - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
Returns the name of the procedure.
getName() - Method in class org.ow2.frascati.fscript.procedures.AddRestBinding
Returns the name of the procedure.
getName() - Method in class org.ow2.frascati.fscript.procedures.AddWsBinding
Returns the name of the procedure.
getNames() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getNodeFactory() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get a reference to the FraSCAti SCA node factory.
getProperty(String) - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
Returns the current value of one of this node's properties.
getScriptEngine() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get a reference to the FraSCAti FScript engine.
getScriptEngine() - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
 
getServerInterface(BindingController, String) - Method in class org.ow2.frascati.fscript.model.ScaWireAxis
 
getSignature() - Method in class org.ow2.frascati.fscript.model.ScaNewAction
Returns the signature of this procedure.
getSignature() - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
Returns the signature of this procedure.
getSignature() - Method in class org.ow2.frascati.fscript.procedures.AddRestBinding
Returns the signature of this procedure.
getSignature() - Method in class org.ow2.frascati.fscript.procedures.AddWsBinding
Returns the signature of this procedure.
getSingleton() - Static method in class org.ow2.frascati.fscript.FraSCAtiFScript
Get the FraSCAti FScript singleton.
getValue() - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
Returns the current value of this property.

I

isClient() - Method in class org.ow2.frascati.fscript.model.ScaReferenceNode
 
isClient() - Method in class org.ow2.frascati.fscript.model.ScaServiceNode
 
isInternal() - Method in class org.ow2.frascati.fscript.model.ScaReferenceNode
 
isInternal() - Method in class org.ow2.frascati.fscript.model.ScaServiceNode
 
isModifiable() - Method in class org.ow2.frascati.fscript.model.ScaBindingAxis
 
isModifiable() - Method in class org.ow2.frascati.fscript.model.ScaIntentAxis
 
isModifiable() - Method in class org.ow2.frascati.fscript.model.ScaParentAxis
 
isModifiable() - Method in class org.ow2.frascati.fscript.model.ScaPropertyAxis
 
isPrimitive() - Method in class org.ow2.frascati.fscript.model.ScaBindingAxis
 
isPrimitive() - Method in class org.ow2.frascati.fscript.model.ScaIntentAxis
 
isPrimitive() - Method in class org.ow2.frascati.fscript.model.ScaParentAxis
 
isPrimitive() - Method in class org.ow2.frascati.fscript.model.ScaPropertyAxis
 
isPureFunction() - Method in class org.ow2.frascati.fscript.model.ScaNewAction
Tests whether this procedure is a pure function (i.e. without side-effect), or an action (with potential side-effects).
isPureFunction() - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
Tests whether this procedure is a pure function (i.e. without side-effect), or an action (with potential side-effects).
isPureFunction() - Method in class org.ow2.frascati.fscript.procedures.AddRestBinding
Tests whether this procedure is a pure function (i.e. without side-effect), or an action (with potential side-effects).
isPureFunction() - Method in class org.ow2.frascati.fscript.procedures.AddWsBinding
Tests whether this procedure is a pure function (i.e. without side-effect), or an action (with potential side-effects).

L

listFc() - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
listFc() - Method in class org.ow2.frascati.fscript.model.ScaNewAction
 
listFc() - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
 
listFc() - Method in class org.ow2.frascati.fscript.procedures.AddBinding
 
logger - Static variable in class org.ow2.frascati.fscript.procedures.AddBinding
 
lookupFc(String) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
lookupFc(String) - Method in class org.ow2.frascati.fscript.model.ScaNewAction
 
lookupFc(String) - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
 
lookupFc(String) - Method in class org.ow2.frascati.fscript.procedures.AddBinding
 

M

model - Variable in class org.ow2.frascati.fscript.procedures.AddBinding
The FraSCAti model component
MODEL_ITF_NAME - Static variable in class org.ow2.frascati.fscript.model.ScaNewAction
The model client interface name.
MODEL_ITF_NAME - Static variable in class org.ow2.frascati.fscript.model.ScaRemoveAction
The model client interface name.
MODEL_ITF_NAME - Static variable in interface org.ow2.frascati.fscript.procedures.ScaNativeProcedure
The model client interface name.

N

NAME - Static variable in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
NodeFactory - Interface in org.ow2.frascati.fscript.model
A factory for SCA-specific nodes.

O

org.ow2.frascati.fscript - package org.ow2.frascati.fscript
 
org.ow2.frascati.fscript.jsr223 - package org.ow2.frascati.fscript.jsr223
 
org.ow2.frascati.fscript.model - package org.ow2.frascati.fscript.model
 
org.ow2.frascati.fscript.procedures - package org.ow2.frascati.fscript.procedures
 

P

PLUGIN_ID - Static variable in class org.ow2.frascati.fscript.procedures.AddBinding
plug-in id constant for Fractal Binding Factory
put(String, Object) - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngine
 

R

run() - Method in class org.ow2.frascati.fscript.FraSCAtiFScript
Body of the component.

S

ScaBindingAxis - Class in org.ow2.frascati.fscript.model
Implements the scabinding axis in FPath.
ScaBindingAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaBindingAxis
Default constructor
ScaBindingNode - Class in org.ow2.frascati.fscript.model
A Node which represents a FraSCAti binding.
ScaBindingNode(FraSCAtiModel, Component) - Constructor for class org.ow2.frascati.fscript.model.ScaBindingNode
Creates a new ScaBindingNode.
ScaChildAxis - Class in org.ow2.frascati.fscript.model
Implements the scachild axis in FPath.
ScaChildAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaChildAxis
Default constructor.
ScaComponentNode - Class in org.ow2.frascati.fscript.model
A Node which represents a FraSCAti component.
ScaComponentNode(FraSCAtiModel, Component) - Constructor for class org.ow2.frascati.fscript.model.ScaComponentNode
Creates a new ScaComponentNode.
ScaIntentAxis - Class in org.ow2.frascati.fscript.model
Implements the scaintent axis in FPath.
ScaIntentAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaIntentAxis
Default constructor
ScaIntentNode - Class in org.ow2.frascati.fscript.model
A Node which represents an SCA intent.
ScaIntentNode(FraSCAtiModel, SCABasicIntentController, String, Component, Interface) - Constructor for class org.ow2.frascati.fscript.model.ScaIntentNode
Creates a new ScaIntentNode.
ScaNativeProcedure - Interface in org.ow2.frascati.fscript.procedures
An SCA native procedure is a fractal component that needs to be bound to the model component
ScaNewAction - Class in org.ow2.frascati.fscript.model
Implements the sca-new() action to instantiate SCA composites using FraSCAti Assembly Factory.
ScaNewAction() - Constructor for class org.ow2.frascati.fscript.model.ScaNewAction
Default constructor.
ScaParentAxis - Class in org.ow2.frascati.fscript.model
Implements the scaparent axis in FPath.
ScaParentAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaParentAxis
Default constructor.
ScaPropertyAxis - Class in org.ow2.frascati.fscript.model
Implements the scaproperty axis in FPath.
ScaPropertyAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaPropertyAxis
 
ScaPropertyNode - Class in org.ow2.frascati.fscript.model
A Node which represents a SCA property.
ScaPropertyNode(FraSCAtiModel, Component, SCAPropertyController, String) - Constructor for class org.ow2.frascati.fscript.model.ScaPropertyNode
Creates a new ScaPropertyNode.
ScaReferenceAxis - Class in org.ow2.frascati.fscript.model
Implements the scareference axis in FPath.
ScaReferenceAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaReferenceAxis
Default constructor
ScaReferenceNode - Class in org.ow2.frascati.fscript.model
A Node which represents an SCA reference of a FraSCAti component.
ScaReferenceNode(FraSCAtiModel, Interface) - Constructor for class org.ow2.frascati.fscript.model.ScaReferenceNode
Creates a new SCA reference node.
ScaRemoveAction - Class in org.ow2.frascati.fscript.model
Implements the sca-remove() action to remove SCA composites from the FraSCAti Domain.
ScaRemoveAction() - Constructor for class org.ow2.frascati.fscript.model.ScaRemoveAction
Default constructor.
ScaServiceAxis - Class in org.ow2.frascati.fscript.model
Implements the scaservice axis in FPath.
ScaServiceAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaServiceAxis
Default constructor
ScaServiceNode - Class in org.ow2.frascati.fscript.model
A Node which represents an SCA service of a FraSCAti component.
ScaServiceNode(FraSCAtiModel, Interface) - Constructor for class org.ow2.frascati.fscript.model.ScaServiceNode
Creates a new SCA Service node.
ScaWireAxis - Class in org.ow2.frascati.fscript.model
Implements the scawire axis in FPath.
ScaWireAxis(FraSCAtiModel) - Constructor for class org.ow2.frascati.fscript.model.ScaWireAxis
Default constructor
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaBindingAxis
Get a reference to the component implementing the SCA binding (WS, RMI, etc.).
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaChildAxis
Get nodes for this axis from the specified source node.
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaIntentAxis
Get a reference to the SCA component implementing the SCA intent (WS, RMI, etc.).
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaParentAxis
Get nodes for this axis from the specified source node.
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaPropertyAxis
 
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaReferenceAxis
 
selectFrom(Node) - Method in class org.ow2.frascati.fscript.model.ScaServiceAxis
 
setProperty(String, Object) - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
Changes the value of one of this node's properties.
setValue(Object) - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
Sets the value of this property.

T

toString() - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
Print this model.
toString() - Method in class org.ow2.frascati.fscript.model.ScaBindingNode
 
toString() - Method in class org.ow2.frascati.fscript.model.ScaComponentNode
 
toString() - Method in class org.ow2.frascati.fscript.model.ScaIntentNode
 
toString() - Method in class org.ow2.frascati.fscript.model.ScaPropertyNode
 
toString() - Method in class org.ow2.frascati.fscript.model.ScaReferenceNode
 
toString() - Method in class org.ow2.frascati.fscript.model.ScaServiceNode
 

U

unbindFc(String) - Method in class org.ow2.frascati.fscript.model.FraSCAtiModel
 
unbindFc(String) - Method in class org.ow2.frascati.fscript.model.ScaNewAction
 
unbindFc(String) - Method in class org.ow2.frascati.fscript.model.ScaRemoveAction
 
unbindFc(String) - Method in class org.ow2.frascati.fscript.procedures.AddBinding
 
updateContext(Bindings, String, Component) - Method in class org.ow2.frascati.fscript.jsr223.FraSCAtiScriptEngineFactory
Update FraSCAti SCript context by setting the varName variable with the given component.

A B C D F G I L M N O P R S T U

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