org.objectweb.carol.rmi.jrmp.interceptor

Class ProtocolInterceptorInitializer

Implemented Interfaces:
JInitializer

public class ProtocolInterceptorInitializer
extends java.lang.Object
implements JInitializer

Class ProtocolInterceptorInitializer is a JRMP Interface for Interceptor initialisation This initilizer add an interceptor for the multi rmi management

Version:
1.0, 15/07/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 ...
Specified by:
post_init in interface JInitializer

Parameters:


pre_init

public void pre_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...
Specified by:
pre_init in interface JInitializer

Parameters: