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 --- .../java/introspect/impl/ScopeProcessor.html | 307 --------------------- 1 file changed, 307 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ScopeProcessor.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ScopeProcessor.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ScopeProcessor.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ScopeProcessor.html deleted file mode 100644 index e54937b4d6..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ScopeProcessor.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -ScopeProcessor - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.java.introspect.impl -
-Class ScopeProcessor

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.implementation.java.introspect.impl.BaseJavaClassVisitor
-      extended by org.apache.tuscany.sca.implementation.java.introspect.impl.ScopeProcessor
-
-
-
All Implemented Interfaces:
JavaClassVisitor
-
-
-
-
public class ScopeProcessor
extends BaseJavaClassVisitor
- - -

-Processes the JavaScopeImpl annotation and updates the component type with the corresponding implmentation scope -

- -

-


- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.tuscany.sca.implementation.java.introspect.impl.BaseJavaClassVisitor
assemblyFactory
-  - - - - - - - - - - -
-Constructor Summary
ScopeProcessor(AssemblyFactory factory) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- - - - - -
-<T> void
-
visitClass(java.lang.Class<T> clazz, - JavaImplementation type) - -
-          A callback received when the component implementation class is first - loaded
- - - - - - - -
Methods inherited from class org.apache.tuscany.sca.implementation.java.introspect.impl.BaseJavaClassVisitor
visitConstructor, visitConstructorParameter, visitEnd, visitField, visitMethod, visitSuperClass
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-ScopeProcessor

-
-public ScopeProcessor(AssemblyFactory factory)
-
-
- - - - - - - - -
-Method Detail
- -

-visitClass

-
-public <T> void visitClass(java.lang.Class<T> clazz,
-                           JavaImplementation type)
-                throws IntrospectionException
-
-
Description copied from interface: JavaClassVisitor
-
A callback received when the component implementation class is first - loaded -

-

-
Specified by:
visitClass in interface JavaClassVisitor
Overrides:
visitClass in class BaseJavaClassVisitor
-
-
-
Parameters:
clazz - the component implementation class
type - the incomplete component type associated with the - implementation class -
Throws: -
IntrospectionException - if an error is encountered while processing - metadata
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3