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 --- .../notification/NotificationComponentInvoker.html | 266 +++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html new file mode 100644 index 0000000000..6f0eee59f3 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html @@ -0,0 +1,266 @@ + + + + + + +NotificationComponentInvoker + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.notification +
+Class NotificationComponentInvoker

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.notification.NotificationComponentInvoker
+
+
+
All Implemented Interfaces:
Invoker
+
+
+
+
public class NotificationComponentInvoker
extends java.lang.Object
implements Invoker
+ + +

+Turns invoke into remote message fan-out +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NotificationComponentInvoker(Operation operation, + RuntimeComponent component) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Messageinvoke(Message msg) + +
+          Process a synchronous wire
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+NotificationComponentInvoker

+
+public NotificationComponentInvoker(Operation operation,
+                                    RuntimeComponent component)
+
+
+ + + + + + + + +
+Method Detail
+ +

+invoke

+
+public Message invoke(Message msg)
+
+
Description copied from interface: Invoker
+
Process a synchronous wire +

+

+
Specified by:
invoke in interface Invoker
+
+
+
Parameters:
msg - The request Message for the wire +
Returns:
The response Message from the wire
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3