From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../model/assembly/impl/ModuleComponentImpl.html | 376 +++++++++++++++++++++ 1 file changed, 376 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html new file mode 100644 index 0000000000..9b7fc65fa2 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ModuleComponentImpl.html @@ -0,0 +1,376 @@ + + + + + + + +ModuleComponentImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ModuleComponentImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.PartImpl
+              extended by org.apache.tuscany.model.assembly.impl.ComponentImpl<Module>
+                  extended by org.apache.tuscany.model.assembly.impl.ModuleComponentImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Component<Module>, CompositeComponent<Module>, ContextFactoryHolder, Extensible, ModuleComponent, Part
+
+
+
+
public class ModuleComponentImpl
extends ComponentImpl<Module>
implements ModuleComponent
+ + +

+An implementation of ModuleComponent. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ModuleComponentImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetURI() + +
+          Returns the uri that uniquely identifies this module component.
+ voidsetURI(java.lang.String value) + +
+          Sets the uri that uniquely identifies this module component.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ComponentImpl
accept, freeze, getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, initialize, setImplementation
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.PartImpl
getComposite, getContextFactory, getName, setComposite, setContextFactory, setName
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Component
getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, setImplementation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Part
getComposite, getName, setComposite, setName
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.ContextFactoryHolder
getContextFactory, setContextFactory
+  +

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

+ModuleComponentImpl

+
+protected ModuleComponentImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getURI

+
+public java.lang.String getURI()
+
+
Description copied from interface: CompositeComponent
+
Returns the uri that uniquely identifies this module component. +

+

+
Specified by:
getURI in interface CompositeComponent<Module>
+
+
+ +
Returns:
the uri that uniquely identifies this module component
+
+
+
+ +

+setURI

+
+public void setURI(java.lang.String value)
+
+
Description copied from interface: CompositeComponent
+
Sets the uri that uniquely identifies this module component. +

+

+
Specified by:
setURI in interface CompositeComponent<Module>
+
+
+
Parameters:
value - the uri that uniquely identifies this module component
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + -- cgit v1.2.3