| java.lang.Object org.objectweb.jotm.jta.rmi.JTAInterceptorInitializer
JTAInterceptorInitializer | public class JTAInterceptorInitializer implements JInitializer(Code) | | Class JTAInterceptorInitializer is a JRMP Initiliazer
for Transaction context propagation
author: Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) version: 1.0, 13/09/2002 |
Method Summary | |
public void | post_init(JInitInfo info) In JRMP the 2 method( per and post init have the same
consequences ... | public void | pre_init(JInitInfo info) In JRMP the 2 method( per and post init have the same
consequences ... |
post_init | public void post_init(JInitInfo info)(Code) | | 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)(Code) | | In JRMP the 2 method( per and post init have the same
consequences ...
Parameters: info - JInitInfo the JInit Information |
|
|