Interface ServerRequestInfoExt

  • All Known Implementing Classes:
    ServerRequestInfoImpl

    public interface ServerRequestInfoExt
    This extension is used to provide information about whether or not the object to which the incoming request is dispatched is a name service or not. This is added to the implementation of the PortableInterceptor ServerRequestInfo interface (see impl.interceptors.ServerRequestInfoImpl) to provide this extended functionality).
    • Method Detail

      • isNameService

        boolean isNameService()