From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../core/system/config/SystemContextFactory.html | 692 +++++++++++++++++++++ .../config/SystemEntryPointContextFactory.html | 569 +++++++++++++++++ .../system/config/SystemExtensibilityElement.html | 177 ++++++ .../SystemExternalServiceContextFactory.html | 568 +++++++++++++++++ .../config/SystemInjectorExtensibilityElement.html | 218 +++++++ .../system/config/SystemObjectContextFactory.html | 548 ++++++++++++++++ .../config/class-use/SystemContextFactory.html | 141 +++++ .../class-use/SystemEntryPointContextFactory.html | 141 +++++ .../class-use/SystemExtensibilityElement.html | 177 ++++++ .../SystemExternalServiceContextFactory.html | 141 +++++ .../SystemInjectorExtensibilityElement.html | 185 ++++++ .../class-use/SystemObjectContextFactory.html | 141 +++++ .../AutowireExtensibilityElement.html | 281 +++++++++ .../extensibility/MonitorExtensibilityElement.html | 274 ++++++++ .../ParentContextExtensibilityElement.html | 277 +++++++++ .../class-use/AutowireExtensibilityElement.html | 141 +++++ .../class-use/MonitorExtensibilityElement.html | 141 +++++ .../ParentContextExtensibilityElement.html | 141 +++++ .../system/config/extensibility/package-frame.html | 37 ++ .../config/extensibility/package-summary.html | 163 +++++ .../system/config/extensibility/package-tree.html | 153 +++++ .../system/config/extensibility/package-use.html | 141 +++++ .../tuscany/core/system/config/package-frame.html | 52 ++ .../core/system/config/package-summary.html | 188 ++++++ .../tuscany/core/system/config/package-tree.html | 159 +++++ .../tuscany/core/system/config/package-use.html | 174 ++++++ .../system/config/processor/AutowireProcessor.html | 324 ++++++++++ .../system/config/processor/MonitorProcessor.html | 324 ++++++++++ .../config/processor/ParentContextProcessor.html | 324 ++++++++++ .../processor/class-use/AutowireProcessor.html | 141 +++++ .../processor/class-use/MonitorProcessor.html | 141 +++++ .../class-use/ParentContextProcessor.html | 141 +++++ .../system/config/processor/package-frame.html | 37 ++ .../system/config/processor/package-summary.html | 163 +++++ .../core/system/config/processor/package-tree.html | 153 +++++ .../core/system/config/processor/package-use.html | 141 +++++ 36 files changed, 7909 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemEntryPointContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExternalServiceContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemInjectorExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemObjectContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemEntryPointContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExternalServiceContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemInjectorExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemObjectContextFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/AutowireExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/MonitorExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/ParentContextExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/AutowireExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/MonitorExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/ParentContextExtensibilityElement.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-use.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/AutowireProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/MonitorProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/ParentContextProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/AutowireProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/MonitorProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/ParentContextProcessor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-use.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemContextFactory.html new file mode 100644 index 0000000000..1f40712f2a --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemContextFactory.html @@ -0,0 +1,692 @@ + + + + + + + +SystemContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Class SystemContextFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.SystemContextFactory
+
+
+
All Implemented Interfaces:
ContextFactory<Context>, ContextResolver
+
+
+
+
public class SystemContextFactory
extends java.lang.Object
implements ContextFactory<Context>, ContextResolver
+ + +

+A ContextFactory that handles system component implementation types, which may be either simple, leaf + types or an composites. +

+ For composite types, this factory delegates to an ObjectFactory to create an + instance of the composite implementation and perform injection of configuration and references. Once an composite + instance is created, the factory will register the composite's children. This process may be done recursively in a + lazy fashion, descending down an composite hierarchy as a child composite is instantiated. +

+ +

+

+
Version:
+
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
SystemContextFactory(java.lang.String name, + java.lang.reflect.Constructor ctr, + org.apache.tuscany.model.assembly.Scope scope) + +
+          Creates the runtime configuration
SystemContextFactory(java.lang.String name, + org.apache.tuscany.model.assembly.Module module, + java.lang.reflect.Constructor ctr, + org.apache.tuscany.model.assembly.Scope scope) + +
+          Creates the runtime configuration
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddProperty(java.lang.String propertyName, + java.lang.Object value) + +
+          Adds a property to the context
+ voidaddSourceWireFactories(java.lang.String referenceName, + java.lang.Class referenceInterface, + java.util.List<SourceWireFactory> factory, + boolean multiplicity) + +
+          Adds a set of source-side wire factories for the given reference.
+ voidaddSourceWireFactory(java.lang.String referenceName, + SourceWireFactory factory) + +
+          Adds a source-side wire factory for the given reference.
+ voidaddTargetWireFactory(java.lang.String serviceName, + TargetWireFactory factory) + +
+          Adds a target-side wire factory for the given service name.
+ ContextcreateContext() + +
+          Creates a Context based on configuration supplied by a logical model assembly
+ CompositeContextgetCurrentContext() + +
+          Returns the current composite context
+ java.lang.StringgetName() + +
+          Returns the name of the Context produced by the current factory
+ org.apache.tuscany.model.assembly.ScopegetScope() + +
+          Returns the scope identifier associated with the type of contexts produced by the current factory
+ java.util.List<SourceWireFactory>getSourceWireFactories() + +
+          Returns a collection of source-side wire factories for references.
+ java.util.Map<java.lang.String,TargetWireFactory>getTargetWireFactories() + +
+          Returns a collection of target-side wire factories keyed by service name
+ TargetWireFactorygetTargetWireFactory(java.lang.String serviceName) + +
+          Returns the target-side wire factory associated with the given service name
+ voidprepare(CompositeContext parent) + +
+          Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps
+ voidsetDestroyInvoker(EventInvoker invoker) + +
+           
+ voidsetEagerInit(boolean val) + +
+           
+ voidsetInitInvoker(EventInvoker invoker) + +
+           
+ voidsetSetters(java.util.List<Injector> setters) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SystemContextFactory

+
+public SystemContextFactory(java.lang.String name,
+                            java.lang.reflect.Constructor ctr,
+                            org.apache.tuscany.model.assembly.Scope scope)
+
+
Creates the runtime configuration +

+

+
Parameters:
name - the SCDL name of the component the context refers to
ctr - the implementation type constructor
scope - the scope of the component implementation type
+
+
+ +

+SystemContextFactory

+
+public SystemContextFactory(java.lang.String name,
+                            org.apache.tuscany.model.assembly.Module module,
+                            java.lang.reflect.Constructor ctr,
+                            org.apache.tuscany.model.assembly.Scope scope)
+
+
Creates the runtime configuration +

+

+
Parameters:
name - the SCDL name of the component the context refers to
module - if this factory produces aggregagtes, the logical model associated with its children; otherwise + null
ctr - the implementation type constructor
scope - the scope of the component implementation type
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ContextFactory
+
Returns the name of the Context produced by the current factory +

+

+
Specified by:
getName in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(java.lang.String propertyName,
+                        java.lang.Object value)
+
+
Description copied from interface: ContextFactory
+
Adds a property to the context +

+

+
Specified by:
addProperty in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+getScope

+
+public org.apache.tuscany.model.assembly.Scope getScope()
+
+
Description copied from interface: ContextFactory
+
Returns the scope identifier associated with the type of contexts produced by the current factory +

+

+
Specified by:
getScope in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+createContext

+
+public Context createContext()
+                      throws ContextCreationException
+
+
Description copied from interface: ContextFactory
+
Creates a Context based on configuration supplied by a logical model assembly +

+

+
Specified by:
createContext in interface ContextFactory<Context>
+
+
+ +
Returns:
a new instance context +
Throws: +
ContextCreationException - if an error occurs creating the context
+
+
+
+ +

+addTargetWireFactory

+
+public void addTargetWireFactory(java.lang.String serviceName,
+                                 TargetWireFactory factory)
+
+
Description copied from interface: ContextFactory
+
Adds a target-side wire factory for the given service name. Target-side wire factories contain the invocation chains + associated with the destination service of a wire and are responsible for generating proxies +

+

+
Specified by:
addTargetWireFactory in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+getTargetWireFactory

+
+public TargetWireFactory getTargetWireFactory(java.lang.String serviceName)
+
+
Description copied from interface: ContextFactory
+
Returns the target-side wire factory associated with the given service name +

+

+
Specified by:
getTargetWireFactory in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+getTargetWireFactories

+
+public java.util.Map<java.lang.String,TargetWireFactory> getTargetWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of target-side wire factories keyed by service name +

+

+
Specified by:
getTargetWireFactories in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+addSourceWireFactory

+
+public void addSourceWireFactory(java.lang.String referenceName,
+                                 SourceWireFactory factory)
+
+
Description copied from interface: ContextFactory
+
Adds a source-side wire factory for the given reference. Source-side wire factories contain the invocation chains for a + reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactory in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+addSourceWireFactories

+
+public void addSourceWireFactories(java.lang.String referenceName,
+                                   java.lang.Class referenceInterface,
+                                   java.util.List<SourceWireFactory> factory,
+                                   boolean multiplicity)
+
+
Description copied from interface: ContextFactory
+
Adds a set of source-side wire factories for the given reference. Source-side wire factories contain the invocation chains + for a reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactories in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+getSourceWireFactories

+
+public java.util.List<SourceWireFactory> getSourceWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of source-side wire factories for references. There may 1..n wire factories per reference. +

+

+
Specified by:
getSourceWireFactories in interface ContextFactory<Context>
+
+
+
+
+
+
+ +

+setSetters

+
+public void setSetters(java.util.List<Injector> setters)
+
+
+
+
+
+
+
+
+
+ +

+setEagerInit

+
+public void setEagerInit(boolean val)
+
+
+
+
+
+
+
+
+
+ +

+setInitInvoker

+
+public void setInitInvoker(EventInvoker invoker)
+
+
+
+
+
+
+
+
+
+ +

+setDestroyInvoker

+
+public void setDestroyInvoker(EventInvoker invoker)
+
+
+
+
+
+
+
+
+
+ +

+prepare

+
+public void prepare(CompositeContext parent)
+
+
Description copied from interface: ContextFactory
+
Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps +

+

+
Specified by:
prepare in interface ContextFactory<Context>
+
+
+
Parameters:
parent - the parent context
+
+
+
+ +

+getCurrentContext

+
+public CompositeContext getCurrentContext()
+
+
Description copied from interface: ContextResolver
+
Returns the current composite context +

+

+
Specified by:
getCurrentContext in interface ContextResolver
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemEntryPointContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemEntryPointContextFactory.html new file mode 100644 index 0000000000..7a1a9825a9 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemEntryPointContextFactory.html @@ -0,0 +1,569 @@ + + + + + + + +SystemEntryPointContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Class SystemEntryPointContextFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.SystemEntryPointContextFactory
+
+
+
All Implemented Interfaces:
ContextFactory<EntryPointContext>, ContextResolver
+
+
+
+
public class SystemEntryPointContextFactory
extends java.lang.Object
implements ContextFactory<EntryPointContext>, ContextResolver
+ + +

+Creates SystemEntryPointContext instances based on an entry point configuration in an assembly model +

+ +

+

+
Version:
+
$Rev: 397183 $ $Date: 2006-04-26 07:38:42 -0400 (Wed, 26 Apr 2006) $
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SystemEntryPointContextFactory(java.lang.String name, + java.lang.String targetName, + java.lang.Class serviceInterface) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddProperty(java.lang.String propertyName, + java.lang.Object value) + +
+          Adds a property to the context
+ voidaddSourceWireFactories(java.lang.String referenceName, + java.lang.Class referenceInterface, + java.util.List<SourceWireFactory> factory, + boolean multiplicity) + +
+          Adds a set of source-side wire factories for the given reference.
+ voidaddSourceWireFactory(java.lang.String referenceName, + SourceWireFactory pFactory) + +
+          Adds a source-side wire factory for the given reference.
+ voidaddTargetWireFactory(java.lang.String serviceName, + TargetWireFactory pFactory) + +
+          Adds a target-side wire factory for the given service name.
+ EntryPointContextcreateContext() + +
+          Creates a Context based on configuration supplied by a logical model assembly
+ CompositeContextgetCurrentContext() + +
+          Returns the current composite context
+ java.lang.StringgetName() + +
+          Returns the name of the Context produced by the current factory
+ org.apache.tuscany.model.assembly.ScopegetScope() + +
+          Returns the scope identifier associated with the type of contexts produced by the current factory
+ java.util.List<SourceWireFactory>getSourceWireFactories() + +
+          Returns a collection of source-side wire factories for references.
+ java.util.Map<java.lang.String,TargetWireFactory>getTargetWireFactories() + +
+          Returns a collection of target-side wire factories keyed by service name
+ TargetWireFactorygetTargetWireFactory(java.lang.String serviceName) + +
+          Returns the target-side wire factory associated with the given service name
+ voidprepare(CompositeContext parent) + +
+          Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SystemEntryPointContextFactory

+
+public SystemEntryPointContextFactory(java.lang.String name,
+                                      java.lang.String targetName,
+                                      java.lang.Class serviceInterface)
+
+
+ + + + + + + + +
+Method Detail
+ +

+createContext

+
+public EntryPointContext createContext()
+                                throws ContextCreationException
+
+
Description copied from interface: ContextFactory
+
Creates a Context based on configuration supplied by a logical model assembly +

+

+
Specified by:
createContext in interface ContextFactory<EntryPointContext>
+
+
+ +
Returns:
a new instance context +
Throws: +
ContextCreationException - if an error occurs creating the context
+
+
+
+ +

+getScope

+
+public org.apache.tuscany.model.assembly.Scope getScope()
+
+
Description copied from interface: ContextFactory
+
Returns the scope identifier associated with the type of contexts produced by the current factory +

+

+
Specified by:
getScope in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ContextFactory
+
Returns the name of the Context produced by the current factory +

+

+
Specified by:
getName in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+addTargetWireFactory

+
+public void addTargetWireFactory(java.lang.String serviceName,
+                                 TargetWireFactory pFactory)
+
+
Description copied from interface: ContextFactory
+
Adds a target-side wire factory for the given service name. Target-side wire factories contain the invocation chains + associated with the destination service of a wire and are responsible for generating proxies +

+

+
Specified by:
addTargetWireFactory in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+getTargetWireFactory

+
+public TargetWireFactory getTargetWireFactory(java.lang.String serviceName)
+
+
Description copied from interface: ContextFactory
+
Returns the target-side wire factory associated with the given service name +

+

+
Specified by:
getTargetWireFactory in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+getTargetWireFactories

+
+public java.util.Map<java.lang.String,TargetWireFactory> getTargetWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of target-side wire factories keyed by service name +

+

+
Specified by:
getTargetWireFactories in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+addSourceWireFactory

+
+public void addSourceWireFactory(java.lang.String referenceName,
+                                 SourceWireFactory pFactory)
+
+
Description copied from interface: ContextFactory
+
Adds a source-side wire factory for the given reference. Source-side wire factories contain the invocation chains for a + reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactory in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+addSourceWireFactories

+
+public void addSourceWireFactories(java.lang.String referenceName,
+                                   java.lang.Class referenceInterface,
+                                   java.util.List<SourceWireFactory> factory,
+                                   boolean multiplicity)
+
+
Description copied from interface: ContextFactory
+
Adds a set of source-side wire factories for the given reference. Source-side wire factories contain the invocation chains + for a reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactories in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(java.lang.String propertyName,
+                        java.lang.Object value)
+
+
Description copied from interface: ContextFactory
+
Adds a property to the context +

+

+
Specified by:
addProperty in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+getSourceWireFactories

+
+public java.util.List<SourceWireFactory> getSourceWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of source-side wire factories for references. There may 1..n wire factories per reference. +

+

+
Specified by:
getSourceWireFactories in interface ContextFactory<EntryPointContext>
+
+
+
+
+
+
+ +

+prepare

+
+public void prepare(CompositeContext parent)
+
+
Description copied from interface: ContextFactory
+
Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps +

+

+
Specified by:
prepare in interface ContextFactory<EntryPointContext>
+
+
+
Parameters:
parent - the parent context
+
+
+
+ +

+getCurrentContext

+
+public CompositeContext getCurrentContext()
+
+
Description copied from interface: ContextResolver
+
Returns the current composite context +

+

+
Specified by:
getCurrentContext in interface ContextResolver
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExtensibilityElement.html new file mode 100644 index 0000000000..36c971d4f1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExtensibilityElement.html @@ -0,0 +1,177 @@ + + + + + + + +SystemExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Interface SystemExtensibilityElement

+
+
All Known Implementing Classes:
MonitorExtensibilityElement
+
+
+
+
public interface SystemExtensibilityElement
+ + +

+Base marker for system metadata extensions +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExternalServiceContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExternalServiceContextFactory.html new file mode 100644 index 0000000000..9eb8fd0ad1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemExternalServiceContextFactory.html @@ -0,0 +1,568 @@ + + + + + + + +SystemExternalServiceContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Class SystemExternalServiceContextFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.SystemExternalServiceContextFactory
+
+
+
All Implemented Interfaces:
ContextFactory<ExternalServiceContext>, ContextResolver
+
+
+
+
public class SystemExternalServiceContextFactory
extends java.lang.Object
implements ContextFactory<ExternalServiceContext>, ContextResolver
+ + +

+Creates system type external service contexts +

+ +

+

+
Version:
+
$Rev: 396966 $ $Date: 2006-04-25 15:59:03 -0400 (Tue, 25 Apr 2006) $
+
See Also:
ExternalServiceContext, +SystemExternalServiceContext
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SystemExternalServiceContextFactory(java.lang.String name, + ObjectFactory factory) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddProperty(java.lang.String propertyName, + java.lang.Object value) + +
+          Adds a property to the context
+ voidaddSourceWireFactories(java.lang.String referenceName, + java.lang.Class referenceInterface, + java.util.List<SourceWireFactory> factory, + boolean multiplicity) + +
+          Adds a set of source-side wire factories for the given reference.
+ voidaddSourceWireFactory(java.lang.String referenceName, + SourceWireFactory pFactory) + +
+          Adds a source-side wire factory for the given reference.
+ voidaddTargetWireFactory(java.lang.String serviceName, + TargetWireFactory pFactory) + +
+          Adds a target-side wire factory for the given service name.
+ ExternalServiceContextcreateContext() + +
+          Creates a Context based on configuration supplied by a logical model assembly
+ CompositeContextgetCurrentContext() + +
+          Returns the current composite context
+ java.lang.StringgetName() + +
+          Returns the name of the Context produced by the current factory
+ org.apache.tuscany.model.assembly.ScopegetScope() + +
+          Returns the scope identifier associated with the type of contexts produced by the current factory
+ java.util.List<SourceWireFactory>getSourceWireFactories() + +
+          Returns a collection of source-side wire factories for references.
+ java.util.Map<java.lang.String,TargetWireFactory>getTargetWireFactories() + +
+          Returns a collection of target-side wire factories keyed by service name
+ TargetWireFactorygetTargetWireFactory(java.lang.String serviceName) + +
+          Returns the target-side wire factory associated with the given service name
+ voidprepare(CompositeContext parent) + +
+          Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SystemExternalServiceContextFactory

+
+public SystemExternalServiceContextFactory(java.lang.String name,
+                                           ObjectFactory factory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getScope

+
+public org.apache.tuscany.model.assembly.Scope getScope()
+
+
Description copied from interface: ContextFactory
+
Returns the scope identifier associated with the type of contexts produced by the current factory +

+

+
Specified by:
getScope in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ContextFactory
+
Returns the name of the Context produced by the current factory +

+

+
Specified by:
getName in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(java.lang.String propertyName,
+                        java.lang.Object value)
+
+
Description copied from interface: ContextFactory
+
Adds a property to the context +

+

+
Specified by:
addProperty in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+createContext

+
+public ExternalServiceContext createContext()
+                                     throws ContextCreationException
+
+
Description copied from interface: ContextFactory
+
Creates a Context based on configuration supplied by a logical model assembly +

+

+
Specified by:
createContext in interface ContextFactory<ExternalServiceContext>
+
+
+ +
Returns:
a new instance context +
Throws: +
ContextCreationException - if an error occurs creating the context
+
+
+
+ +

+addTargetWireFactory

+
+public void addTargetWireFactory(java.lang.String serviceName,
+                                 TargetWireFactory pFactory)
+
+
Description copied from interface: ContextFactory
+
Adds a target-side wire factory for the given service name. Target-side wire factories contain the invocation chains + associated with the destination service of a wire and are responsible for generating proxies +

+

+
Specified by:
addTargetWireFactory in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+getTargetWireFactory

+
+public TargetWireFactory getTargetWireFactory(java.lang.String serviceName)
+
+
Description copied from interface: ContextFactory
+
Returns the target-side wire factory associated with the given service name +

+

+
Specified by:
getTargetWireFactory in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+getTargetWireFactories

+
+public java.util.Map<java.lang.String,TargetWireFactory> getTargetWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of target-side wire factories keyed by service name +

+

+
Specified by:
getTargetWireFactories in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+addSourceWireFactory

+
+public void addSourceWireFactory(java.lang.String referenceName,
+                                 SourceWireFactory pFactory)
+
+
Description copied from interface: ContextFactory
+
Adds a source-side wire factory for the given reference. Source-side wire factories contain the invocation chains for a + reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactory in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+addSourceWireFactories

+
+public void addSourceWireFactories(java.lang.String referenceName,
+                                   java.lang.Class referenceInterface,
+                                   java.util.List<SourceWireFactory> factory,
+                                   boolean multiplicity)
+
+
Description copied from interface: ContextFactory
+
Adds a set of source-side wire factories for the given reference. Source-side wire factories contain the invocation chains + for a reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactories in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+getSourceWireFactories

+
+public java.util.List<SourceWireFactory> getSourceWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of source-side wire factories for references. There may 1..n wire factories per reference. +

+

+
Specified by:
getSourceWireFactories in interface ContextFactory<ExternalServiceContext>
+
+
+
+
+
+
+ +

+prepare

+
+public void prepare(CompositeContext parent)
+
+
Description copied from interface: ContextFactory
+
Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps +

+

+
Specified by:
prepare in interface ContextFactory<ExternalServiceContext>
+
+
+
Parameters:
parent - the parent context
+
+
+
+ +

+getCurrentContext

+
+public CompositeContext getCurrentContext()
+
+
Description copied from interface: ContextResolver
+
Returns the current composite context +

+

+
Specified by:
getCurrentContext in interface ContextResolver
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemInjectorExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemInjectorExtensibilityElement.html new file mode 100644 index 0000000000..d19ec98971 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemInjectorExtensibilityElement.html @@ -0,0 +1,218 @@ + + + + + + + +SystemInjectorExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Interface SystemInjectorExtensibilityElement

+
+
All Known Implementing Classes:
AutowireExtensibilityElement, ParentContextExtensibilityElement
+
+
+
+
public interface SystemInjectorExtensibilityElement
+ + +

+An extensiblity element which provides Injectors based on + component type metadata specific to system services +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ Injector<?>getInjector(ContextResolver resolver) + +
+          Creates an injector
+  +

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

+getInjector

+
+Injector<?> getInjector(ContextResolver resolver)
+
+
Creates an injector +

+

+
Parameters:
resolver - that returns the current composite context
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemObjectContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemObjectContextFactory.html new file mode 100644 index 0000000000..e3c3d2a65e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/SystemObjectContextFactory.html @@ -0,0 +1,548 @@ + + + + + + + +SystemObjectContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config +
+Class SystemObjectContextFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.SystemObjectContextFactory
+
+
+
All Implemented Interfaces:
ContextFactory
+
+
+
+
public class SystemObjectContextFactory
extends java.lang.Object
implements ContextFactory
+ + +

+A ContextFactory that contains the configuration needed to convert a simple + Java Object into a component. The object is assumed to be fully initialized and + will always be added with MODULE scope. +

+ +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SystemObjectContextFactory(java.lang.String name, + java.lang.Object instance) + +
+          Construct a ContextFactory for the supplied Java Object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddProperty(java.lang.String propertyName, + java.lang.Object value) + +
+          Adds a property to the context
+ voidaddSourceWireFactories(java.lang.String referenceName, + java.lang.Class referenceInterface, + java.util.List factory, + boolean multiplicity) + +
+          Adds a set of source-side wire factories for the given reference.
+ voidaddSourceWireFactory(java.lang.String referenceName, + SourceWireFactory factory) + +
+          Adds a source-side wire factory for the given reference.
+ voidaddTargetWireFactory(java.lang.String serviceName, + TargetWireFactory factory) + +
+          Adds a target-side wire factory for the given service name.
+ ContextcreateContext() + +
+          Creates a Context based on configuration supplied by a logical model assembly
+ java.lang.StringgetName() + +
+          Returns the name of the Context produced by the current factory
+ org.apache.tuscany.model.assembly.ScopegetScope() + +
+          Returns the scope identifier associated with the type of contexts produced by the current factory
+ java.util.List<WireFactory>getSourceWireFactories() + +
+          Returns a collection of source-side wire factories for references.
+ java.util.MapgetTargetWireFactories() + +
+          Returns a collection of target-side wire factories keyed by service name
+ TargetWireFactorygetTargetWireFactory(java.lang.String serviceName) + +
+          Returns the target-side wire factory associated with the given service name
+ voidprepare(CompositeContext parent) + +
+          Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SystemObjectContextFactory

+
+public SystemObjectContextFactory(java.lang.String name,
+                                  java.lang.Object instance)
+
+
Construct a ContextFactory for the supplied Java Object. +

+

+
Parameters:
name - the name to be assigned to the resulting component
instance - the Java Object that provides the implementation
+
+ + + + + + + + +
+Method Detail
+ +

+createContext

+
+public Context createContext()
+                      throws ContextCreationException
+
+
Description copied from interface: ContextFactory
+
Creates a Context based on configuration supplied by a logical model assembly +

+

+
Specified by:
createContext in interface ContextFactory
+
+
+ +
Returns:
a new instance context +
Throws: +
ContextCreationException - if an error occurs creating the context
+
+
+
+ +

+getScope

+
+public org.apache.tuscany.model.assembly.Scope getScope()
+
+
Description copied from interface: ContextFactory
+
Returns the scope identifier associated with the type of contexts produced by the current factory +

+

+
Specified by:
getScope in interface ContextFactory
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: ContextFactory
+
Returns the name of the Context produced by the current factory +

+

+
Specified by:
getName in interface ContextFactory
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(java.lang.String propertyName,
+                        java.lang.Object value)
+
+
Description copied from interface: ContextFactory
+
Adds a property to the context +

+

+
Specified by:
addProperty in interface ContextFactory
+
+
+
+
+
+
+ +

+addTargetWireFactory

+
+public void addTargetWireFactory(java.lang.String serviceName,
+                                 TargetWireFactory factory)
+
+
Description copied from interface: ContextFactory
+
Adds a target-side wire factory for the given service name. Target-side wire factories contain the invocation chains + associated with the destination service of a wire and are responsible for generating proxies +

+

+
Specified by:
addTargetWireFactory in interface ContextFactory
+
+
+
+
+
+
+ +

+getTargetWireFactory

+
+public TargetWireFactory getTargetWireFactory(java.lang.String serviceName)
+
+
Description copied from interface: ContextFactory
+
Returns the target-side wire factory associated with the given service name +

+

+
Specified by:
getTargetWireFactory in interface ContextFactory
+
+
+
+
+
+
+ +

+getTargetWireFactories

+
+public java.util.Map getTargetWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of target-side wire factories keyed by service name +

+

+
Specified by:
getTargetWireFactories in interface ContextFactory
+
+
+
+
+
+
+ +

+addSourceWireFactory

+
+public void addSourceWireFactory(java.lang.String referenceName,
+                                 SourceWireFactory factory)
+
+
Description copied from interface: ContextFactory
+
Adds a source-side wire factory for the given reference. Source-side wire factories contain the invocation chains for a + reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactory in interface ContextFactory
+
+
+
+
+
+
+ +

+addSourceWireFactories

+
+public void addSourceWireFactories(java.lang.String referenceName,
+                                   java.lang.Class referenceInterface,
+                                   java.util.List factory,
+                                   boolean multiplicity)
+
+
Description copied from interface: ContextFactory
+
Adds a set of source-side wire factories for the given reference. Source-side wire factories contain the invocation chains + for a reference in the implementation associated with the instance context created by this configuration. Source-side wire + factories also produce proxies that are injected on a reference in a component implementation. +

+

+
Specified by:
addSourceWireFactories in interface ContextFactory
+
+
+
+
+
+
+ +

+getSourceWireFactories

+
+public java.util.List<WireFactory> getSourceWireFactories()
+
+
Description copied from interface: ContextFactory
+
Returns a collection of source-side wire factories for references. There may 1..n wire factories per reference. +

+

+
Specified by:
getSourceWireFactories in interface ContextFactory
+
+
+
+
+
+
+ +

+prepare

+
+public void prepare(CompositeContext parent)
+
+
Description copied from interface: ContextFactory
+
Called to signal to the configuration that its parent context has been activated and that it shoud perform any required + initialization steps +

+

+
Specified by:
prepare in interface ContextFactory
+
+
+
Parameters:
parent - the parent context
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemContextFactory.html new file mode 100644 index 0000000000..5baa5f1042 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemContextFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.SystemContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.SystemContextFactory

+
+No usage of org.apache.tuscany.core.system.config.SystemContextFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemEntryPointContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemEntryPointContextFactory.html new file mode 100644 index 0000000000..413eb2f67e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemEntryPointContextFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.SystemEntryPointContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.SystemEntryPointContextFactory

+
+No usage of org.apache.tuscany.core.system.config.SystemEntryPointContextFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExtensibilityElement.html new file mode 100644 index 0000000000..5eac95150b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExtensibilityElement.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Interface org.apache.tuscany.core.system.config.SystemExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.core.system.config.SystemExtensibilityElement

+
+ + + + + + + + + +
+Packages that use SystemExtensibilityElement
org.apache.tuscany.core.system.config.extensibility  
+  +

+ + + + + +
+Uses of SystemExtensibilityElement in org.apache.tuscany.core.system.config.extensibility
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.core.system.config.extensibility that implement SystemExtensibilityElement
+ classMonitorExtensibilityElement + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExternalServiceContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExternalServiceContextFactory.html new file mode 100644 index 0000000000..0e26951204 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemExternalServiceContextFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.SystemExternalServiceContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.SystemExternalServiceContextFactory

+
+No usage of org.apache.tuscany.core.system.config.SystemExternalServiceContextFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemInjectorExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemInjectorExtensibilityElement.html new file mode 100644 index 0000000000..26b54a87c1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemInjectorExtensibilityElement.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Interface org.apache.tuscany.core.system.config.SystemInjectorExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.core.system.config.SystemInjectorExtensibilityElement

+
+ + + + + + + + + +
+Packages that use SystemInjectorExtensibilityElement
org.apache.tuscany.core.system.config.extensibility  
+  +

+ + + + + +
+Uses of SystemInjectorExtensibilityElement in org.apache.tuscany.core.system.config.extensibility
+  +

+ + + + + + + + + + + + + +
Classes in org.apache.tuscany.core.system.config.extensibility that implement SystemInjectorExtensibilityElement
+ classAutowireExtensibilityElement + +
+          A metadata extensbility element for autowires; creates injectors which return the target of an autowire
+ classParentContextExtensibilityElement + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemObjectContextFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemObjectContextFactory.html new file mode 100644 index 0000000000..a73a5d4293 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/class-use/SystemObjectContextFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.SystemObjectContextFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.SystemObjectContextFactory

+
+No usage of org.apache.tuscany.core.system.config.SystemObjectContextFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/AutowireExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/AutowireExtensibilityElement.html new file mode 100644 index 0000000000..7e0314f9bd --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/AutowireExtensibilityElement.html @@ -0,0 +1,281 @@ + + + + + + + +AutowireExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.extensibility +
+Class AutowireExtensibilityElement

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.extensibility.AutowireExtensibilityElement
+
+
+
All Implemented Interfaces:
SystemInjectorExtensibilityElement
+
+
+
+
public class AutowireExtensibilityElement
extends java.lang.Object
implements SystemInjectorExtensibilityElement
+ + +

+A metadata extensbility element for autowires; creates injectors which return the target of an autowire +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
AutowireExtensibilityElement(java.lang.reflect.Field f) + +
+           
AutowireExtensibilityElement(java.lang.reflect.Method m) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Injector<?>getInjector(ContextResolver resolver) + +
+          Creates an injector
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+AutowireExtensibilityElement

+
+public AutowireExtensibilityElement(java.lang.reflect.Method m)
+
+
+
+ +

+AutowireExtensibilityElement

+
+public AutowireExtensibilityElement(java.lang.reflect.Field f)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInjector

+
+public Injector<?> getInjector(ContextResolver resolver)
+
+
Description copied from interface: SystemInjectorExtensibilityElement
+
Creates an injector +

+

+
Specified by:
getInjector in interface SystemInjectorExtensibilityElement
+
+
+
Parameters:
resolver - that returns the current composite context
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/MonitorExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/MonitorExtensibilityElement.html new file mode 100644 index 0000000000..baa6a4521c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/MonitorExtensibilityElement.html @@ -0,0 +1,274 @@ + + + + + + + +MonitorExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.extensibility +
+Class MonitorExtensibilityElement

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.extensibility.MonitorExtensibilityElement
+
+
+
All Implemented Interfaces:
SystemExtensibilityElement
+
+
+
+
public class MonitorExtensibilityElement
extends java.lang.Object
implements SystemExtensibilityElement
+ + +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
MonitorExtensibilityElement(java.lang.reflect.Field f) + +
+           
MonitorExtensibilityElement(java.lang.reflect.Method m) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Injector<?>getInjector(org.apache.tuscany.common.monitor.MonitorFactory factory) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+MonitorExtensibilityElement

+
+public MonitorExtensibilityElement(java.lang.reflect.Method m)
+
+
+
+ +

+MonitorExtensibilityElement

+
+public MonitorExtensibilityElement(java.lang.reflect.Field f)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInjector

+
+public Injector<?> getInjector(org.apache.tuscany.common.monitor.MonitorFactory factory)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/ParentContextExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/ParentContextExtensibilityElement.html new file mode 100644 index 0000000000..a479f98be1 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/ParentContextExtensibilityElement.html @@ -0,0 +1,277 @@ + + + + + + + +ParentContextExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.extensibility +
+Class ParentContextExtensibilityElement

+
+java.lang.Object
+  extended by org.apache.tuscany.core.system.config.extensibility.ParentContextExtensibilityElement
+
+
+
All Implemented Interfaces:
SystemInjectorExtensibilityElement
+
+
+
+
public class ParentContextExtensibilityElement
extends java.lang.Object
implements SystemInjectorExtensibilityElement
+ + +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ParentContextExtensibilityElement(java.lang.reflect.Field f) + +
+           
ParentContextExtensibilityElement(java.lang.reflect.Method m) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Injector<?>getInjector(ContextResolver resolver) + +
+          Creates an injector
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ParentContextExtensibilityElement

+
+public ParentContextExtensibilityElement(java.lang.reflect.Method m)
+
+
+
+ +

+ParentContextExtensibilityElement

+
+public ParentContextExtensibilityElement(java.lang.reflect.Field f)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInjector

+
+public Injector<?> getInjector(ContextResolver resolver)
+
+
Description copied from interface: SystemInjectorExtensibilityElement
+
Creates an injector +

+

+
Specified by:
getInjector in interface SystemInjectorExtensibilityElement
+
+
+
Parameters:
resolver - that returns the current composite context
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/AutowireExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/AutowireExtensibilityElement.html new file mode 100644 index 0000000000..da00d99fa9 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/AutowireExtensibilityElement.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.extensibility.AutowireExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.extensibility.AutowireExtensibilityElement

+
+No usage of org.apache.tuscany.core.system.config.extensibility.AutowireExtensibilityElement +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/MonitorExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/MonitorExtensibilityElement.html new file mode 100644 index 0000000000..a0bfb0fe78 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/MonitorExtensibilityElement.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.extensibility.MonitorExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.extensibility.MonitorExtensibilityElement

+
+No usage of org.apache.tuscany.core.system.config.extensibility.MonitorExtensibilityElement +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/ParentContextExtensibilityElement.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/ParentContextExtensibilityElement.html new file mode 100644 index 0000000000..53f1257116 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/class-use/ParentContextExtensibilityElement.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.extensibility.ParentContextExtensibilityElement (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.extensibility.ParentContextExtensibilityElement

+
+No usage of org.apache.tuscany.core.system.config.extensibility.ParentContextExtensibilityElement +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-frame.html new file mode 100644 index 0000000000..e40df44771 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +org.apache.tuscany.core.system.config.extensibility (Tuscany Core incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.core.system.config.extensibility + + + + +
+Classes  + +
+AutowireExtensibilityElement +
+MonitorExtensibilityElement +
+ParentContextExtensibilityElement
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-summary.html new file mode 100644 index 0000000000..d0681ea95b --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-summary.html @@ -0,0 +1,163 @@ + + + + + + + +org.apache.tuscany.core.system.config.extensibility (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+

+Package org.apache.tuscany.core.system.config.extensibility +

+ + + + + + + + + + + + + + + + + +
+Class Summary
AutowireExtensibilityElementA metadata extensbility element for autowires; creates injectors which return the target of an autowire
MonitorExtensibilityElement 
ParentContextExtensibilityElement 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-tree.html new file mode 100644 index 0000000000..ed1f30366c --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-tree.html @@ -0,0 +1,153 @@ + + + + + + + +org.apache.tuscany.core.system.config.extensibility Class Hierarchy (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.core.system.config.extensibility +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-use.html new file mode 100644 index 0000000000..3774feaee0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/extensibility/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.core.system.config.extensibility (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.core.system.config.extensibility

+
+No usage of org.apache.tuscany.core.system.config.extensibility +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-frame.html new file mode 100644 index 0000000000..7c9699b3e7 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +org.apache.tuscany.core.system.config (Tuscany Core incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.core.system.config + + + + +
+Interfaces  + +
+SystemExtensibilityElement +
+SystemInjectorExtensibilityElement
+ + + + + + +
+Classes  + +
+SystemContextFactory +
+SystemEntryPointContextFactory +
+SystemExternalServiceContextFactory +
+SystemObjectContextFactory
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-summary.html new file mode 100644 index 0000000000..984a484326 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-summary.html @@ -0,0 +1,188 @@ + + + + + + + +org.apache.tuscany.core.system.config (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+

+Package org.apache.tuscany.core.system.config +

+ + + + + + + + + + + + + +
+Interface Summary
SystemExtensibilityElementBase marker for system metadata extensions
SystemInjectorExtensibilityElementAn extensiblity element which provides Injectors based on + component type metadata specific to system services
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SystemContextFactoryA ContextFactory that handles system component implementation types, which may be either simple, leaf + types or an composites.
SystemEntryPointContextFactoryCreates SystemEntryPointContext instances based on an entry point configuration in an assembly model
SystemExternalServiceContextFactoryCreates system type external service contexts
SystemObjectContextFactoryA ContextFactory that contains the configuration needed to convert a simple + Java Object into a component.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-tree.html new file mode 100644 index 0000000000..e0ef440005 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +org.apache.tuscany.core.system.config Class Hierarchy (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.core.system.config +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-use.html new file mode 100644 index 0000000000..2df2f21c5f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/package-use.html @@ -0,0 +1,174 @@ + + + + + + + +Uses of Package org.apache.tuscany.core.system.config (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.core.system.config

+
+ + + + + + + + + +
+Packages that use org.apache.tuscany.core.system.config
org.apache.tuscany.core.system.config.extensibility  
+  +

+ + + + + + + + + + + +
+Classes in org.apache.tuscany.core.system.config used by org.apache.tuscany.core.system.config.extensibility
SystemExtensibilityElement + +
+          Base marker for system metadata extensions
SystemInjectorExtensibilityElement + +
+          An extensiblity element which provides Injectors based on + component type metadata specific to system services
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/AutowireProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/AutowireProcessor.html new file mode 100644 index 0000000000..f1b8e8d4b8 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/AutowireProcessor.html @@ -0,0 +1,324 @@ + + + + + + + +AutowireProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.processor +
+Class AutowireProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
+      extended by org.apache.tuscany.core.system.config.processor.AutowireProcessor
+
+
+
All Implemented Interfaces:
ImplementationProcessor
+
+
+
+
public class AutowireProcessor
extends ImplementationProcessorSupport
+ + +

+Processes Autowire annotations +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
+  + + + + + + + + + + +
+Constructor Summary
AutowireProcessor() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidvisitField(java.lang.reflect.Field field, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ voidvisitMethod(java.lang.reflect.Method method, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
init, setFactory, setIntrospector, visitClass, visitConstructor, visitEnd, visitInterface, visitInterfaceMethod, visitSuperClass
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+AutowireProcessor

+
+public AutowireProcessor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+visitMethod

+
+public void visitMethod(java.lang.reflect.Method method,
+                        org.apache.tuscany.model.assembly.ComponentType type)
+                 throws ConfigurationLoadException
+
+
+
Specified by:
visitMethod in interface ImplementationProcessor
Overrides:
visitMethod in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+
+ +

+visitField

+
+public void visitField(java.lang.reflect.Field field,
+                       org.apache.tuscany.model.assembly.ComponentType type)
+                throws ConfigurationLoadException
+
+
+
Specified by:
visitField in interface ImplementationProcessor
Overrides:
visitField in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/MonitorProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/MonitorProcessor.html new file mode 100644 index 0000000000..bcbda2c872 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/MonitorProcessor.html @@ -0,0 +1,324 @@ + + + + + + + +MonitorProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.processor +
+Class MonitorProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
+      extended by org.apache.tuscany.core.system.config.processor.MonitorProcessor
+
+
+
All Implemented Interfaces:
ImplementationProcessor
+
+
+
+
public class MonitorProcessor
extends ImplementationProcessorSupport
+ + +

+Processes Autowire annotations +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
+  + + + + + + + + + + +
+Constructor Summary
MonitorProcessor() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidvisitField(java.lang.reflect.Field field, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ voidvisitMethod(java.lang.reflect.Method method, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
init, setFactory, setIntrospector, visitClass, visitConstructor, visitEnd, visitInterface, visitInterfaceMethod, visitSuperClass
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+MonitorProcessor

+
+public MonitorProcessor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+visitMethod

+
+public void visitMethod(java.lang.reflect.Method method,
+                        org.apache.tuscany.model.assembly.ComponentType type)
+                 throws ConfigurationLoadException
+
+
+
Specified by:
visitMethod in interface ImplementationProcessor
Overrides:
visitMethod in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+
+ +

+visitField

+
+public void visitField(java.lang.reflect.Field field,
+                       org.apache.tuscany.model.assembly.ComponentType type)
+                throws ConfigurationLoadException
+
+
+
Specified by:
visitField in interface ImplementationProcessor
Overrides:
visitField in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/ParentContextProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/ParentContextProcessor.html new file mode 100644 index 0000000000..ab2fc691cb --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/ParentContextProcessor.html @@ -0,0 +1,324 @@ + + + + + + + +ParentContextProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.config.processor +
+Class ParentContextProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
+      extended by org.apache.tuscany.core.system.config.processor.ParentContextProcessor
+
+
+
All Implemented Interfaces:
ImplementationProcessor
+
+
+
+
public class ParentContextProcessor
extends ImplementationProcessorSupport
+ + +

+Processes Autowire annotations +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
+  + + + + + + + + + + +
+Constructor Summary
ParentContextProcessor() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidvisitField(java.lang.reflect.Field field, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ voidvisitMethod(java.lang.reflect.Method method, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
init, setFactory, setIntrospector, visitClass, visitConstructor, visitEnd, visitInterface, visitInterfaceMethod, visitSuperClass
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ParentContextProcessor

+
+public ParentContextProcessor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+visitMethod

+
+public void visitMethod(java.lang.reflect.Method method,
+                        org.apache.tuscany.model.assembly.ComponentType type)
+                 throws ConfigurationLoadException
+
+
+
Specified by:
visitMethod in interface ImplementationProcessor
Overrides:
visitMethod in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+
+ +

+visitField

+
+public void visitField(java.lang.reflect.Field field,
+                       org.apache.tuscany.model.assembly.ComponentType type)
+                throws ConfigurationLoadException
+
+
+
Specified by:
visitField in interface ImplementationProcessor
Overrides:
visitField in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/AutowireProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/AutowireProcessor.html new file mode 100644 index 0000000000..ba23af7d86 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/AutowireProcessor.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.processor.AutowireProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.processor.AutowireProcessor

+
+No usage of org.apache.tuscany.core.system.config.processor.AutowireProcessor +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/MonitorProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/MonitorProcessor.html new file mode 100644 index 0000000000..3a5ddccf20 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/MonitorProcessor.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.processor.MonitorProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.processor.MonitorProcessor

+
+No usage of org.apache.tuscany.core.system.config.processor.MonitorProcessor +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/ParentContextProcessor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/ParentContextProcessor.html new file mode 100644 index 0000000000..21bf1bb459 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/class-use/ParentContextProcessor.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.system.config.processor.ParentContextProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.system.config.processor.ParentContextProcessor

+
+No usage of org.apache.tuscany.core.system.config.processor.ParentContextProcessor +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-frame.html new file mode 100644 index 0000000000..1f6bab219f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +org.apache.tuscany.core.system.config.processor (Tuscany Core incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.core.system.config.processor + + + + +
+Classes  + +
+AutowireProcessor +
+MonitorProcessor +
+ParentContextProcessor
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-summary.html new file mode 100644 index 0000000000..743b827163 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-summary.html @@ -0,0 +1,163 @@ + + + + + + + +org.apache.tuscany.core.system.config.processor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+

+Package org.apache.tuscany.core.system.config.processor +

+ + + + + + + + + + + + + + + + + +
+Class Summary
AutowireProcessorProcesses Autowire annotations
MonitorProcessorProcesses Autowire annotations
ParentContextProcessorProcesses Autowire annotations
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-tree.html new file mode 100644 index 0000000000..a7adb4058e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-tree.html @@ -0,0 +1,153 @@ + + + + + + + +org.apache.tuscany.core.system.config.processor Class Hierarchy (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.core.system.config.processor +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-use.html new file mode 100644 index 0000000000..e431aed08e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/config/processor/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package org.apache.tuscany.core.system.config.processor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.core.system.config.processor

+
+No usage of org.apache.tuscany.core.system.config.processor +

+


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