org.ow2.carol.rmi.interceptor.spi
Interface JInitializer


public interface JInitializer

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

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary
 void postInit(JInitInfo info)
          In JRMP the 2 methods (pre and post init) have the same consequences...
 void preInit(JInitInfo info)
          In JRMP the 2 methods (pre and post init) have the same consequences...
 

Method Detail

preInit

void preInit(JInitInfo info)
In JRMP the 2 methods (pre and post init) have the same consequences...

Parameters:
JInitInfo - the JInit Information

postInit

void postInit(JInitInfo info)
In JRMP the 2 methods (pre and post init) have the same consequences...

Parameters:
JInitInfo - the JInit Information


Copyright © 2008 OW2 Consortium. All Rights Reserved.