Interface RequestInfoExt
-
- All Known Implementing Classes:
ClientRequestInfoImpl
,RequestInfoImpl
,ServerRequestInfoImpl
public interface RequestInfoExt
This 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 Connection
connection()
-
-
-
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.
-
-