org.objectweb.jotm.jta.rmi
Class JTAInterceptorInitializer
java.lang.Object
org.objectweb.jotm.jta.rmi.JTAInterceptorInitializer
- All Implemented Interfaces:
- org.ow2.carol.rmi.interceptor.spi.JInitializer
public class JTAInterceptorInitializer
- extends Object
- implements org.ow2.carol.rmi.interceptor.spi.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 |
postInit(org.ow2.carol.rmi.interceptor.api.JInitInfo info)
In JRMP the 2 method( per and post init have the same
consequences ... |
void |
preInit(org.ow2.carol.rmi.interceptor.api.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 |
JTAInterceptorInitializer
public JTAInterceptorInitializer()
preInit
public void preInit(org.ow2.carol.rmi.interceptor.api.JInitInfo info)
- In JRMP the 2 method( per and post init have the same
consequences ...
- Specified by:
preInit in interface org.ow2.carol.rmi.interceptor.spi.JInitializer
- Parameters:
info - JInitInfo the JInit Information
postInit
public void postInit(org.ow2.carol.rmi.interceptor.api.JInitInfo info)
- In JRMP the 2 method( per and post init have the same
consequences ...
- Specified by:
postInit in interface org.ow2.carol.rmi.interceptor.spi.JInitializer
- Parameters:
info - JInitInfo the JInit Information
Copyright © 2005-2011 OW2 Consortium. All Rights Reserved.