org.objectweb.carol.rmi.jrmp.interceptor
Interface JInitializer

All 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 Detail

pre_init

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

Parameters:
JInitInfo - the JInit Information

post_init

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

Parameters:
JInitInfo - the JInit Information