From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../introspect/impl/ConversationProcessor.html | 393 +++++++++++++++++++++ 1 file changed, 393 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ConversationProcessor.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ConversationProcessor.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ConversationProcessor.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ConversationProcessor.html new file mode 100644 index 0000000000..8c065952ce --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/introspect/impl/ConversationProcessor.html @@ -0,0 +1,393 @@ + + + + + + +ConversationProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.java.introspect.impl +
+Class ConversationProcessor

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

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.sca.implementation.java.introspect.impl.BaseJavaClassVisitor
assemblyFactory
+  + + + + + + + + + + +
+Constructor Summary
ConversationProcessor(AssemblyFactory factory) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  longconvertTimeMillis(java.lang.String expr) + +
+           
+ + + + + +
+<T> void
+
visitClass(java.lang.Class<T> clazz, + JavaImplementation type) + +
+          A callback received when the component implementation class is first + loaded
+ voidvisitField(java.lang.reflect.Field field, + JavaImplementation type) + +
+          A callback received as the component implementation's public and + protected fields are evaluated
+ voidvisitMethod(java.lang.reflect.Method method, + JavaImplementation type) + +
+          A callback received as the component implementation's public and + protected methods are evaluated
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.implementation.java.introspect.impl.BaseJavaClassVisitor
visitConstructor, visitConstructorParameter, visitEnd, visitSuperClass
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ConversationProcessor

+
+public ConversationProcessor(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
+
+
+
+ +

+visitMethod

+
+public void visitMethod(java.lang.reflect.Method method,
+                        JavaImplementation type)
+                 throws IntrospectionException
+
+
Description copied from interface: JavaClassVisitor
+
A callback received as the component implementation's public and + protected methods are evaluated +

+

+
Specified by:
visitMethod in interface JavaClassVisitor
Overrides:
visitMethod in class BaseJavaClassVisitor
+
+
+
Parameters:
method - the current public or protected method being evaluated
type - the incomplete component type associated with the + implementation class +
Throws: +
IntrospectionException - if an error is encountered while processing + metadata
+
+
+
+ +

+visitField

+
+public void visitField(java.lang.reflect.Field field,
+                       JavaImplementation type)
+                throws IntrospectionException
+
+
Description copied from interface: JavaClassVisitor
+
A callback received as the component implementation's public and + protected fields are evaluated +

+

+
Specified by:
visitField in interface JavaClassVisitor
Overrides:
visitField in class BaseJavaClassVisitor
+
+
+
Parameters:
field - the current public or protected field being evaluated
type - the incomplete component type associated with the + implementation class +
Throws: +
IntrospectionException - if an error is encountered while processing + metadata
+
+
+
+ +

+convertTimeMillis

+
+protected long convertTimeMillis(java.lang.String expr)
+                          throws java.lang.NumberFormatException
+
+
+ +
Throws: +
java.lang.NumberFormatException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3