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 --- .../apache/tuscany/model/assembly/Composite.html | 517 --------------------- 1 file changed, 517 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html deleted file mode 100644 index 9e7c022527..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/Composite.html +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - - -Composite (Tuscany Assembly Model incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Tuscany Assembly Model -
- - - -
- -

- -org.apache.tuscany.model.assembly -
-Interface Composite

-
-
All Superinterfaces:
AssemblyObject, Extensible, Implementation
-
-
-
All Known Subinterfaces:
Module, ModuleFragment, Subsystem
-
-
-
All Known Implementing Classes:
CompositeImpl, ModuleFragmentImpl, ModuleImpl, SubsystemImpl
-
-
-
-
public interface Composite
extends Implementation
- - -

-A model object that describes a container for parts. -

- -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- java.util.List<Component>getComponents() - -
-          Returns all components contained in this composite.
- ConfiguredServicegetConfiguredService(ServiceURI address) - -
-          Returns the configured service at the given address.
- java.util.List<EntryPoint>getEntryPoints() - -
-          Returns all entry points contained in this composite.
- java.util.List<ExternalService>getExternalServices() - -
-          Returns all external services contained in this composite.
- java.lang.Class<?>getImplementationClass() - -
-          Returns the implementation class.
- java.lang.StringgetName() - -
-          Returns the name of the composite.
- PartgetPart(java.lang.String name) - -
-          Returns the named part.
- java.util.List<Wire>getWires() - -
-          Returns the wires contained in this composite.
- java.util.List<ImportWSDL>getWSDLImports() - -
-          Returns the WSDL imports declared in this composite.
- java.util.List<ImportWSDL>getWSDLImports(java.lang.String namespace) - -
-          Returns the WSDL imports for the given namespace.
- voidsetImplementationClass(java.lang.Class<?> value) - -
-          Sets the implementation class.
- voidsetName(java.lang.String name) - -
-          Sets the name of the composite.
- - - - - - - -
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
- -

-getName

-
-java.lang.String getName()
-
-
Returns the name of the composite. -

-

-
-
-
- -
Returns:
the name of the composite
-
-
-
- -

-setName

-
-void setName(java.lang.String name)
-
-
Sets the name of the composite. -

-

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

-getPart

-
-Part getPart(java.lang.String name)
-
-
Returns the named part. -

-

-
-
-
-
Parameters:
name -
-
-
-
- -

-getEntryPoints

-
-java.util.List<EntryPoint> getEntryPoints()
-
-
Returns all entry points contained in this composite. -

-

-
-
-
- -
Returns:
a list of all EntryPoint model objects contained in this composite
-
-
-
- -

-getComponents

-
-java.util.List<Component> getComponents()
-
-
Returns all components contained in this composite. -

-

-
-
-
- -
Returns:
a list of all Component model objects contained in this composite
-
-
-
- -

-getExternalServices

-
-java.util.List<ExternalService> getExternalServices()
-
-
Returns all external services contained in this composite. -

-

-
-
-
- -
Returns:
a list of all ExternalService model objects contained in this composite
-
-
-
- -

-getWires

-
-java.util.List<Wire> getWires()
-
-
Returns the wires contained in this composite. -

-

-
-
-
-
-
-
-
- -

-getWSDLImports

-
-java.util.List<ImportWSDL> getWSDLImports()
-
-
Returns the WSDL imports declared in this composite. -

-

-
-
-
-
-
-
-
- -

-getWSDLImports

-
-java.util.List<ImportWSDL> getWSDLImports(java.lang.String namespace)
-
-
Returns the WSDL imports for the given namespace. -

-

-
-
-
-
Parameters:
namespace -
-
-
-
- -

-getConfiguredService

-
-ConfiguredService getConfiguredService(ServiceURI address)
-
-
Returns the configured service at the given address. -

-

-
-
-
-
Parameters:
address -
-
-
-
- -

-getImplementationClass

-
-java.lang.Class<?> getImplementationClass()
-
-
Returns the implementation class. -

-

-
-
-
-
-
-
-
- -

-setImplementationClass

-
-void setImplementationClass(java.lang.Class<?> value)
-
-
Sets the implementation class. -

-

-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany Assembly Model -
- - - -
-- - - -- cgit v1.2.3