org.objectweb.jotm.jta.rmi
Class JTAInterceptorInitializer

java.lang.Object
  |
  +--org.objectweb.jotm.jta.rmi.JTAInterceptorInitializer
All Implemented Interfaces:
org.objectweb.carol.rmi.jrmp.interceptor.JInitializer

public class JTAInterceptorInitializer
extends Object
implements org.objectweb.carol.rmi.jrmp.interceptor.JInitializer

Class JTAInterceptorInitializer is a JRMP Initiliazer for Transaction context propagation

Version:
1.0, 13/09/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Constructor Summary
JTAInterceptorInitializer()
           
 
Method Summary
 void post_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 void pre_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTAInterceptorInitializer

public JTAInterceptorInitializer()
Method Detail

pre_init

public void pre_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Specified by:
pre_init in interface org.objectweb.carol.rmi.jrmp.interceptor.JInitializer

post_init

public void post_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Specified by:
post_init in interface org.objectweb.carol.rmi.jrmp.interceptor.JInitializer