org.objectweb.carol.rmi.jrmp.interceptor

Interface JInitializer

Known Implementing Classes:
ProtocolInterceptorInitializer

public interface JInitializer

Interface JInitializer is the CAROL JRMP Initializer interface This interface is use to register Interceptor

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 ...

Parameters:


pre_init

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

Parameters: