Uses of Interface
org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo

Packages that use JInitInfo
org.objectweb.carol.rmi.jrmp.interceptor   
 

Uses of JInitInfo in org.objectweb.carol.rmi.jrmp.interceptor
 

Classes in org.objectweb.carol.rmi.jrmp.interceptor that implement JInitInfo
 class JRMPInitInfoImpl
          Class JRMPInitInfoImpl is the CAROL JRMP Initializer Implementation
 

Methods in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JInitInfo
 void ProtocolInterceptorInitializer.pre_init(JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 void ProtocolInterceptorInitializer.post_init(JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 void JInitializer.pre_init(JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 void JInitializer.post_init(JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...