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 --- .../core/system/assembly/SystemImplementation.html | 274 +++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemImplementation.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemImplementation.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemImplementation.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemImplementation.html new file mode 100644 index 0000000000..4d20132ae3 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemImplementation.html @@ -0,0 +1,274 @@ + + + + + + + +SystemImplementation (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.assembly +
+Interface SystemImplementation

+
+
All Superinterfaces:
org.apache.tuscany.model.assembly.AssemblyObject, org.apache.tuscany.model.assembly.AtomicImplementation, org.apache.tuscany.model.assembly.Extensible, org.apache.tuscany.model.assembly.Implementation
+
+
+
All Known Implementing Classes:
SystemImplementationImpl
+
+
+
+
public interface SystemImplementation
extends org.apache.tuscany.model.assembly.AtomicImplementation
+ + +

+Represents a system component implementation +

+ +

+

+
Version:
+
$Rev: 393677 $ $Date: 2006-04-12 21:03:55 -0400 (Wed, 12 Apr 2006) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Class<?>getImplementationClass() + +
+          Returns the implementation class of the system component
+ voidsetImplementationClass(java.lang.Class<?> value) + +
+          Sets the implementation class of the system component
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
+ + + + + + + +
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
+  +

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

+getImplementationClass

+
+java.lang.Class<?> getImplementationClass()
+
+
Returns the implementation class of the system component +

+

+
+
+
+
+
+
+
+ +

+setImplementationClass

+
+void setImplementationClass(java.lang.Class<?> value)
+
+
Sets the implementation class of the system component +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3