org.objectweb.carol.rmi.jrmp.interceptor
Class ProtocolInterceptorInitializer
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.ProtocolInterceptorInitializer
- JInitializer
public class ProtocolInterceptorInitializer
extends java.lang.Object
Class ProtocolInterceptorInitializer
is a JRMP Interface for
Interceptor initialisation This initilizer add an interceptor for the multi
rmi management
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 ...
- post_init in interface JInitializer
pre_init
public void pre_init(JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...
- pre_init in interface JInitializer