From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/assembly/ComponentReference.html | 423 +++++++++++++++++++++ 1 file changed, 423 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/assembly/ComponentReference.html b/site/trunk/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/trunk/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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3