Interface RequestInfoExt
-
- All Known Implementing Classes:
ClientRequestInfoImpl,RequestInfoImpl,ServerRequestInfoImpl
public interface RequestInfoExtThis interface is implemented by our implementation of PortableInterceptor.ClientRequestInfo and PortableInterceptor.ServerRequestInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connectionconnection()
-
-
-
Method Detail
-
connection
Connection connection()
- Returns:
- The connection on which the request is made. The return value will be null when a local transport is used.
-
-