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 --- .../policy/transaction/TransactionInterceptor.html | 317 +++++++++++++++++++++ 1 file changed, 317 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html new file mode 100644 index 0000000000..41a893eed9 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html @@ -0,0 +1,317 @@ + + + + + + +TransactionInterceptor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.policy.transaction +
+Class TransactionInterceptor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.policy.transaction.TransactionInterceptor
+
+
+
All Implemented Interfaces:
Interceptor, Invoker
+
+
+
+
public class TransactionInterceptor
extends java.lang.Object
implements Interceptor
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TransactionInterceptor(TransactionManagerHelper helper, + boolean outbound, + TransactionPolicy interactionPolicy, + TransactionPolicy implementationPolicy) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ InvokergetNext() + +
+          Returns the next invoker or null
+ Messageinvoke(Message msg) + +
+          Process a synchronous wire
+ voidsetNext(Invoker next) + +
+          Sets the next invoker
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+TransactionInterceptor

+
+public TransactionInterceptor(TransactionManagerHelper helper,
+                              boolean outbound,
+                              TransactionPolicy interactionPolicy,
+                              TransactionPolicy implementationPolicy)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getNext

+
+public Invoker getNext()
+
+
Description copied from interface: Interceptor
+
Returns the next invoker or null +

+

+
Specified by:
getNext in interface Interceptor
+
+
+ +
Returns:
The next Invoker
See Also:
Interceptor.getNext()
+
+
+
+ +

+setNext

+
+public void setNext(Invoker next)
+
+
Description copied from interface: Interceptor
+
Sets the next invoker +

+

+
Specified by:
setNext in interface Interceptor
+
+
+
Parameters:
next - The next invoker
See Also:
Interceptor.setNext(org.apache.tuscany.sca.invocation.Invoker)
+
+
+
+ +

+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
See Also:
Invoker.invoke(org.apache.tuscany.sca.invocation.Message)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3