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 --- .../sca-api/org/osoa/sca/annotations/OneWay.html | 176 +++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/OneWay.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/OneWay.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/OneWay.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/OneWay.html new file mode 100644 index 0000000000..2a471c1985 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/OneWay.html @@ -0,0 +1,176 @@ + + + + + + + +OneWay (SCA API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type OneWay

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface OneWay
+ + +

+Annotation on a method that indicates that the method is non-blocking and communication + with the service provider may use buffer the requests and send them at some later time. +

+ +

+

+
Version:
+
$Rev: 388784 $ $Date: 2006-03-25 08:34:51 -0800 (Sat, 25 Mar 2006) $
+
+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+- + + -- cgit v1.2.3