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/AssemblyObject.html | 262 +++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html new file mode 100644 index 0000000000..04c4b623d0 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/AssemblyObject.html @@ -0,0 +1,262 @@ + + + + + + + +AssemblyObject (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly +
+Interface AssemblyObject

+
+
All Known Subinterfaces:
AtomicComponent, AtomicImplementation, Binding, Component<I>, ComponentType, Composite, CompositeComponent<I>, ConfiguredPort<P>, ConfiguredProperty, ConfiguredReference, ConfiguredService, EntryPoint, Extensible, ExternalService, Implementation, ImportWSDL, JavaServiceContract, Module, ModuleComponent, ModuleFragment, Part, Port, Property, Reference, Service, ServiceContract, Subsystem, Wire, WSDLServiceContract
+
+
+
All Known Implementing Classes:
AssemblyObjectImpl, AtomicComponentImpl, AtomicImplementationImpl, BindingImpl, ComponentImpl, ComponentTypeImpl, CompositeImpl, ConfiguredPortImpl, ConfiguredPropertyImpl, ConfiguredReferenceImpl, ConfiguredServiceImpl, EntryPointImpl, ExtensibleImpl, ExternalServiceImpl, ImplementationImpl, ImportWSDLImpl, JavaServiceContractImpl, ModuleComponentImpl, ModuleFragmentImpl, ModuleImpl, PartImpl, PortImpl, PropertyImpl, ReferenceImpl, ServiceContractImpl, ServiceImpl, SubsystemImpl, WireImpl, WSDLServiceContractImpl
+
+
+
+
public interface AssemblyObject
+ + +

+Base interface for all assembly model objects providing methods for managing the model itself. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaccept(AssemblyVisitor visitor) + +
+          Accept a visitor
+ voidfreeze() + +
+          Freeze this model object preventing any additional changes.
+ voidinitialize(AssemblyContext modelContext) + +
+          Initialize this model object.
+  +

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

+initialize

+
+void initialize(AssemblyContext modelContext)
+                throws AssemblyInitializationException
+
+
Initialize this model object. +

+

+
Parameters:
modelContext - context providing access to the environment in which this model is being used +
Throws: +
AssemblyInitializationException - if an error ocurrs initializing the artifact
+
+
+
+ +

+freeze

+
+void freeze()
+
+
Freeze this model object preventing any additional changes. +

+

+
+
+
+
+ +

+accept

+
+boolean accept(AssemblyVisitor visitor)
+
+
Accept a visitor +

+

+
Parameters:
visitor - a visitor that is visiting the model +
Returns:
true if processing is complete and the visitor should stop traversing the model
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + -- cgit v1.2.3