From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../osgi/context/OSGiAnnotations.html | 435 --------------------- .../osgi/context/OSGiPropertyInjector.html | 288 -------------- ...tyValueObjectFactory.ListObjectFactoryImpl.html | 288 -------------- ...opertyValueObjectFactory.ObjectFactoryImpl.html | 288 -------------- ...tyValueObjectFactory.ObjectFactoryImplBase.html | 372 ------------------ .../context/OSGiPropertyValueObjectFactory.html | 341 ---------------- .../implementation/osgi/context/package-frame.html | 36 -- .../osgi/context/package-summary.html | 164 -------- .../implementation/osgi/context/package-tree.html | 154 -------- 9 files changed, 2366 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyInjector.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ListObjectFactoryImpl.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImpl.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-frame.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-summary.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-tree.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.html deleted file mode 100644 index d4ab0af1cd..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - -OSGiAnnotations - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiAnnotations

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiAnnotations
-
-
-
-
public class OSGiAnnotations
extends java.lang.Object
- - -

-OSGi annotation processing - OSGi bundles are not introspected by OSGiImplementation when a component is created. - Instead if the list of implementation classes is specified in , - the classes are introspected when the bundle is resolved. The classes are loaded using - the bundle ClassLoader, and hence the delay in annotation processing is inevitable. - There is one other difference compared to implementation.java. While instances (and - the instance class) are associated with a component in Java, all Java annotations from - the component implementation class apply to all the component instances. In OSGi, - instances are associated with services, and a bundle can register multiple services. - Hence annotations from classes need to be stored separately so that the right ones - can be associated with the service instance. -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
OSGiAnnotations(ModelFactoryExtensionPoint modelFactories, - java.lang.String[] classList, - RuntimeComponent runtimeComponent, - JavaPropertyValueObjectFactory propertyValueFactory, - ProxyFactory proxyFactory, - RequestContextFactory requestContextFactory, - Bundle mainBundle, - java.util.ArrayList<Bundle> dependentBundles) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.reflect.MethodgetDestroyMethod(java.lang.Object instance) - -
-           
- java.lang.reflect.MethodgetInitMethod(java.lang.Object instance) - -
-           
- longgetMaxAge() - -
-           
- longgetMaxIdleTime() - -
-           
- ScopegetScope() - -
-           
- voidinjectProperties(java.lang.Object instance) - -
-           
- booleanisAllowsPassByReference(java.lang.Object instance, - java.lang.reflect.Method method) - -
-           
- booleanisEagerInit() - -
-           
- voidprocessAnnotations() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-OSGiAnnotations

-
-public OSGiAnnotations(ModelFactoryExtensionPoint modelFactories,
-                       java.lang.String[] classList,
-                       RuntimeComponent runtimeComponent,
-                       JavaPropertyValueObjectFactory propertyValueFactory,
-                       ProxyFactory proxyFactory,
-                       RequestContextFactory requestContextFactory,
-                       Bundle mainBundle,
-                       java.util.ArrayList<Bundle> dependentBundles)
-
-
- - - - - - - - -
-Method Detail
- -

-processAnnotations

-
-public void processAnnotations()
-                        throws IntrospectionException
-
-
- -
Throws: -
IntrospectionException
-
-
-
- -

-injectProperties

-
-public void injectProperties(java.lang.Object instance)
-
-
-
-
-
-
- -

-getScope

-
-public Scope getScope()
-
-
-
-
-
-
- -

-isAllowsPassByReference

-
-public boolean isAllowsPassByReference(java.lang.Object instance,
-                                       java.lang.reflect.Method method)
-
-
-
-
-
-
- -

-isEagerInit

-
-public boolean isEagerInit()
-
-
-
-
-
-
- -

-getMaxAge

-
-public long getMaxAge()
-
-
-
-
-
-
- -

-getMaxIdleTime

-
-public long getMaxIdleTime()
-
-
-
-
-
-
- -

-getInitMethod

-
-public java.lang.reflect.Method getInitMethod(java.lang.Object instance)
-
-
-
-
-
-
- -

-getDestroyMethod

-
-public java.lang.reflect.Method getDestroyMethod(java.lang.Object instance)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyInjector.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyInjector.html deleted file mode 100644 index 0ae4b94b1f..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyInjector.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -OSGiPropertyInjector - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiPropertyInjector

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyInjector
-
-
-
-
public class OSGiPropertyInjector
extends java.lang.Object
- - -

-OSGi property injection support -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
OSGiPropertyInjector(JavaImplementation javaImpl, - RuntimeComponent component, - JavaPropertyValueObjectFactory propertyValueFactory, - ProxyFactory proxyFactory, - RequestContextFactory requestContextFactory) - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
-protected  InjectorcreateMultiplicityInjector(JavaElementImpl element, - java.util.List<ObjectFactory<?>> factories) - -
-           
- voidinjectProperties(java.lang.Object instance) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-OSGiPropertyInjector

-
-public OSGiPropertyInjector(JavaImplementation javaImpl,
-                            RuntimeComponent component,
-                            JavaPropertyValueObjectFactory propertyValueFactory,
-                            ProxyFactory proxyFactory,
-                            RequestContextFactory requestContextFactory)
-                     throws IntrospectionException
-
-
- -
Throws: -
IntrospectionException
-
- - - - - - - - -
-Method Detail
- -

-injectProperties

-
-public void injectProperties(java.lang.Object instance)
-
-
-
-
-
-
- -

-createMultiplicityInjector

-
-protected Injector createMultiplicityInjector(JavaElementImpl element,
-                                              java.util.List<ObjectFactory<?>> factories)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ListObjectFactoryImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ListObjectFactoryImpl.html deleted file mode 100644 index 9862b1031e..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ListObjectFactoryImpl.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -OSGiPropertyValueObjectFactory.ListObjectFactoryImpl - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiPropertyValueObjectFactory.ListObjectFactoryImpl

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
-      extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ListObjectFactoryImpl
-
-
-
All Implemented Interfaces:
ObjectFactory
-
-
-
Enclosing class:
OSGiPropertyValueObjectFactory
-
-
-
-
public class OSGiPropertyValueObjectFactory.ListObjectFactoryImpl
extends OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
- - -

-


- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
-  - - - - - - - - - - -
-Constructor Summary
OSGiPropertyValueObjectFactory.ListObjectFactoryImpl(Property property, - java.util.List<?> propertyValues, - boolean isSimpleType, - java.lang.Class javaType) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- java.util.List<?>getInstance() - -
-          Return a instance of the type that this factory creates.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-OSGiPropertyValueObjectFactory.ListObjectFactoryImpl

-
-public OSGiPropertyValueObjectFactory.ListObjectFactoryImpl(Property property,
-                                                            java.util.List<?> propertyValues,
-                                                            boolean isSimpleType,
-                                                            java.lang.Class javaType)
-
-
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public java.util.List<?> getInstance()
-                              throws ObjectCreationException
-
-
Description copied from interface: ObjectFactory
-
Return a instance of the type that this factory creates. -

-

- -
Returns:
a instance from this factory -
Throws: -
ObjectCreationException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImpl.html deleted file mode 100644 index 45178bbd0c..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImpl.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -OSGiPropertyValueObjectFactory.ObjectFactoryImpl - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiPropertyValueObjectFactory.ObjectFactoryImpl

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
-      extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImpl
-
-
-
All Implemented Interfaces:
ObjectFactory
-
-
-
Enclosing class:
OSGiPropertyValueObjectFactory
-
-
-
-
public class OSGiPropertyValueObjectFactory.ObjectFactoryImpl
extends OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
- - -

-


- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
-  - - - - - - - - - - -
-Constructor Summary
OSGiPropertyValueObjectFactory.ObjectFactoryImpl(Property property, - java.lang.Object propertyValue, - boolean isSimpleType, - java.lang.Class javaType) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- java.lang.ObjectgetInstance() - -
-          Return a instance of the type that this factory creates.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-OSGiPropertyValueObjectFactory.ObjectFactoryImpl

-
-public OSGiPropertyValueObjectFactory.ObjectFactoryImpl(Property property,
-                                                        java.lang.Object propertyValue,
-                                                        boolean isSimpleType,
-                                                        java.lang.Class javaType)
-
-
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public java.lang.Object getInstance()
-                             throws ObjectCreationException
-
-
Description copied from interface: ObjectFactory
-
Return a instance of the type that this factory creates. -

-

- -
Returns:
a instance from this factory -
Throws: -
ObjectCreationException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html deleted file mode 100644 index 919add5c08..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -OSGiPropertyValueObjectFactory.ObjectFactoryImplBase - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
-
-
-
All Implemented Interfaces:
ObjectFactory
-
-
-
Direct Known Subclasses:
OSGiPropertyValueObjectFactory.ListObjectFactoryImpl, OSGiPropertyValueObjectFactory.ObjectFactoryImpl
-
-
-
Enclosing class:
OSGiPropertyValueObjectFactory
-
-
-
-
public abstract class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
extends java.lang.Object
implements ObjectFactory
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-protected  java.lang.ClassjavaType - -
-           
-protected  Propertyproperty - -
-           
-protected  java.lang.ObjectpropertyValue - -
-           
-protected  SimpleTypeMappersimpleTypeMapper - -
-           
-protected  DataType<XMLType>sourceDataType - -
-           
-protected  DataType<?>targetDataType - -
-           
-  - - - - - - - - - - -
-Constructor Summary
OSGiPropertyValueObjectFactory.ObjectFactoryImplBase(Property property, - java.lang.Object propertyValue, - boolean isSimpleType, - java.lang.Class javaType) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- - - - - - - -
Methods inherited from interface org.apache.tuscany.sca.core.factory.ObjectFactory
getInstance
-  -

- - - - - - - - -
-Field Detail
- -

-simpleTypeMapper

-
-protected SimpleTypeMapper simpleTypeMapper
-
-
-
-
-
- -

-property

-
-protected Property property
-
-
-
-
-
- -

-propertyValue

-
-protected java.lang.Object propertyValue
-
-
-
-
-
- -

-javaType

-
-protected java.lang.Class javaType
-
-
-
-
-
- -

-sourceDataType

-
-protected DataType<XMLType> sourceDataType
-
-
-
-
-
- -

-targetDataType

-
-protected DataType<?> targetDataType
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-OSGiPropertyValueObjectFactory.ObjectFactoryImplBase

-
-public OSGiPropertyValueObjectFactory.ObjectFactoryImplBase(Property property,
-                                                            java.lang.Object propertyValue,
-                                                            boolean isSimpleType,
-                                                            java.lang.Class javaType)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.html deleted file mode 100644 index 276791046c..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - -OSGiPropertyValueObjectFactory - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.osgi.context -
-Class OSGiPropertyValueObjectFactory

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory
-
-
-
-
public class OSGiPropertyValueObjectFactory
extends java.lang.Object
- - -

-Process properties and create property values. - - This code has been copied from the Java implementation to avoid dependencies on the Java implementation. -

- -

-


- -

- - - - - - - - - - - - - - - - - - - -
-Nested Class Summary
- classOSGiPropertyValueObjectFactory.ListObjectFactoryImpl - -
-           
- classOSGiPropertyValueObjectFactory.ObjectFactoryImpl - -
-           
- classOSGiPropertyValueObjectFactory.ObjectFactoryImplBase - -
-           
- - - - - - - - - - -
-Field Summary
-protected  SimpleTypeMappersimpleTypeMapper - -
-           
-  - - - - - - - - - - - - - -
-Constructor Summary
OSGiPropertyValueObjectFactory() - -
-           
OSGiPropertyValueObjectFactory(Mediator mediator) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- ObjectFactorycreateValueFactory(Property property, - java.lang.Object propertyValue) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-simpleTypeMapper

-
-protected SimpleTypeMapper simpleTypeMapper
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-OSGiPropertyValueObjectFactory

-
-public OSGiPropertyValueObjectFactory()
-
-
-
- -

-OSGiPropertyValueObjectFactory

-
-public OSGiPropertyValueObjectFactory(Mediator mediator)
-
-
- - - - - - - - -
-Method Detail
- -

-createValueFactory

-
-public ObjectFactory createValueFactory(Property property,
-                                        java.lang.Object propertyValue)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-frame.html deleted file mode 100644 index b58e5ab070..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -org.apache.tuscany.sca.implementation.osgi.context - - - - - - - - - - - -org.apache.tuscany.sca.implementation.osgi.context - - - - -
-Classes  - -
-OSGiAnnotations -
-OSGiPropertyInjector -
-OSGiPropertyValueObjectFactory
- - - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-summary.html deleted file mode 100644 index d1b94ccbdc..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-summary.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -org.apache.tuscany.sca.implementation.osgi.context - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package org.apache.tuscany.sca.implementation.osgi.context -

- - - - - - - - - - - - - - - - - -
-Class Summary
OSGiAnnotationsOSGi annotation processing - OSGi bundles are not introspected by OSGiImplementation when a component is created.
OSGiPropertyInjectorOSGi property injection support
OSGiPropertyValueObjectFactoryProcess properties and create property values.
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-tree.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-tree.html deleted file mode 100644 index 522052e726..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -org.apache.tuscany.sca.implementation.osgi.context Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.tuscany.sca.implementation.osgi.context -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3