From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/assembly/AbstractContract.html | 319 +++++++++++ .../tuscany/sca/assembly/AbstractProperty.html | 514 ++++++++++++++++++ .../tuscany/sca/assembly/AbstractReference.html | 275 ++++++++++ .../tuscany/sca/assembly/AbstractService.html | 216 ++++++++ .../tuscany/sca/assembly/AssemblyFactory.html | 591 +++++++++++++++++++++ .../org/apache/tuscany/sca/assembly/Base.html | 260 +++++++++ .../org/apache/tuscany/sca/assembly/Binding.html | 314 +++++++++++ .../org/apache/tuscany/sca/assembly/Callback.html | 238 +++++++++ .../org/apache/tuscany/sca/assembly/Component.html | 574 ++++++++++++++++++++ .../tuscany/sca/assembly/ComponentProperty.html | 421 +++++++++++++++ .../tuscany/sca/assembly/ComponentReference.html | 423 +++++++++++++++ .../tuscany/sca/assembly/ComponentService.html | 356 +++++++++++++ .../apache/tuscany/sca/assembly/ComponentType.html | 389 ++++++++++++++ .../org/apache/tuscany/sca/assembly/Composite.html | 487 +++++++++++++++++ .../tuscany/sca/assembly/CompositeReference.html | 319 +++++++++++ .../tuscany/sca/assembly/CompositeService.html | 334 ++++++++++++ .../tuscany/sca/assembly/ConstrainingType.html | 340 ++++++++++++ .../org/apache/tuscany/sca/assembly/Contract.html | 351 ++++++++++++ .../sca/assembly/DefaultAssemblyFactory.html | 251 +++++++++ .../sca/assembly/DefaultSCABindingFactory.html | 251 +++++++++ .../tuscany/sca/assembly/Implementation.html | 216 ++++++++ .../apache/tuscany/sca/assembly/Multiplicity.html | 367 +++++++++++++ .../org/apache/tuscany/sca/assembly/Property.html | 274 ++++++++++ .../org/apache/tuscany/sca/assembly/Reference.html | 397 ++++++++++++++ .../apache/tuscany/sca/assembly/SCABinding.html | 266 ++++++++++ .../tuscany/sca/assembly/SCABindingFactory.html | 217 ++++++++ .../org/apache/tuscany/sca/assembly/Service.html | 308 +++++++++++ .../org/apache/tuscany/sca/assembly/Visitable.html | 216 ++++++++ .../org/apache/tuscany/sca/assembly/Visitor.html | 211 ++++++++ .../org/apache/tuscany/sca/assembly/Wire.html | 339 ++++++++++++ .../sca/assembly/class-use/AbstractContract.html | 277 ++++++++++ .../sca/assembly/class-use/AbstractProperty.html | 217 ++++++++ .../sca/assembly/class-use/AbstractReference.html | 253 +++++++++ .../sca/assembly/class-use/AbstractService.html | 253 +++++++++ .../sca/assembly/class-use/AssemblyFactory.html | 205 +++++++ .../tuscany/sca/assembly/class-use/Base.html | 408 ++++++++++++++ .../tuscany/sca/assembly/class-use/Binding.html | 347 ++++++++++++ .../tuscany/sca/assembly/class-use/Callback.html | 200 +++++++ .../tuscany/sca/assembly/class-use/Component.html | 245 +++++++++ .../sca/assembly/class-use/ComponentProperty.html | 192 +++++++ .../sca/assembly/class-use/ComponentReference.html | 253 +++++++++ .../sca/assembly/class-use/ComponentService.html | 269 ++++++++++ .../sca/assembly/class-use/ComponentType.html | 200 +++++++ .../tuscany/sca/assembly/class-use/Composite.html | 253 +++++++++ .../sca/assembly/class-use/CompositeReference.html | 176 ++++++ .../sca/assembly/class-use/CompositeService.html | 176 ++++++ .../sca/assembly/class-use/ConstrainingType.html | 216 ++++++++ .../tuscany/sca/assembly/class-use/Contract.html | 269 ++++++++++ .../assembly/class-use/DefaultAssemblyFactory.html | 140 +++++ .../class-use/DefaultSCABindingFactory.html | 140 +++++ .../sca/assembly/class-use/Implementation.html | 237 +++++++++ .../sca/assembly/class-use/Multiplicity.html | 209 ++++++++ .../tuscany/sca/assembly/class-use/Property.html | 232 ++++++++ .../tuscany/sca/assembly/class-use/Reference.html | 269 ++++++++++ .../tuscany/sca/assembly/class-use/SCABinding.html | 176 ++++++ .../sca/assembly/class-use/SCABindingFactory.html | 205 +++++++ .../tuscany/sca/assembly/class-use/Service.html | 269 ++++++++++ .../tuscany/sca/assembly/class-use/Visitable.html | 213 ++++++++ .../tuscany/sca/assembly/class-use/Visitor.html | 176 ++++++ .../tuscany/sca/assembly/class-use/Wire.html | 192 +++++++ .../apache/tuscany/sca/assembly/package-frame.html | 108 ++++ .../tuscany/sca/assembly/package-summary.html | 293 ++++++++++ .../apache/tuscany/sca/assembly/package-tree.html | 294 ++++++++++ .../apache/tuscany/sca/assembly/package-use.html | 504 ++++++++++++++++++ 64 files changed, 18100 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractContract.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractProperty.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AssemblyFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Base.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Binding.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Callback.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Component.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentProperty.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentType.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Composite.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ConstrainingType.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Contract.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultAssemblyFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultSCABindingFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Implementation.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Multiplicity.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Property.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Reference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABinding.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABindingFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Service.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitable.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitor.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Wire.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractContract.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractProperty.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AssemblyFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Base.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Binding.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Callback.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Component.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentProperty.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentType.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Composite.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeReference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeService.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ConstrainingType.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Contract.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultAssemblyFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultSCABindingFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Implementation.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Multiplicity.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Property.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Reference.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABinding.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABindingFactory.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Service.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitable.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitor.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Wire.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-frame.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-summary.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-tree.html create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-use.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractContract.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractContract.html new file mode 100644 index 0000000000..2ad2caa898 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractContract.html @@ -0,0 +1,319 @@ + + + + + + +AbstractContract + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface AbstractContract

+
+
All Superinterfaces:
Base, IntentAttachPoint
+
+
+
All Known Subinterfaces:
AbstractReference, AbstractService, ComponentReference, ComponentService, CompositeReference, CompositeService, Contract, Reference, RuntimeComponentReference, RuntimeComponentService, Service
+
+
+
+
public interface AbstractContract
extends Base, IntentAttachPoint
+ + +

+Interface contracts define one or more business functions. These business + functions are provided by services and are used by references. +

+ +

+

+
Version:
+
$Rev: 537404 $ $Date: 2007-05-12 13:51:42 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ InterfaceContractgetInterfaceContract() + +
+          Returns the interface contract defining the interface and callback + interface for the contract.
+ java.lang.StringgetName() + +
+          Returns the name of the contract.
+ voidsetInterfaceContract(InterfaceContract interfaceContract) + +
+          Returns the interface contract defining the interface and callback + interface for the contract.
+ voidsetName(java.lang.String name) + +
+          Sets the name of the contract.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the contract. +

+

+
+
+
+ +
Returns:
the name of the contract
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the name of the contract. +

+

+
+
+
+
Parameters:
name - the name of the contract
+
+
+
+ +

+getInterfaceContract

+
+InterfaceContract getInterfaceContract()
+
+
Returns the interface contract defining the interface and callback + interface for the contract. +

+

+
+
+
+ +
Returns:
the interface contract
+
+
+
+ +

+setInterfaceContract

+
+void setInterfaceContract(InterfaceContract interfaceContract)
+
+
Returns the interface contract defining the interface and callback + interface for the contract. +

+

+
+
+
+
Parameters:
interfaceContract - the interface contract
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractProperty.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractProperty.html new file mode 100644 index 0000000000..25407e4bfc --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractProperty.html @@ -0,0 +1,514 @@ + + + + + + +AbstractProperty + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface AbstractProperty

+
+
All Superinterfaces:
Base, IntentAttachPoint
+
+
+
All Known Subinterfaces:
ComponentProperty, Property
+
+
+
+
public interface AbstractProperty
extends Base, IntentAttachPoint
+ + +

+A property allows for the configuration of an implementation with externally + set data values. An implementation can have zero or more properties. Each + property has a data type, which may be either simple or complex. An + implementation may also define a default value for a property. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Returns the property name.
+ java.lang.ObjectgetValue() + +
+          Returns the default value of the property.
+ javax.xml.namespace.QNamegetXSDElement() + +
+          Returns the element defining the data type of this property.
+ javax.xml.namespace.QNamegetXSDType() + +
+          Returns the data type of this property.
+ booleanisMany() + +
+          Returns true if the property allows multiple values.
+ booleanisMustSupply() + +
+          Returns true if a value must be supplied for the property.
+ voidsetMany(boolean many) + +
+          Sets whether or not the property allows multiple values.
+ voidsetMustSupply(boolean mustSupply) + +
+          Sets whether a value must be supplied for the property.
+ voidsetName(java.lang.String name) + +
+          Sets the property name.
+ voidsetValue(java.lang.Object defaultValue) + +
+          Sets the default value of the property.
+ voidsetXSDElement(javax.xml.namespace.QName element) + +
+          Sets the element defining the data type of this property.
+ voidsetXSDType(javax.xml.namespace.QName type) + +
+          Sets the data type of this property.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the property name. +

+

+
+
+
+ +
Returns:
the property name
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the property name. +

+

+
+
+
+
Parameters:
name - the property name
+
+
+
+ +

+getValue

+
+java.lang.Object getValue()
+
+
Returns the default value of the property. +

+

+
+
+
+ +
Returns:
the default value of ths property
+
+
+
+ +

+setValue

+
+void setValue(java.lang.Object defaultValue)
+
+
Sets the default value of the property. +

+

+
+
+
+
Parameters:
defaultValue - the default value of ths property
+
+
+
+ +

+isMany

+
+boolean isMany()
+
+
Returns true if the property allows multiple values. +

+

+
+
+
+ +
Returns:
true if the property allows multiple values
+
+
+
+ +

+setMany

+
+void setMany(boolean many)
+
+
Sets whether or not the property allows multiple values. +

+

+
+
+
+
Parameters:
many - true if the property should allow multiple values
+
+
+
+ +

+isMustSupply

+
+boolean isMustSupply()
+
+
Returns true if a value must be supplied for the property. +

+

+
+
+
+ +
Returns:
true is a value must be supplied for the property
+
+
+
+ +

+setMustSupply

+
+void setMustSupply(boolean mustSupply)
+
+
Sets whether a value must be supplied for the property. +

+

+
+
+
+
Parameters:
mustSupply - set to true to require that a value be supplied for + uses of this property
+
+
+
+ +

+getXSDType

+
+javax.xml.namespace.QName getXSDType()
+
+
Returns the data type of this property. This is the qualified name of an + XML schema type. +

+

+
+
+
+ +
Returns:
the type of this property
+
+
+
+ +

+setXSDType

+
+void setXSDType(javax.xml.namespace.QName type)
+
+
Sets the data type of this property. This is the qualified name of an XML + schema type. +

+

+
+
+
+
Parameters:
type - the type of this property
+
+
+
+ +

+getXSDElement

+
+javax.xml.namespace.QName getXSDElement()
+
+
Returns the element defining the data type of this property. This is the + qualified name of an XML schema element. +

+

+
+
+
+ +
Returns:
the element defining the type of this property
+
+
+
+ +

+setXSDElement

+
+void setXSDElement(javax.xml.namespace.QName element)
+
+
Sets the element defining the data type of this property. This is the + qualified name of an XML schema element. +

+

+
+
+
+
Parameters:
type - the element defining the type of this property
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractReference.html new file mode 100644 index 0000000000..29fd8d5ff5 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractReference.html @@ -0,0 +1,275 @@ + + + + + + +AbstractReference + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface AbstractReference

+
+
All Superinterfaces:
AbstractContract, Base, IntentAttachPoint
+
+
+
All Known Subinterfaces:
ComponentReference, CompositeReference, Reference, RuntimeComponentReference
+
+
+
+
public interface AbstractReference
extends AbstractContract
+ + +

+Represents a reference contract. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ MultiplicitygetMultiplicity() + +
+          Returns the multiplicity allowed for wires connected to this reference.
+ voidsetMultiplicity(Multiplicity multiplicity) + +
+          Sets the multiplicity allowed for wires connected to this reference.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getMultiplicity

+
+Multiplicity getMultiplicity()
+
+
Returns the multiplicity allowed for wires connected to this reference. +

+

+
+
+
+ +
Returns:
the multiplicity allowed for wires connected to this reference
+
+
+
+ +

+setMultiplicity

+
+void setMultiplicity(Multiplicity multiplicity)
+
+
Sets the multiplicity allowed for wires connected to this reference. +

+

+
+
+
+
Parameters:
multiplicity - the multiplicity allowed for wires connected to this + reference
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractService.html new file mode 100644 index 0000000000..76dc2a063e --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AbstractService.html @@ -0,0 +1,216 @@ + + + + + + +AbstractService + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface AbstractService

+
+
All Superinterfaces:
AbstractContract, Base, IntentAttachPoint
+
+
+
All Known Subinterfaces:
ComponentService, CompositeService, RuntimeComponentService, Service
+
+
+
+
public interface AbstractService
extends AbstractContract
+ + +

+Represents a service contract. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AssemblyFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AssemblyFactory.html new file mode 100644 index 0000000000..a8b577b59a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/AssemblyFactory.html @@ -0,0 +1,591 @@ + + + + + + +AssemblyFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface AssemblyFactory

+
+
All Known Implementing Classes:
org.apache.tuscany.sca.assembly.impl.AssemblyFactoryImpl, DefaultAssemblyFactory
+
+
+
+
public interface AssemblyFactory
+ + +

+A factory for the assembly model +

+ +

+

+
Version:
+
$Rev: 538819 $ $Date: 2007-05-17 07:54:50 +0100 (Thu, 17 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AbstractPropertycreateAbstractProperty() + +
+          Create a new abstract property.
+ AbstractReferencecreateAbstractReference() + +
+          Create a new abstract reference.
+ AbstractServicecreateAbstractService() + +
+          Create a new abstract service.
+ CallbackcreateCallback() + +
+          Create a new callback.
+ ComponentcreateComponent() + +
+          Create a new component.
+ ComponentPropertycreateComponentProperty() + +
+          Create a new component property.
+ ComponentReferencecreateComponentReference() + +
+          Create a new component reference.
+ ComponentServicecreateComponentService() + +
+          Create a new component service.
+ ComponentTypecreateComponentType() + +
+          Create a new component type
+ CompositecreateComposite() + +
+          Create a new composite.
+ CompositeReferencecreateCompositeReference() + +
+          Create a new composite reference.
+ CompositeServicecreateCompositeService() + +
+          Create a new composite service.
+ ConstrainingTypecreateConstrainingType() + +
+          Create a new constraining type.
+ OperationcreateOperation() + +
+          Create a new operation.
+ PropertycreateProperty() + +
+          Create a new property.
+ ReferencecreateReference() + +
+          Create a new reference.
+ ServicecreateService() + +
+          Create a new service.
+ WirecreateWire() + +
+          Create a new wire.
+  +

+ + + + + + + + +
+Method Detail
+ +

+createAbstractProperty

+
+AbstractProperty createAbstractProperty()
+
+
Create a new abstract property. +

+

+ +
Returns:
a new abstract property
+
+
+
+ +

+createAbstractReference

+
+AbstractReference createAbstractReference()
+
+
Create a new abstract reference. +

+

+ +
Returns:
a new abstract reference
+
+
+
+ +

+createAbstractService

+
+AbstractService createAbstractService()
+
+
Create a new abstract service. +

+

+ +
Returns:
a new abstract service
+
+
+
+ +

+createCallback

+
+Callback createCallback()
+
+
Create a new callback. +

+

+ +
Returns:
+
+
+
+ +

+createComponent

+
+Component createComponent()
+
+
Create a new component. +

+

+ +
Returns:
a new component
+
+
+
+ +

+createComponentProperty

+
+ComponentProperty createComponentProperty()
+
+
Create a new component property. +

+

+ +
Returns:
a new component property
+
+
+
+ +

+createComponentReference

+
+ComponentReference createComponentReference()
+
+
Create a new component reference. +

+

+ +
Returns:
a new component reference
+
+
+
+ +

+createComponentService

+
+ComponentService createComponentService()
+
+
Create a new component service. +

+

+ +
Returns:
a new component service
+
+
+
+ +

+createComponentType

+
+ComponentType createComponentType()
+
+
Create a new component type +

+

+ +
Returns:
a new component type
+
+
+
+ +

+createComposite

+
+Composite createComposite()
+
+
Create a new composite. +

+

+ +
Returns:
a new composite
+
+
+
+ +

+createCompositeReference

+
+CompositeReference createCompositeReference()
+
+
Create a new composite reference. +

+

+ +
Returns:
a new composite reference
+
+
+
+ +

+createCompositeService

+
+CompositeService createCompositeService()
+
+
Create a new composite service. +

+

+ +
Returns:
a new composite service
+
+
+
+ +

+createConstrainingType

+
+ConstrainingType createConstrainingType()
+
+
Create a new constraining type. +

+

+ +
Returns:
a new constraining type
+
+
+
+ +

+createProperty

+
+Property createProperty()
+
+
Create a new property. +

+

+ +
Returns:
a new property
+
+
+
+ +

+createReference

+
+Reference createReference()
+
+
Create a new reference. +

+

+ +
Returns:
a new reference
+
+
+
+ +

+createService

+
+Service createService()
+
+
Create a new service. +

+

+ +
Returns:
a new service
+
+
+
+ +

+createWire

+
+Wire createWire()
+
+
Create a new wire. +

+

+ +
Returns:
a new wire
+
+
+
+ +

+createOperation

+
+Operation createOperation()
+
+
Create a new operation. +

+

+ +
Returns:
a new operation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Base.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Base.html new file mode 100644 index 0000000000..0f5852e62a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Base.html @@ -0,0 +1,260 @@ + + + + + + +Base + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Base

+
+
All Known Subinterfaces:
AbstractContract, AbstractProperty, AbstractReference, AbstractService, Binding, Callback, Component, ComponentProperty, ComponentReference, ComponentService, ComponentType, Composite, CompositeReference, CompositeService, ConstrainingType, Contract, Implementation, Property, Reference, RuntimeComponent, RuntimeComponentReference, RuntimeComponentService, SCABinding, Service, Wire
+
+
+
+
public interface Base
+ + +

+Base interface for all assembly model objects. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<java.lang.Object>getExtensions() + +
+          Returns a list of extension objects contained in this model object.
+ booleanisUnresolved() + +
+          Returns true if the model element is unresolved.
+ voidsetUnresolved(boolean unresolved) + +
+          Sets whether the model element is unresolved.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getExtensions

+
+java.util.List<java.lang.Object> getExtensions()
+
+
Returns a list of extension objects contained in this model object. +

+

+ +
Returns:
a list of extension objects container in this model object
+
+
+
+ +

+isUnresolved

+
+boolean isUnresolved()
+
+
Returns true if the model element is unresolved. +

+

+ +
Returns:
true if the model element is unresolved.
+
+
+
+ +

+setUnresolved

+
+void setUnresolved(boolean unresolved)
+
+
Sets whether the model element is unresolved. +

+

+
Parameters:
unresolved - whether the model element is unresolved
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Binding.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Binding.html new file mode 100644 index 0000000000..e474dd82fe --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Binding.html @@ -0,0 +1,314 @@ + + + + + + +Binding + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Binding

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
SCABinding
+
+
+
+
public interface Binding
extends Base, IntentAttachPoint, PolicySetAttachPoint
+ + +

+Represents a binding. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Returns the binding name.
+ java.lang.StringgetURI() + +
+          Returns the binding URI.
+ voidsetName(java.lang.String name) + +
+          Sets the binding name.
+ voidsetURI(java.lang.String uri) + +
+          Sets the binding URI.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the binding URI. +

+

+
+
+
+ +
Returns:
the binding uri
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String uri)
+
+
Sets the binding URI. +

+

+
+
+
+
Parameters:
uri - the binding uri
+
+
+
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the binding name. +

+

+
+
+
+ +
Returns:
the binding name
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the binding name. +

+

+
+
+
+
Parameters:
name - the binding name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Callback.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Callback.html new file mode 100644 index 0000000000..8db93918b3 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Callback.html @@ -0,0 +1,238 @@ + + + + + + +Callback + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Callback

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
+
public interface Callback
extends Base, IntentAttachPoint, PolicySetAttachPoint
+ + +

+Represents a callback object describing the bindings to use for callbacks. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings supported for callbacks.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ + + + + + + + +
+Method Detail
+ +

+getBindings

+
+java.util.List<Binding> getBindings()
+
+
Returns the bindings supported for callbacks. +

+

+
+
+
+ +
Returns:
the bindings supported for callbacks
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Component.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Component.html new file mode 100644 index 0000000000..6eb87c76fd --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Component.html @@ -0,0 +1,574 @@ + + + + + + +Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Component

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint, Visitable
+
+
+
All Known Subinterfaces:
RuntimeComponent
+
+
+
+
public interface Component
extends Base, IntentAttachPoint, PolicySetAttachPoint, Visitable
+ + +

+Represents a component. A component is a configured instance of an + implementation. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the component.
+ ConstrainingTypegetConstrainingType() + +
+          Returns a constraining type defining the shape of the component.
+ ImplementationgetImplementation() + +
+          Returns the component implementation.
+ java.lang.StringgetName() + +
+          Returns the name of the component.
+ java.util.List<ComponentProperty>getProperties() + +
+          Returns a list of properties for the component.
+ java.util.List<ComponentReference>getReferences() + +
+          Returns a list of references used by the component.
+ java.util.List<ComponentService>getServices() + +
+          Returns a list of services exposed by the component.
+ java.lang.StringgetURI() + +
+          Returns the URI of the component.
+ booleanisAutowire() + +
+          Returns true if the component references should be autowired.
+ voidsetAutowire(boolean autowire) + +
+          Sets whether component references should be autowired.
+ voidsetConstrainingType(ConstrainingType constrainingType) + +
+          Sets a constraining type defining the shape of the component.
+ voidsetImplementation(Implementation implementation) + +
+          Sets the component implementation
+ voidsetName(java.lang.String name) + +
+          Sets the name of the component.
+ voidsetURI(java.lang.String uri) + +
+          Sets the URI of the component.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Visitable
accept
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the URI of the component. +

+

+
+
+
+ +
Returns:
the URI of the component
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String uri)
+
+
Sets the URI of the component. +

+

+
+
+
+
Parameters:
uri - the URI of the component
+
+
+
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the component. +

+

+
+
+
+ +
Returns:
the name of the component
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the name of the component. +

+

+
+
+
+
Parameters:
name - the name of the component
+
+
+
+ +

+getImplementation

+
+Implementation getImplementation()
+
+
Returns the component implementation. +

+

+
+
+
+ +
Returns:
the component implementation
+
+
+
+ +

+setImplementation

+
+void setImplementation(Implementation implementation)
+
+
Sets the component implementation +

+

+
+
+
+
Parameters:
implementation - the component implementation
+
+
+
+ +

+getReferences

+
+java.util.List<ComponentReference> getReferences()
+
+
Returns a list of references used by the component. +

+

+
+
+
+ +
Returns:
a list of references used by the component
+
+
+
+ +

+getServices

+
+java.util.List<ComponentService> getServices()
+
+
Returns a list of services exposed by the component. +

+

+
+
+
+ +
Returns:
a list of services exposed by the component
+
+
+
+ +

+getProperties

+
+java.util.List<ComponentProperty> getProperties()
+
+
Returns a list of properties for the component. +

+

+
+
+
+ +
Returns:
a list of properties
+
+
+
+ +

+getConstrainingType

+
+ConstrainingType getConstrainingType()
+
+
Returns a constraining type defining the shape of the component. +

+

+
+
+
+ +
Returns:
a constraining type
+
+
+
+ +

+setConstrainingType

+
+void setConstrainingType(ConstrainingType constrainingType)
+
+
Sets a constraining type defining the shape of the component. +

+

+
+
+
+
Parameters:
constrainingType - the constraining type
+
+
+
+ +

+isAutowire

+
+boolean isAutowire()
+
+
Returns true if the component references should be autowired. +

+

+
+
+
+ +
Returns:
whether component references should be autowired.
+
+
+
+ +

+setAutowire

+
+void setAutowire(boolean autowire)
+
+
Sets whether component references should be autowired. +

+

+
+
+
+
Parameters:
autowire - whether component references should be autowired
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the component. +

+

+
+
+
+ +
Returns:
a clone of the component +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentProperty.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentProperty.html new file mode 100644 index 0000000000..d793afbd9a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentProperty.html @@ -0,0 +1,421 @@ + + + + + + +ComponentProperty + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ComponentProperty

+
+
All Superinterfaces:
AbstractProperty, Base, java.lang.Cloneable, IntentAttachPoint, PolicySetAttachPoint, Property
+
+
+
+
public interface ComponentProperty
extends Property, java.lang.Cloneable
+ + +

+Represents a configured property of a component. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Clone the component property.
+ java.lang.StringgetFile() + +
+          Returns a URI to a file containing the property value.
+ PropertygetProperty() + +
+          Returns the property defined by the component implementation.
+ java.lang.StringgetSource() + +
+          Returns an xpath expression referencing a property of the enclosing + composite.
+ voidsetFile(java.lang.String file) + +
+          Sets a URI to a file containing the property value.
+ voidsetProperty(Property property) + +
+          Sets the property type that defines this property.
+ voidsetSource(java.lang.String source) + +
+          Sets an xpath expression referencing a property of the enclosing + composite.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractProperty
getName, getValue, getXSDElement, getXSDType, isMany, isMustSupply, setMany, setMustSupply, setName, setValue, setXSDElement, setXSDType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getProperty

+
+Property getProperty()
+
+
Returns the property defined by the component implementation. +

+

+
+
+
+ +
Returns:
the property defined by the component implementation
+
+
+
+ +

+setProperty

+
+void setProperty(Property property)
+
+
Sets the property type that defines this property. +

+

+
+
+
+
Parameters:
type - the property that defines this property
+
+
+
+ +

+getSource

+
+java.lang.String getSource()
+
+
Returns an xpath expression referencing a property of the enclosing + composite. +

+

+
+
+
+ +
Returns:
an xpath expression referencing a property of the enclosing + composite
+
+
+
+ +

+setSource

+
+void setSource(java.lang.String source)
+
+
Sets an xpath expression referencing a property of the enclosing + composite. +

+

+
+
+
+
Parameters:
source - an xpath expression referencing a property of the enclosing + composite
+
+
+
+ +

+getFile

+
+java.lang.String getFile()
+
+
Returns a URI to a file containing the property value. +

+

+
+
+
+ +
Returns:
a URI to a file containing the property value
+
+
+
+ +

+setFile

+
+void setFile(java.lang.String file)
+
+
Sets a URI to a file containing the property value. +

+

+
+
+
+
Parameters:
file - a URI to a file containing the property value
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Clone the component property. +

+

+
Specified by:
clone in interface Property
+
+
+ +
Returns:
a clone of the component property +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html new file mode 100644 index 0000000000..8f5732324d --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html @@ -0,0 +1,423 @@ + + + + + + +ComponentReference + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ComponentReference

+
+
All Superinterfaces:
AbstractContract, AbstractReference, Base, Contract, IntentAttachPoint, PolicySetAttachPoint, Reference
+
+
+
All Known Subinterfaces:
RuntimeComponentReference
+
+
+
+
public interface ComponentReference
extends Reference
+ + +

+An instance of a reference associated with a particular component. +

+ +

+

+
Version:
+
$Rev: 538463 $ $Date: 2007-05-16 08:55:58 +0100 (Wed, 16 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Clone the component reference.
+ ReferencegetReference() + +
+          Returns the reference defined by the implementation for this reference.
+ booleanisAutowire() + +
+          Returns true if the reference should be autowired.
+ voidsetAutowire(boolean autowire) + +
+          Sets whether the reference should be autowired.
+ voidsetReference(Reference reference) + +
+          Sets the reference defined by the implementation for this reference.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Reference
getTargets, isWiredByImpl, setWiredByImpl
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractReference
getMultiplicity, setMultiplicity
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getReference

+
+Reference getReference()
+
+
Returns the reference defined by the implementation for this reference. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setReference

+
+void setReference(Reference reference)
+
+
Sets the reference defined by the implementation for this reference. +

+

+
+
+
+
Parameters:
reference -
+
+
+
+ +

+isAutowire

+
+boolean isAutowire()
+
+
Returns true if the reference should be autowired. +

+

+
+
+
+ +
Returns:
whether the reference should be autowired.
+
+
+
+ +

+setAutowire

+
+void setAutowire(boolean autowire)
+
+
Sets whether the reference should be autowired. +

+

+
+
+
+
Parameters:
autowire - whether the reference should be autowired
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Clone the component reference. +

+

+
Specified by:
clone in interface Reference
+
+
+ +
Returns:
a clone of the component reference +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentService.html new file mode 100644 index 0000000000..076f5914fc --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentService.html @@ -0,0 +1,356 @@ + + + + + + +ComponentService + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ComponentService

+
+
All Superinterfaces:
AbstractContract, AbstractService, Base, Contract, IntentAttachPoint, PolicySetAttachPoint, Service
+
+
+
All Known Subinterfaces:
RuntimeComponentService
+
+
+
+
public interface ComponentService
extends Service
+ + +

+An addressable instance of a service associated with a particular component. +

+ +

+

+
Version:
+
$Rev: 538463 $ $Date: 2007-05-16 08:55:58 +0100 (Wed, 16 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Clone the component service.
+ ServicegetService() + +
+          Returns the service defined by the implementation for this service.
+ voidsetService(Service service) + +
+          Sets the service defined by the implementation for this service.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getService

+
+Service getService()
+
+
Returns the service defined by the implementation for this service. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setService

+
+void setService(Service service)
+
+
Sets the service defined by the implementation for this service. +

+

+
+
+
+
Parameters:
service -
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Clone the component service. +

+

+
Specified by:
clone in interface Service
+
+
+ +
Returns:
a clone of the component service +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentType.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentType.html new file mode 100644 index 0000000000..14c1a27c25 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentType.html @@ -0,0 +1,389 @@ + + + + + + +ComponentType + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ComponentType

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
Composite, Implementation
+
+
+
+
public interface ComponentType
extends Base, IntentAttachPoint, PolicySetAttachPoint
+ + +

+Describes an implementation and represents its configurable aspects. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ConstrainingTypegetConstrainingType() + +
+          Returns a constraining type defining the shape of the implementation.
+ java.util.List<Property>getProperties() + +
+          Returns the list of properties that can be set.
+ java.util.List<Reference>getReferences() + +
+          Returns the list of reference types that are used.
+ java.util.List<Service>getServices() + +
+          Returns a list of services that are offered.
+ java.lang.StringgetURI() + +
+          Returns the URI of this component type.
+ voidsetConstrainingType(ConstrainingType constrainingType) + +
+          Sets a constraining type defining the shape of the implementation.
+ voidsetURI(java.lang.String uri) + +
+          Sets the URI of this component type.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+java.lang.String getURI()
+
+
Returns the URI of this component type. +

+

+
+
+
+ +
Returns:
the URI of the component type
+
+
+
+ +

+setURI

+
+void setURI(java.lang.String uri)
+
+
Sets the URI of this component type. +

+

+
+
+
+
Parameters:
uri - the URI of the component type
+
+
+
+ +

+getServices

+
+java.util.List<Service> getServices()
+
+
Returns a list of services that are offered. +

+

+
+
+
+ +
Returns:
a list of services that are offered
+
+
+
+ +

+getReferences

+
+java.util.List<Reference> getReferences()
+
+
Returns the list of reference types that are used. +

+

+
+
+
+ +
Returns:
the list of reference types that are used
+
+
+
+ +

+getProperties

+
+java.util.List<Property> getProperties()
+
+
Returns the list of properties that can be set. +

+

+
+
+
+ +
Returns:
the list of properties that can be set
+
+
+
+ +

+getConstrainingType

+
+ConstrainingType getConstrainingType()
+
+
Returns a constraining type defining the shape of the implementation. +

+

+
+
+
+ +
Returns:
a constraining type
+
+
+
+ +

+setConstrainingType

+
+void setConstrainingType(ConstrainingType constrainingType)
+
+
Sets a constraining type defining the shape of the implementation. +

+

+
+
+
+
Parameters:
constrainingType - the constraining type to set
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Composite.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Composite.html new file mode 100644 index 0000000000..6639979f13 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Composite.html @@ -0,0 +1,487 @@ + + + + + + +Composite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Composite

+
+
All Superinterfaces:
Base, ComponentType, Implementation, IntentAttachPoint, PolicySetAttachPoint, Visitable
+
+
+
+
public interface Composite
extends Implementation, Visitable
+ + +

+Represents a composite. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the component type.
+ java.util.List<Component>getComponents() + +
+          Returns a list of components contained in this composite.
+ java.util.List<Composite>getIncludes() + +
+          Returns a list of composites included in this composite.
+ javax.xml.namespace.QNamegetName() + +
+          Returns the name of the composite.
+ java.util.List<Wire>getWires() + +
+          Returns a list of wires contained in this composite.
+ booleanisAutowire() + +
+          Returns true if autowiring is enabled in the composite.
+ booleanisLocal() + +
+          Returns true if all the components within the composite must run in the + same process.
+ voidsetAutowire(boolean autowire) + +
+          Sets whether autowiring is enabled in the composite.
+ voidsetLocal(boolean local) + +
+          Sets whether all the components within the composite must run in the same + process.
+ voidsetName(javax.xml.namespace.QName name) + +
+          Sets the name of the composite.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Visitable
accept
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+javax.xml.namespace.QName getName()
+
+
Returns the name of the composite. +

+

+
+
+
+ +
Returns:
the name of the composite
+
+
+
+ +

+setName

+
+void setName(javax.xml.namespace.QName name)
+
+
Sets the name of the composite. +

+

+
+
+
+
Parameters:
name - the name of the composite
+
+
+
+ +

+getIncludes

+
+java.util.List<Composite> getIncludes()
+
+
Returns a list of composites included in this composite. +

+

+
+
+
+ +
Returns:
a list of composites included in this composite.
+
+
+
+ +

+getComponents

+
+java.util.List<Component> getComponents()
+
+
Returns a list of components contained in this composite. +

+

+
+
+
+ +
Returns:
a list of components contained in this composite
+
+
+
+ +

+getWires

+
+java.util.List<Wire> getWires()
+
+
Returns a list of wires contained in this composite. +

+

+
+
+
+ +
Returns:
a list of wires contained in this composite
+
+
+
+ +

+isLocal

+
+boolean isLocal()
+
+
Returns true if all the components within the composite must run in the + same process. +

+

+
+
+
+ +
Returns:
true if all the components within the composite must run in the + same process
+
+
+
+ +

+setLocal

+
+void setLocal(boolean local)
+
+
Sets whether all the components within the composite must run in the same + process. +

+

+
+
+
+
Parameters:
local - whether all the components within the composite must run in + the same process
+
+
+
+ +

+isAutowire

+
+boolean isAutowire()
+
+
Returns true if autowiring is enabled in the composite. +

+

+
+
+
+ +
Returns:
true if autowiring is enabled in the composite
+
+
+
+ +

+setAutowire

+
+void setAutowire(boolean autowire)
+
+
Sets whether autowiring is enabled in the composite. +

+

+
+
+
+
Parameters:
autowire - whether autowiring is enabled in the composite
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the component type. +

+

+
+
+
+ +
Returns:
a clone of the component type +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeReference.html new file mode 100644 index 0000000000..a6019b8bd7 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeReference.html @@ -0,0 +1,319 @@ + + + + + + +CompositeReference + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface CompositeReference

+
+
All Superinterfaces:
AbstractContract, AbstractReference, Base, Contract, IntentAttachPoint, PolicySetAttachPoint, Reference
+
+
+
+
public interface CompositeReference
extends Reference
+ + +

+Represents composite reference. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.util.List<ComponentReference>getPromotedReferences() + +
+          Returns the promoted composite references.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Reference
clone, getTargets, isWiredByImpl, setWiredByImpl
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractReference
getMultiplicity, setMultiplicity
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getPromotedReferences

+
+java.util.List<ComponentReference> getPromotedReferences()
+
+
Returns the promoted composite references. +

+

+
+
+
+ +
Returns:
the promoted composite references
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeService.html new file mode 100644 index 0000000000..1bc87714b7 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/CompositeService.html @@ -0,0 +1,334 @@ + + + + + + +CompositeService + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface CompositeService

+
+
All Superinterfaces:
AbstractContract, AbstractService, Base, Contract, IntentAttachPoint, PolicySetAttachPoint, Service
+
+
+
+
public interface CompositeService
extends Service
+ + +

+Represents a composite service. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentServicegetPromotedService() + +
+          Returns the promoted component service .
+ voidsetPromotedService(ComponentService promotedService) + +
+          Sets the promoted component service
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Service
clone
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getPromotedService

+
+ComponentService getPromotedService()
+
+
Returns the promoted component service . +

+

+
+
+
+ +
Returns:
the promoted component service.
+
+
+
+ +

+setPromotedService

+
+void setPromotedService(ComponentService promotedService)
+
+
Sets the promoted component service +

+

+
+
+
+
Parameters:
promotedService - the promoted component service.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ConstrainingType.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ConstrainingType.html new file mode 100644 index 0000000000..ed3067d017 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ConstrainingType.html @@ -0,0 +1,340 @@ + + + + + + +ConstrainingType + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ConstrainingType

+
+
All Superinterfaces:
Base, IntentAttachPoint
+
+
+
+
public interface ConstrainingType
extends Base, IntentAttachPoint
+ + +

+A constrainingType provides the "shape" for a component and its + implementation. Any component configuration that points to a constrainingType + is constrained by this shape. The constrainingType specifies the services, + references and properties that must be implemented. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetName() + +
+          Returns the name of the constrainingType.
+ java.util.List<AbstractProperty>getProperties() + +
+          Returns the list of properties that can be set.
+ java.util.List<AbstractReference>getReferences() + +
+          Returns the list of references that are used.
+ java.util.List<AbstractService>getServices() + +
+          Returns a list of services that are offered.
+ voidsetName(javax.xml.namespace.QName name) + +
+          Sets the name of the constrainingType.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+javax.xml.namespace.QName getName()
+
+
Returns the name of the constrainingType. +

+

+
+
+
+ +
Returns:
the name of the constrainingType
+
+
+
+ +

+setName

+
+void setName(javax.xml.namespace.QName name)
+
+
Sets the name of the constrainingType. +

+

+
+
+
+
Parameters:
name - the name of the constrainingType
+
+
+
+ +

+getServices

+
+java.util.List<AbstractService> getServices()
+
+
Returns a list of services that are offered. +

+

+
+
+
+ +
Returns:
a list of services that are offered
+
+
+
+ +

+getReferences

+
+java.util.List<AbstractReference> getReferences()
+
+
Returns the list of references that are used. +

+

+
+
+
+ +
Returns:
the list of references that are used
+
+
+
+ +

+getProperties

+
+java.util.List<AbstractProperty> getProperties()
+
+
Returns the list of properties that can be set. +

+

+
+
+
+ +
Returns:
the list of properties that can be set
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Contract.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Contract.html new file mode 100644 index 0000000000..8a58aba7a0 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Contract.html @@ -0,0 +1,351 @@ + + + + + + +Contract + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Contract

+
+
All Superinterfaces:
AbstractContract, Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
ComponentReference, ComponentService, CompositeReference, CompositeService, Reference, RuntimeComponentReference, RuntimeComponentService, Service
+
+
+
+
public interface Contract
extends AbstractContract, PolicySetAttachPoint
+ + +

+Represents a contract. A contract can be either a service or a reference. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ + + + + +
+<B> B
+
getBinding(java.lang.Class<B> bindingClass) + +
+          Returns a binding of the specified type or null if there is no such + binding configured on this contract.
+ java.util.List<Binding>getBindings() + +
+          Returns the bindings supported by this contract.
+ CallbackgetCallback() + +
+          Returns a callback definition of the bindings to use for callbacks.
+ voidsetCallback(Callback callback) + +
+          Sets a callback definition of the bindings to use for callbacks
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+getBindings

+
+java.util.List<Binding> getBindings()
+
+
Returns the bindings supported by this contract. +

+

+
+
+
+ +
Returns:
the bindings supported by this contract
+
+
+
+ +

+getBinding

+
+<B> B getBinding(java.lang.Class<B> bindingClass)
+
+
Returns a binding of the specified type or null if there is no such + binding configured on this contract. +

+

+
+
+
+
Type Parameters:
B - the binding type
Parameters:
bindingClass - the binding type class +
Returns:
the binding or null if there is no binding of the specified type
+
+
+
+ +

+getCallback

+
+Callback getCallback()
+
+
Returns a callback definition of the bindings to use for callbacks. +

+

+
+
+
+ +
Returns:
a definition of the bindings to use for callbacks
+
+
+
+ +

+setCallback

+
+void setCallback(Callback callback)
+
+
Sets a callback definition of the bindings to use for callbacks +

+

+
+
+
+
Parameters:
callback - a definition of the bindings to use for callbacks
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultAssemblyFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultAssemblyFactory.html new file mode 100644 index 0000000000..c2aba742f3 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultAssemblyFactory.html @@ -0,0 +1,251 @@ + + + + + + +DefaultAssemblyFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Class DefaultAssemblyFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.assembly.impl.AssemblyFactoryImpl
+      extended by org.apache.tuscany.sca.assembly.DefaultAssemblyFactory
+
+
+
All Implemented Interfaces:
AssemblyFactory
+
+
+
+
public class DefaultAssemblyFactory
extends org.apache.tuscany.sca.assembly.impl.AssemblyFactoryImpl
implements AssemblyFactory
+ + +

+A factory for the assembly model. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DefaultAssemblyFactory() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.assembly.impl.AssemblyFactoryImpl
createAbstractProperty, createAbstractReference, createAbstractService, createCallback, createComponent, createComponentProperty, createComponentReference, createComponentService, createComponentType, createComposite, createCompositeReference, createCompositeService, createConstrainingType, createOperation, createProperty, createReference, createService, createWire
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AssemblyFactory
createAbstractProperty, createAbstractReference, createAbstractService, createCallback, createComponent, createComponentProperty, createComponentReference, createComponentService, createComponentType, createComposite, createCompositeReference, createCompositeService, createConstrainingType, createOperation, createProperty, createReference, createService, createWire
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefaultAssemblyFactory

+
+public DefaultAssemblyFactory()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultSCABindingFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultSCABindingFactory.html new file mode 100644 index 0000000000..863f98fd58 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/DefaultSCABindingFactory.html @@ -0,0 +1,251 @@ + + + + + + +DefaultSCABindingFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Class DefaultSCABindingFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.assembly.impl.SCABindingFactoryImpl
+      extended by org.apache.tuscany.sca.assembly.DefaultSCABindingFactory
+
+
+
All Implemented Interfaces:
SCABindingFactory
+
+
+
+
public class DefaultSCABindingFactory
extends org.apache.tuscany.sca.assembly.impl.SCABindingFactoryImpl
implements SCABindingFactory
+ + +

+A factory for the SCA binding model. +

+ +

+

+
Version:
+
$Rev: 538819 $ $Date: 2007-05-17 07:54:50 +0100 (Thu, 17 May 2007) $
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DefaultSCABindingFactory() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.assembly.impl.SCABindingFactoryImpl
createSCABinding
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.SCABindingFactory
createSCABinding
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefaultSCABindingFactory

+
+public DefaultSCABindingFactory()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Implementation.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Implementation.html new file mode 100644 index 0000000000..fd8f6038b0 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Implementation.html @@ -0,0 +1,216 @@ + + + + + + +Implementation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Implementation

+
+
All Superinterfaces:
Base, ComponentType, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
Composite
+
+
+
+
public interface Implementation
extends ComponentType
+ + +

+Represents a component implementation. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Multiplicity.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Multiplicity.html new file mode 100644 index 0000000000..f9f63372ee --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Multiplicity.html @@ -0,0 +1,367 @@ + + + + + + +Multiplicity + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Enum Multiplicity

+
+java.lang.Object
+  extended by java.lang.Enum<Multiplicity>
+      extended by org.apache.tuscany.sca.assembly.Multiplicity
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Multiplicity>
+
+
+
+
public enum Multiplicity
extends java.lang.Enum<Multiplicity>
+ + +

+Enumeration for multiplicity. Defines the number of wires that can connect a + reference to target services. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ONE_N + +
+          One or more wires can have the reference as a source.
ONE_ONE + +
+          The default setting, one wire can have the reference as a source.
ZERO_N + +
+          Zero or more wires can have the reference as a source.
ZERO_ONE + +
+          Zero or one wire can have the reference as a source.
+  + + + + + + + + + + + + + + + +
+Method Summary
+static MultiplicityvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Multiplicity[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+ZERO_ONE

+
+public static final Multiplicity ZERO_ONE
+
+
Zero or one wire can have the reference as a source. +

+

+
+
+
+ +

+ONE_ONE

+
+public static final Multiplicity ONE_ONE
+
+
The default setting, one wire can have the reference as a source. +

+

+
+
+
+ +

+ZERO_N

+
+public static final Multiplicity ZERO_N
+
+
Zero or more wires can have the reference as a source. +

+

+
+
+
+ +

+ONE_N

+
+public static final Multiplicity ONE_N
+
+
One or more wires can have the reference as a source. +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static final Multiplicity[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they're declared. This method may be used to iterate +over the constants as follows: +
+for(Multiplicity c : Multiplicity.values())
+        System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they're declared
+
+
+
+ +

+valueOf

+
+public static Multiplicity valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Property.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Property.html new file mode 100644 index 0000000000..0682fd708b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Property.html @@ -0,0 +1,274 @@ + + + + + + +Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Property

+
+
All Superinterfaces:
AbstractProperty, Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
ComponentProperty
+
+
+
+
public interface Property
extends AbstractProperty, PolicySetAttachPoint
+ + +

+A property allows for the configuration of an implementation with externally + set data values. An implementation can have zero or more properties. Each + property has a data type, which may be either simple or complex. An + implementation may also define a default value for a property. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the property.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractProperty
getName, getValue, getXSDElement, getXSDType, isMany, isMustSupply, setMany, setMustSupply, setName, setValue, setXSDElement, setXSDType
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the property. +

+

+
+
+
+ +
Returns:
a clone of the property +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Reference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Reference.html new file mode 100644 index 0000000000..cce45f0aad --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Reference.html @@ -0,0 +1,397 @@ + + + + + + +Reference + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Reference

+
+
All Superinterfaces:
AbstractContract, AbstractReference, Base, Contract, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
ComponentReference, CompositeReference, RuntimeComponentReference
+
+
+
+
public interface Reference
extends AbstractReference, Contract
+ + +

+Represents a reference. References within an implementation represent links + to services that the implementation uses that must be provided by other + components. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the reference.
+ java.util.List<ComponentService>getTargets() + +
+          Returns the targets of this reference.
+ booleanisWiredByImpl() + +
+          Returns a boolean value, "false" by default, which indicates that the + implementation wires this reference dynamically.
+ voidsetWiredByImpl(boolean wiredByImpl) + +
+          Sets a boolean value, "false" by default, which indicates that the + implementation wires this reference dynamically.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractReference
getMultiplicity, setMultiplicity
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+isWiredByImpl

+
+boolean isWiredByImpl()
+
+
Returns a boolean value, "false" by default, which indicates that the + implementation wires this reference dynamically. +

+

+
+
+
+ +
Returns:
true if the implementation wires this reference dynamically
+
+
+
+ +

+setWiredByImpl

+
+void setWiredByImpl(boolean wiredByImpl)
+
+
Sets a boolean value, "false" by default, which indicates that the + implementation wires this reference dynamically. +

+

+
+
+
+
Parameters:
wiredByImpl - whether the implementation wires this reference + dynamically
+
+
+
+ +

+getTargets

+
+java.util.List<ComponentService> getTargets()
+
+
Returns the targets of this reference. +

+

+
+
+
+ +
Returns:
the targets of this reference.
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the reference. +

+

+
+
+
+ +
Returns:
a clone of the reference +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABinding.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABinding.html new file mode 100644 index 0000000000..207f824d4e --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABinding.html @@ -0,0 +1,266 @@ + + + + + + +SCABinding + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface SCABinding

+
+
All Superinterfaces:
Base, Binding, IntentAttachPoint, PolicySetAttachPoint
+
+
+
+
public interface SCABinding
extends Binding
+ + +

+Represents an SCA binding. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentgetComponent() + +
+           
+ voidsetComponent(Component component) + +
+           
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Binding
getName, getURI, setName, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ + + + + + + + +
+Method Detail
+ +

+getComponent

+
+Component getComponent()
+
+
+
+
+
+
+
+
+
+ +

+setComponent

+
+void setComponent(Component component)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABindingFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABindingFactory.html new file mode 100644 index 0000000000..2f77d355e9 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/SCABindingFactory.html @@ -0,0 +1,217 @@ + + + + + + +SCABindingFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface SCABindingFactory

+
+
All Known Implementing Classes:
DefaultSCABindingFactory, org.apache.tuscany.sca.assembly.impl.SCABindingFactoryImpl
+
+
+
+
public interface SCABindingFactory
+ + +

+A factory for the SCA binding model +

+ +

+

+
Version:
+
$Rev: 538819 $ $Date: 2007-05-17 07:54:50 +0100 (Thu, 17 May 2007) $
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ SCABindingcreateSCABinding() + +
+          Create a new SCA binding.
+  +

+ + + + + + + + +
+Method Detail
+ +

+createSCABinding

+
+SCABinding createSCABinding()
+
+
Create a new SCA binding. +

+

+ +
Returns:
a new SCA binding
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Service.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Service.html new file mode 100644 index 0000000000..6bd929b0f0 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Service.html @@ -0,0 +1,308 @@ + + + + + + +Service + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Service

+
+
All Superinterfaces:
AbstractContract, AbstractService, Base, Contract, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
ComponentService, CompositeService, RuntimeComponentService
+
+
+
+
public interface Service
extends AbstractService, Contract
+ + +

+Represents a service. Services are used to publish services provided by + implementations, so that they are addressable by other components. +

+ +

+

+
Version:
+
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the service.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Contract
getBinding, getBindings, getCallback, setCallback
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractContract
getInterfaceContract, getName, setInterfaceContract, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents
+  +

+ + + + + + + + +
+Method Detail
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the service. +

+

+
+
+
+ +
Returns:
a clone of the service +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitable.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitable.html new file mode 100644 index 0000000000..73be451cdc --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitable.html @@ -0,0 +1,216 @@ + + + + + + +Visitable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Visitable

+
+
All Known Subinterfaces:
Component, Composite, RuntimeComponent
+
+
+
+
public interface Visitable
+ + +

+This interface is implemented by object that can accept a visitor. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ booleanaccept(Visitor visitor) + +
+          Accepts the given visitor.
+  +

+ + + + + + + + +
+Method Detail
+ +

+accept

+
+boolean accept(Visitor visitor)
+
+
Accepts the given visitor. The visitor's visit method is called with this + model object. If the visitor returns true, this method visits this + object's children. +

+

+
Parameters:
visitor - +
Returns:
true if the model object's chidren should be visited, false if + they should be skipped
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitor.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitor.html new file mode 100644 index 0000000000..e4287d1f52 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Visitor.html @@ -0,0 +1,211 @@ + + + + + + +Visitor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Visitor

+
+
+
public interface Visitor
+ + +

+This interface is implemented by objects that visit assembly model trees. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ booleanvisit(Base object) + +
+          Visits the given assembly model object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+visit

+
+boolean visit(Base object)
+
+
Visits the given assembly model object. +

+

+
Parameters:
object - +
Returns:
true if the model object's chidren should be visited, false if + they should be skipped
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Wire.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Wire.html new file mode 100644 index 0000000000..8c33950453 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/Wire.html @@ -0,0 +1,339 @@ + + + + + + +Wire + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface Wire

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
+
public interface Wire
extends Base, IntentAttachPoint, PolicySetAttachPoint
+ + +

+Represents a wire. +

+ +

+

+
Version:
+
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Returns a clone of the wire.
+ ComponentReferencegetSource() + +
+          Returns the source of the wire.
+ ComponentServicegetTarget() + +
+          Returns the target of the wire.
+ voidsetSource(ComponentReference source) + +
+          Sets the source of the wire.
+ voidsetTarget(ComponentService target) + +
+          Sets the target of the wire.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSource

+
+ComponentReference getSource()
+
+
Returns the source of the wire. +

+

+
+
+
+ +
Returns:
the source of the wire
+
+
+
+ +

+setSource

+
+void setSource(ComponentReference source)
+
+
Sets the source of the wire. +

+

+
+
+
+
Parameters:
source - the source of the wire
+
+
+
+ +

+getTarget

+
+ComponentService getTarget()
+
+
Returns the target of the wire. +

+

+
+
+
+ +
Returns:
the target of the wire
+
+
+
+ +

+setTarget

+
+void setTarget(ComponentService target)
+
+
Sets the target of the wire. +

+

+
+
+
+
Parameters:
target - the target of the wire
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Returns a clone of the wire. +

+

+
+
+
+ +
Returns:
a clone of the wire +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractContract.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractContract.html new file mode 100644 index 0000000000..8c2f9a6a7e --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractContract.html @@ -0,0 +1,277 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.AbstractContract + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.AbstractContract

+
+ + + + + + + + + + + + + +
+Packages that use AbstractContract
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of AbstractContract in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of AbstractContract in org.apache.tuscany.sca.assembly
+ interfaceAbstractReference + +
+          Represents a reference contract.
+ interfaceAbstractService + +
+          Represents a service contract.
+ interfaceComponentReference + +
+          An instance of a reference associated with a particular component.
+ interfaceComponentService + +
+          An addressable instance of a service associated with a particular component.
+ interfaceCompositeReference + +
+          Represents composite reference.
+ interfaceCompositeService + +
+          Represents a composite service.
+ interfaceContract + +
+          Represents a contract.
+ interfaceReference + +
+          Represents a reference.
+ interfaceService + +
+          Represents a service.
+  +

+ + + + + +
+Uses of AbstractContract in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + + + + + +
Subinterfaces of AbstractContract in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractProperty.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractProperty.html new file mode 100644 index 0000000000..67b828b68b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractProperty.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.AbstractProperty + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.AbstractProperty

+
+ + + + + + + + + +
+Packages that use AbstractProperty
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of AbstractProperty in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of AbstractProperty in org.apache.tuscany.sca.assembly
+ interfaceComponentProperty + +
+          Represents a configured property of a component.
+ interfaceProperty + +
+          A property allows for the configuration of an implementation with externally + set data values.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return AbstractProperty
+ AbstractPropertyAssemblyFactory.createAbstractProperty() + +
+          Create a new abstract property.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type AbstractProperty
+ java.util.List<AbstractProperty>ConstrainingType.getProperties() + +
+          Returns the list of properties that can be set.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractReference.html new file mode 100644 index 0000000000..c22d3c4637 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractReference.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.AbstractReference + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.AbstractReference

+
+ + + + + + + + + + + + + +
+Packages that use AbstractReference
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of AbstractReference in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of AbstractReference in org.apache.tuscany.sca.assembly
+ interfaceComponentReference + +
+          An instance of a reference associated with a particular component.
+ interfaceCompositeReference + +
+          Represents composite reference.
+ interfaceReference + +
+          Represents a reference.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return AbstractReference
+ AbstractReferenceAssemblyFactory.createAbstractReference() + +
+          Create a new abstract reference.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type AbstractReference
+ java.util.List<AbstractReference>ConstrainingType.getReferences() + +
+          Returns the list of references that are used.
+  +

+ + + + + +
+Uses of AbstractReference in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of AbstractReference in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractService.html new file mode 100644 index 0000000000..f823064162 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AbstractService.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.AbstractService + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.AbstractService

+
+ + + + + + + + + + + + + +
+Packages that use AbstractService
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of AbstractService in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of AbstractService in org.apache.tuscany.sca.assembly
+ interfaceComponentService + +
+          An addressable instance of a service associated with a particular component.
+ interfaceCompositeService + +
+          Represents a composite service.
+ interfaceService + +
+          Represents a service.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return AbstractService
+ AbstractServiceAssemblyFactory.createAbstractService() + +
+          Create a new abstract service.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type AbstractService
+ java.util.List<AbstractService>ConstrainingType.getServices() + +
+          Returns a list of services that are offered.
+  +

+ + + + + +
+Uses of AbstractService in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of AbstractService in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AssemblyFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AssemblyFactory.html new file mode 100644 index 0000000000..58ff224d7d --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/AssemblyFactory.html @@ -0,0 +1,205 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.AssemblyFactory + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.AssemblyFactory

+
+ + + + + + + + + + + + + +
+Packages that use AssemblyFactory
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.assembly.impl  
+  +

+ + + + + +
+Uses of AssemblyFactory in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.assembly that implement AssemblyFactory
+ classDefaultAssemblyFactory + +
+          A factory for the assembly model.
+  +

+ + + + + +
+Uses of AssemblyFactory in org.apache.tuscany.sca.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.assembly.impl that implement AssemblyFactory
+ classorg.apache.tuscany.sca.assembly.impl.AssemblyFactoryImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Base.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Base.html new file mode 100644 index 0000000000..213785f416 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Base.html @@ -0,0 +1,408 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Base + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Base

+
+ + + + + + + + + + + + + +
+Packages that use Base
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Base in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Base in org.apache.tuscany.sca.assembly
+ interfaceAbstractContract + +
+          Interface contracts define one or more business functions.
+ interfaceAbstractProperty + +
+          A property allows for the configuration of an implementation with externally + set data values.
+ interfaceAbstractReference + +
+          Represents a reference contract.
+ interfaceAbstractService + +
+          Represents a service contract.
+ interfaceBinding + +
+          Represents a binding.
+ interfaceCallback + +
+          Represents a callback object describing the bindings to use for callbacks.
+ interfaceComponent + +
+          Represents a component.
+ interfaceComponentProperty + +
+          Represents a configured property of a component.
+ interfaceComponentReference + +
+          An instance of a reference associated with a particular component.
+ interfaceComponentService + +
+          An addressable instance of a service associated with a particular component.
+ interfaceComponentType + +
+          Describes an implementation and represents its configurable aspects.
+ interfaceComposite + +
+          Represents a composite.
+ interfaceCompositeReference + +
+          Represents composite reference.
+ interfaceCompositeService + +
+          Represents a composite service.
+ interfaceConstrainingType + +
+          A constrainingType provides the "shape" for a component and its + implementation.
+ interfaceContract + +
+          Represents a contract.
+ interfaceImplementation + +
+          Represents a component implementation.
+ interfaceProperty + +
+          A property allows for the configuration of an implementation with externally + set data values.
+ interfaceReference + +
+          Represents a reference.
+ interfaceSCABinding + +
+          Represents an SCA binding.
+ interfaceService + +
+          Represents a service.
+ interfaceWire + +
+          Represents a wire.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Base
+ booleanVisitor.visit(Base object) + +
+          Visits the given assembly model object.
+  +

+ + + + + +
+Uses of Base in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of Base in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponent + +
+          The runtime component interface.
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Binding.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Binding.html new file mode 100644 index 0000000000..e13ad42eba --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Binding.html @@ -0,0 +1,347 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Binding + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Binding

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Binding
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.provider  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Binding in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Subinterfaces of Binding in org.apache.tuscany.sca.assembly
+ interfaceSCABinding + +
+          Represents an SCA binding.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Binding
+ java.util.List<Binding>Callback.getBindings() + +
+          Returns the bindings supported for callbacks.
+ java.util.List<Binding>Contract.getBindings() + +
+          Returns the bindings supported by this contract.
+  +

+ + + + + +
+Uses of Binding in org.apache.tuscany.sca.provider
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.provider with type parameters of type Binding
+ interfaceBindingProviderFactory<M extends Binding> + +
+          A factory for creating the runtime artifacts that represent bindings.
+  +

+ + + + + +
+Uses of Binding in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.runtime that return Binding
+ BindingEndpointReference.getBinding() + +
+          Get the binding for the endpoint
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.runtime with parameters of type Binding
+ ServiceBindingProviderRuntimeComponentService.getBindingProvider(Binding binding) + +
+          Returns the service binding provider associated with this + component service and the given binding.
+ ReferenceBindingProviderRuntimeComponentReference.getBindingProvider(Binding binding) + +
+          Returns the reference binding provider associated with this + component reference and the given binding.
+ InvokerRuntimeComponentService.getCallbackInvoker(Binding binding, + Operation operation) + +
+          Get the callback invoker for the given binding and operation
+ InvokerRuntimeComponentService.getInvoker(Binding binding, + Operation operation) + +
+          Get the invoker for the given binding and operation
+ InvokerRuntimeComponentReference.getInvoker(Binding binding, + Operation operation) + +
+          Get the invoker for the given binding and operation
+ RuntimeWireRuntimeComponentService.getRuntimeWire(Binding binding) + +
+          Get the runtime wire for the given binding
+ RuntimeWireRuntimeComponentReference.getRuntimeWire(Binding binding) + +
+          Get the runtime wire for the given binding
+ voidRuntimeComponentReference.setBindingProvider(Binding binding, + ReferenceBindingProvider bindingProvider) + +
+          Sets the reference binding provider associated with this + component reference and the given binding.
+ voidRuntimeComponentService.setBindingProvider(Binding binding, + ServiceBindingProvider bindingProvider) + +
+          Sets the service binding provider associated with this + component service and the given binding.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Callback.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Callback.html new file mode 100644 index 0000000000..f811446178 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Callback.html @@ -0,0 +1,200 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Callback + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Callback

+
+ + + + + + + + + +
+Packages that use Callback
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of Callback in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Callback
+ CallbackAssemblyFactory.createCallback() + +
+          Create a new callback.
+ CallbackContract.getCallback() + +
+          Returns a callback definition of the bindings to use for callbacks.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Callback
+ voidContract.setCallback(Callback callback) + +
+          Sets a callback definition of the bindings to use for callbacks
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Component.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Component.html new file mode 100644 index 0000000000..d811e8d97b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Component.html @@ -0,0 +1,245 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Component + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Component

+
+ + + + + + + + + + + + + +
+Packages that use Component
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Component in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Component
+ ComponentAssemblyFactory.createComponent() + +
+          Create a new component.
+ ComponentSCABinding.getComponent() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Component
+ java.util.List<Component>Composite.getComponents() + +
+          Returns a list of components contained in this composite.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Component
+ voidSCABinding.setComponent(Component component) + +
+           
+  +

+ + + + + +
+Uses of Component in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of Component in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponent + +
+          The runtime component interface.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentProperty.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentProperty.html new file mode 100644 index 0000000000..2c6cff7136 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentProperty.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.ComponentProperty + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.ComponentProperty

+
+ + + + + + + + + +
+Packages that use ComponentProperty
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of ComponentProperty in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return ComponentProperty
+ ComponentPropertyAssemblyFactory.createComponentProperty() + +
+          Create a new component property.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type ComponentProperty
+ java.util.List<ComponentProperty>Component.getProperties() + +
+          Returns a list of properties for the component.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentReference.html new file mode 100644 index 0000000000..f6e97d4fda --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentReference.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.ComponentReference + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.ComponentReference

+
+ + + + + + + + + + + + + +
+Packages that use ComponentReference
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of ComponentReference in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return ComponentReference
+ ComponentReferenceAssemblyFactory.createComponentReference() + +
+          Create a new component reference.
+ ComponentReferenceWire.getSource() + +
+          Returns the source of the wire.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type ComponentReference
+ java.util.List<ComponentReference>CompositeReference.getPromotedReferences() + +
+          Returns the promoted composite references.
+ java.util.List<ComponentReference>Component.getReferences() + +
+          Returns a list of references used by the component.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type ComponentReference
+ voidWire.setSource(ComponentReference source) + +
+          Sets the source of the wire.
+  +

+ + + + + +
+Uses of ComponentReference in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of ComponentReference in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentService.html new file mode 100644 index 0000000000..97f6bba8a0 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentService.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.ComponentService + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.ComponentService

+
+ + + + + + + + + + + + + +
+Packages that use ComponentService
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of ComponentService in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return ComponentService
+ ComponentServiceAssemblyFactory.createComponentService() + +
+          Create a new component service.
+ ComponentServiceCompositeService.getPromotedService() + +
+          Returns the promoted component service .
+ ComponentServiceWire.getTarget() + +
+          Returns the target of the wire.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type ComponentService
+ java.util.List<ComponentService>Component.getServices() + +
+          Returns a list of services exposed by the component.
+ java.util.List<ComponentService>Reference.getTargets() + +
+          Returns the targets of this reference.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type ComponentService
+ voidCompositeService.setPromotedService(ComponentService promotedService) + +
+          Sets the promoted component service
+ voidWire.setTarget(ComponentService target) + +
+          Sets the target of the wire.
+  +

+ + + + + +
+Uses of ComponentService in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of ComponentService in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentType.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentType.html new file mode 100644 index 0000000000..66f473cbd2 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ComponentType.html @@ -0,0 +1,200 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.ComponentType + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.ComponentType

+
+ + + + + + + + + +
+Packages that use ComponentType
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of ComponentType in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of ComponentType in org.apache.tuscany.sca.assembly
+ interfaceComposite + +
+          Represents a composite.
+ interfaceImplementation + +
+          Represents a component implementation.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return ComponentType
+ ComponentTypeAssemblyFactory.createComponentType() + +
+          Create a new component type
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Composite.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Composite.html new file mode 100644 index 0000000000..c98aa72697 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Composite.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Composite + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Composite

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Composite
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.contribution  
org.apache.tuscany.sca.contribution.service  
+  +

+ + + + + +
+Uses of Composite in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Composite
+ CompositeAssemblyFactory.createComposite() + +
+          Create a new composite.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Composite
+ java.util.List<Composite>Composite.getIncludes() + +
+          Returns a list of composites included in this composite.
+  +

+ + + + + +
+Uses of Composite in org.apache.tuscany.sca.contribution
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.contribution that return types with arguments of type Composite
+ java.util.List<Composite>Contribution.getDeployables() + +
+          Get a list of deployables for the contribution based on the contribution metadata sidefile
+  +

+ + + + + +
+Uses of Composite in org.apache.tuscany.sca.contribution.service
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.contribution.service with parameters of type Composite
+ voidContributionService.addDeploymentComposite(Contribution contribution, + Composite composite) + +
+          Adds or updates a deployment composite using a supplied composite + ("composite by value" - a data structure, not an existing resource in the + domain) to the contribution identified by a supplied contribution URI.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeReference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeReference.html new file mode 100644 index 0000000000..4c16ef9bde --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeReference.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.CompositeReference + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.CompositeReference

+
+ + + + + + + + + +
+Packages that use CompositeReference
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of CompositeReference in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return CompositeReference
+ CompositeReferenceAssemblyFactory.createCompositeReference() + +
+          Create a new composite reference.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeService.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeService.html new file mode 100644 index 0000000000..8e692b9f69 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/CompositeService.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.CompositeService + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.CompositeService

+
+ + + + + + + + + +
+Packages that use CompositeService
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of CompositeService in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return CompositeService
+ CompositeServiceAssemblyFactory.createCompositeService() + +
+          Create a new composite service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ConstrainingType.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ConstrainingType.html new file mode 100644 index 0000000000..cb7dc79efa --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/ConstrainingType.html @@ -0,0 +1,216 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.ConstrainingType + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.ConstrainingType

+
+ + + + + + + + + +
+Packages that use ConstrainingType
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of ConstrainingType in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return ConstrainingType
+ ConstrainingTypeAssemblyFactory.createConstrainingType() + +
+          Create a new constraining type.
+ ConstrainingTypeComponentType.getConstrainingType() + +
+          Returns a constraining type defining the shape of the implementation.
+ ConstrainingTypeComponent.getConstrainingType() + +
+          Returns a constraining type defining the shape of the component.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type ConstrainingType
+ voidComponentType.setConstrainingType(ConstrainingType constrainingType) + +
+          Sets a constraining type defining the shape of the implementation.
+ voidComponent.setConstrainingType(ConstrainingType constrainingType) + +
+          Sets a constraining type defining the shape of the component.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Contract.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Contract.html new file mode 100644 index 0000000000..5a9427db30 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Contract.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Contract + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Contract

+
+ + + + + + + + + + + + + +
+Packages that use Contract
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Contract in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Contract in org.apache.tuscany.sca.assembly
+ interfaceComponentReference + +
+          An instance of a reference associated with a particular component.
+ interfaceComponentService + +
+          An addressable instance of a service associated with a particular component.
+ interfaceCompositeReference + +
+          Represents composite reference.
+ interfaceCompositeService + +
+          Represents a composite service.
+ interfaceReference + +
+          Represents a reference.
+ interfaceService + +
+          Represents a service.
+  +

+ + + + + +
+Uses of Contract in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Contract in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.runtime that return Contract
+ ContractEndpointReference.getContract() + +
+          Get the component service or reference for the endpoint
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultAssemblyFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultAssemblyFactory.html new file mode 100644 index 0000000000..feb01baebe --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultAssemblyFactory.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class org.apache.tuscany.sca.assembly.DefaultAssemblyFactory + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.sca.assembly.DefaultAssemblyFactory

+
+No usage of org.apache.tuscany.sca.assembly.DefaultAssemblyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultSCABindingFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultSCABindingFactory.html new file mode 100644 index 0000000000..7431fe22f5 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/DefaultSCABindingFactory.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class org.apache.tuscany.sca.assembly.DefaultSCABindingFactory + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.sca.assembly.DefaultSCABindingFactory

+
+No usage of org.apache.tuscany.sca.assembly.DefaultSCABindingFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Implementation.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Implementation.html new file mode 100644 index 0000000000..17b111026b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Implementation.html @@ -0,0 +1,237 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Implementation + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Implementation

+
+ + + + + + + + + + + + + +
+Packages that use Implementation
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.provider  
+  +

+ + + + + +
+Uses of Implementation in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Subinterfaces of Implementation in org.apache.tuscany.sca.assembly
+ interfaceComposite + +
+          Represents a composite.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Implementation
+ ImplementationComponent.getImplementation() + +
+          Returns the component implementation.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Implementation
+ voidComponent.setImplementation(Implementation implementation) + +
+          Sets the component implementation
+  +

+ + + + + +
+Uses of Implementation in org.apache.tuscany.sca.provider
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.provider with type parameters of type Implementation
+ interfaceImplementationProviderFactory<M extends Implementation> + +
+          An interface for factories that create implementation providers.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Multiplicity.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Multiplicity.html new file mode 100644 index 0000000000..e7a61ed4be --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Multiplicity.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Class org.apache.tuscany.sca.assembly.Multiplicity + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.sca.assembly.Multiplicity

+
+ + + + + + + + + +
+Packages that use Multiplicity
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of Multiplicity in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Multiplicity
+ MultiplicityAbstractReference.getMultiplicity() + +
+          Returns the multiplicity allowed for wires connected to this reference.
+static MultiplicityMultiplicity.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Multiplicity[]Multiplicity.values() + +
+          Returns an array containing the constants of this enum type, in +the order they're declared.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Multiplicity
+ voidAbstractReference.setMultiplicity(Multiplicity multiplicity) + +
+          Sets the multiplicity allowed for wires connected to this reference.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Property.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Property.html new file mode 100644 index 0000000000..e4779b8de4 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Property.html @@ -0,0 +1,232 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Property + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Property

+
+ + + + + + + + + +
+Packages that use Property
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of Property in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Subinterfaces of Property in org.apache.tuscany.sca.assembly
+ interfaceComponentProperty + +
+          Represents a configured property of a component.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Property
+ PropertyAssemblyFactory.createProperty() + +
+          Create a new property.
+ PropertyComponentProperty.getProperty() + +
+          Returns the property defined by the component implementation.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Property
+ java.util.List<Property>ComponentType.getProperties() + +
+          Returns the list of properties that can be set.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Property
+ voidComponentProperty.setProperty(Property property) + +
+          Sets the property type that defines this property.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Reference.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Reference.html new file mode 100644 index 0000000000..142414ae58 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Reference.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Reference + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Reference

+
+ + + + + + + + + + + + + +
+Packages that use Reference
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Reference in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Reference in org.apache.tuscany.sca.assembly
+ interfaceComponentReference + +
+          An instance of a reference associated with a particular component.
+ interfaceCompositeReference + +
+          Represents composite reference.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Reference
+ ReferenceAssemblyFactory.createReference() + +
+          Create a new reference.
+ ReferenceComponentReference.getReference() + +
+          Returns the reference defined by the implementation for this reference.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Reference
+ java.util.List<Reference>ComponentType.getReferences() + +
+          Returns the list of reference types that are used.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Reference
+ voidComponentReference.setReference(Reference reference) + +
+          Sets the reference defined by the implementation for this reference.
+  +

+ + + + + +
+Uses of Reference in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of Reference in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentReference + +
+          The runtime component reference.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABinding.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABinding.html new file mode 100644 index 0000000000..a8c2fed50e --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABinding.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.SCABinding + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.SCABinding

+
+ + + + + + + + + +
+Packages that use SCABinding
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of SCABinding in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return SCABinding
+ SCABindingSCABindingFactory.createSCABinding() + +
+          Create a new SCA binding.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABindingFactory.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABindingFactory.html new file mode 100644 index 0000000000..8701d1d5cb --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/SCABindingFactory.html @@ -0,0 +1,205 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.SCABindingFactory + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.SCABindingFactory

+
+ + + + + + + + + + + + + +
+Packages that use SCABindingFactory
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.assembly.impl  
+  +

+ + + + + +
+Uses of SCABindingFactory in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.assembly that implement SCABindingFactory
+ classDefaultSCABindingFactory + +
+          A factory for the SCA binding model.
+  +

+ + + + + +
+Uses of SCABindingFactory in org.apache.tuscany.sca.assembly.impl
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.sca.assembly.impl that implement SCABindingFactory
+ classorg.apache.tuscany.sca.assembly.impl.SCABindingFactoryImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Service.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Service.html new file mode 100644 index 0000000000..dae06dc017 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Service.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Service + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Service

+
+ + + + + + + + + + + + + +
+Packages that use Service
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Service in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Service in org.apache.tuscany.sca.assembly
+ interfaceComponentService + +
+          An addressable instance of a service associated with a particular component.
+ interfaceCompositeService + +
+          Represents a composite service.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Service
+ ServiceAssemblyFactory.createService() + +
+          Create a new service.
+ ServiceComponentService.getService() + +
+          Returns the service defined by the implementation for this service.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Service
+ java.util.List<Service>ComponentType.getServices() + +
+          Returns a list of services that are offered.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Service
+ voidComponentService.setService(Service service) + +
+          Sets the service defined by the implementation for this service.
+  +

+ + + + + +
+Uses of Service in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of Service in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponentService + +
+          The runtime component service.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitable.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitable.html new file mode 100644 index 0000000000..27ccc7170b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitable.html @@ -0,0 +1,213 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Visitable + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Visitable

+
+ + + + + + + + + + + + + +
+Packages that use Visitable
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + +
+Uses of Visitable in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Visitable in org.apache.tuscany.sca.assembly
+ interfaceComponent + +
+          Represents a component.
+ interfaceComposite + +
+          Represents a composite.
+  +

+ + + + + +
+Uses of Visitable in org.apache.tuscany.sca.runtime
+  +

+ + + + + + + + + +
Subinterfaces of Visitable in org.apache.tuscany.sca.runtime
+ interfaceRuntimeComponent + +
+          The runtime component interface.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitor.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitor.html new file mode 100644 index 0000000000..2f46769bac --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Visitor.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Visitor + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Visitor

+
+ + + + + + + + + +
+Packages that use Visitor
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of Visitor in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly with parameters of type Visitor
+ booleanVisitable.accept(Visitor visitor) + +
+          Accepts the given visitor.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Wire.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Wire.html new file mode 100644 index 0000000000..15542cf273 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/class-use/Wire.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Interface org.apache.tuscany.sca.assembly.Wire + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.sca.assembly.Wire

+
+ + + + + + + + + +
+Packages that use Wire
org.apache.tuscany.sca.assembly  
+  +

+ + + + + +
+Uses of Wire in org.apache.tuscany.sca.assembly
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return Wire
+ WireAssemblyFactory.createWire() + +
+          Create a new wire.
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Wire
+ java.util.List<Wire>Composite.getWires() + +
+          Returns a list of wires contained in this composite.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-frame.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-frame.html new file mode 100644 index 0000000000..af068a88c8 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-frame.html @@ -0,0 +1,108 @@ + + + + + + +org.apache.tuscany.sca.assembly + + + + + + + + + + + +org.apache.tuscany.sca.assembly + + + + +
+Interfaces  + +
+AbstractContract +
+AbstractProperty +
+AbstractReference +
+AbstractService +
+AssemblyFactory +
+Base +
+Binding +
+Callback +
+Component +
+ComponentProperty +
+ComponentReference +
+ComponentService +
+ComponentType +
+Composite +
+CompositeReference +
+CompositeService +
+ConstrainingType +
+Contract +
+Implementation +
+Property +
+Reference +
+SCABinding +
+SCABindingFactory +
+Service +
+Visitable +
+Visitor +
+Wire
+ + + + + + +
+Classes  + +
+DefaultAssemblyFactory +
+DefaultSCABindingFactory
+ + + + + + +
+Enums  + +
+Multiplicity
+ + + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-summary.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-summary.html new file mode 100644 index 0000000000..188d8e2c5c --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-summary.html @@ -0,0 +1,293 @@ + + + + + + +org.apache.tuscany.sca.assembly + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.tuscany.sca.assembly +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
AbstractContractInterface contracts define one or more business functions.
AbstractPropertyA property allows for the configuration of an implementation with externally + set data values.
AbstractReferenceRepresents a reference contract.
AbstractServiceRepresents a service contract.
AssemblyFactoryA factory for the assembly model
BaseBase interface for all assembly model objects.
BindingRepresents a binding.
CallbackRepresents a callback object describing the bindings to use for callbacks.
ComponentRepresents a component.
ComponentPropertyRepresents a configured property of a component.
ComponentReferenceAn instance of a reference associated with a particular component.
ComponentServiceAn addressable instance of a service associated with a particular component.
ComponentTypeDescribes an implementation and represents its configurable aspects.
CompositeRepresents a composite.
CompositeReferenceRepresents composite reference.
CompositeServiceRepresents a composite service.
ConstrainingTypeA constrainingType provides the "shape" for a component and its + implementation.
ContractRepresents a contract.
ImplementationRepresents a component implementation.
PropertyA property allows for the configuration of an implementation with externally + set data values.
ReferenceRepresents a reference.
SCABindingRepresents an SCA binding.
SCABindingFactoryA factory for the SCA binding model
ServiceRepresents a service.
VisitableThis interface is implemented by object that can accept a visitor.
VisitorThis interface is implemented by objects that visit assembly model trees.
WireRepresents a wire.
+  + +

+ + + + + + + + + + + + + +
+Class Summary
DefaultAssemblyFactoryA factory for the assembly model.
DefaultSCABindingFactoryA factory for the SCA binding model.
+  + +

+ + + + + + + + + +
+Enum Summary
MultiplicityEnumeration for multiplicity.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-tree.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-tree.html new file mode 100644 index 0000000000..58a7060327 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-tree.html @@ -0,0 +1,294 @@ + + + + + + +org.apache.tuscany.sca.assembly Class Hierarchy + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.sca.assembly +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-use.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-use.html new file mode 100644 index 0000000000..0408472bde --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/package-use.html @@ -0,0 +1,504 @@ + + + + + + +Uses of Package org.apache.tuscany.sca.assembly + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.sca.assembly

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use org.apache.tuscany.sca.assembly
org.apache.tuscany.sca.assembly  
org.apache.tuscany.sca.assembly.impl  
org.apache.tuscany.sca.contribution  
org.apache.tuscany.sca.contribution.service  
org.apache.tuscany.sca.provider  
org.apache.tuscany.sca.runtime  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.assembly
AbstractContract + +
+          Interface contracts define one or more business functions.
AbstractProperty + +
+          A property allows for the configuration of an implementation with externally + set data values.
AbstractReference + +
+          Represents a reference contract.
AbstractService + +
+          Represents a service contract.
AssemblyFactory + +
+          A factory for the assembly model
Base + +
+          Base interface for all assembly model objects.
Binding + +
+          Represents a binding.
Callback + +
+          Represents a callback object describing the bindings to use for callbacks.
Component + +
+          Represents a component.
ComponentProperty + +
+          Represents a configured property of a component.
ComponentReference + +
+          An instance of a reference associated with a particular component.
ComponentService + +
+          An addressable instance of a service associated with a particular component.
ComponentType + +
+          Describes an implementation and represents its configurable aspects.
Composite + +
+          Represents a composite.
CompositeReference + +
+          Represents composite reference.
CompositeService + +
+          Represents a composite service.
ConstrainingType + +
+          A constrainingType provides the "shape" for a component and its + implementation.
Contract + +
+          Represents a contract.
Implementation + +
+          Represents a component implementation.
Multiplicity + +
+          Enumeration for multiplicity.
Property + +
+          A property allows for the configuration of an implementation with externally + set data values.
Reference + +
+          Represents a reference.
SCABinding + +
+          Represents an SCA binding.
SCABindingFactory + +
+          A factory for the SCA binding model
Service + +
+          Represents a service.
Visitable + +
+          This interface is implemented by object that can accept a visitor.
Visitor + +
+          This interface is implemented by objects that visit assembly model trees.
Wire + +
+          Represents a wire.
+  +

+ + + + + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.assembly.impl
AssemblyFactory + +
+          A factory for the assembly model
SCABindingFactory + +
+          A factory for the SCA binding model
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.contribution
Composite + +
+          Represents a composite.
+  +

+ + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.contribution.service
Composite + +
+          Represents a composite.
+  +

+ + + + + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.provider
Binding + +
+          Represents a binding.
Implementation + +
+          Represents a component implementation.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.apache.tuscany.sca.assembly used by org.apache.tuscany.sca.runtime
AbstractContract + +
+          Interface contracts define one or more business functions.
AbstractReference + +
+          Represents a reference contract.
AbstractService + +
+          Represents a service contract.
Base + +
+          Base interface for all assembly model objects.
Binding + +
+          Represents a binding.
Component + +
+          Represents a component.
ComponentReference + +
+          An instance of a reference associated with a particular component.
ComponentService + +
+          An addressable instance of a service associated with a particular component.
Contract + +
+          Represents a contract.
Reference + +
+          Represents a reference.
Service + +
+          Represents a service.
Visitable + +
+          This interface is implemented by object that can accept a visitor.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3