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

- -org.apache.tuscany.model.assembly.impl -
-Class PartImpl

-
-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
-
-
-
All Implemented Interfaces:
AssemblyObject, ContextFactoryHolder, Extensible, Part
-
-
-
Direct Known Subclasses:
ComponentImpl, EntryPointImpl, ExternalServiceImpl
-
-
-
-
public abstract class PartImpl
extends ExtensibleImpl
implements Part
- - -

-Implementation of Part. -

- -

-


- -

- - - - - - - - - - - - -
-Constructor Summary
-protected PartImpl() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- CompositegetComposite() - -
-          Returns the composite that contains this component.
- java.lang.ObjectgetContextFactory() - -
-          Returns the context factory
- java.lang.StringgetName() - -
-          Returns the name that uniquely identifies this component within its containing composite.
- voidsetComposite(Composite composite) - -
-          Sets the composite that contains this component.
- voidsetContextFactory(java.lang.Object contextFactory) - -
-          Sets the context factory
- voidsetName(java.lang.String value) - -
-          Sets the name that uniquely identifies this component within its containing composite.
- - - - - - - -
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
- - - - - - - -
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.Extensible
getExtensibilityAttributes, getExtensibilityElements
- - - - - - - -
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
-  -

- - - - - - - - -
-Constructor Detail
- -

-PartImpl

-
-protected PartImpl()
-
-
- - - - - - - - -
-Method Detail
- -

-getName

-
-public java.lang.String getName()
-
-
Description copied from interface: Part
-
Returns the name that uniquely identifies this component within its containing composite. -

-

-
Specified by:
getName in interface Part
-
-
- -
Returns:
the name that uniquely identifies this component within its containing composite
-
-
-
- -

-setName

-
-public void setName(java.lang.String value)
-
-
Description copied from interface: Part
-
Sets the name that uniquely identifies this component within its containing composite. -

-

-
Specified by:
setName in interface Part
-
-
-
Parameters:
value - the name that uniquely identifies this component within its containing composite
-
-
-
- -

-getComposite

-
-public Composite getComposite()
-
-
Description copied from interface: Part
-
Returns the composite that contains this component. -

-

-
Specified by:
getComposite in interface Part
-
-
- -
Returns:
the composite that contains this component
-
-
-
- -

-setComposite

-
-public void setComposite(Composite composite)
-
-
Description copied from interface: Part
-
Sets the composite that contains this component. -

-

-
Specified by:
setComposite in interface Part
-
-
-
-
-
-
- -

-getContextFactory

-
-public java.lang.Object getContextFactory()
-
-
Description copied from interface: ContextFactoryHolder
-
Returns the context factory -

-

-
Specified by:
getContextFactory in interface ContextFactoryHolder
-
-
-
-
-
-
- -

-setContextFactory

-
-public void setContextFactory(java.lang.Object contextFactory)
-
-
Description copied from interface: ContextFactoryHolder
-
Sets the context factory -

-

-
Specified by:
setContextFactory in interface ContextFactoryHolder
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany Assembly Model -
- - - -
-- - - -- cgit v1.2.3