org.objectweb.carol.rmi.jrmp.interceptor
Class ProtocolInterceptorInitializer

java.lang.Object
  extended byorg.objectweb.carol.rmi.jrmp.interceptor.ProtocolInterceptorInitializer
All 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)

Constructor Summary
ProtocolInterceptorInitializer()
           
 
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 ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolInterceptorInitializer

public ProtocolInterceptorInitializer()
Method Detail

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

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