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

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

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

Subinterfaces of JRequestInfo in org.objectweb.carol.rmi.jrmp.interceptor
 interface JClientRequestInfo
          Interface JClientRequestInfo is the CAROL JRMP Client Interception Information stucturs this class is used by the other pakage class to manage client interception
 interface JServerRequestInfo
          Interface JServerRequestInfo is the CAROL JServerRequestInfo this inetrface describe the server interceptor information structur
 

Classes in org.objectweb.carol.rmi.jrmp.interceptor that implement JRequestInfo
 class JRMPClientRequestInfoImpl
          Class JRMPClientRequestInfoImpl is the CAROL JRMP Client Request info (JClientRequestInfo) Implementation
 class JRMPServerRequestInfoImpl
          Class JRMPServerRequestInfoImpl is the CAROL JRMP Server Request info (JServerRequestInfo) Implementation