org.objectweb.carol.rmi.jrmp.interceptor
Interface JInitializer
- ProtocolInterceptorInitializer
public interface JInitializer
Interface JInitializer
is the CAROL JRMP Initializer interface
This interface is use to register Interceptor
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
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 ...
|
post_init
public void post_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...
pre_init
public void pre_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...