org.objectweb.jotm.jta.rmi

Class JTAInterceptorInitializer

Implemented Interfaces:
JInitializer

public class JTAInterceptorInitializer
extends Object
implements JInitializer

Class JTAInterceptorInitializer is a JRMP Initiliazer for Transaction context propagation

Version:
1.0, 13/09/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary

void
post_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...
void
pre_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Method Details

post_init

public void post_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Parameters:
info - JInitInfo the JInit Information


pre_init

public void pre_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Parameters:
info - JInitInfo the JInit Information