Interface Request

  • All Superinterfaces:
    AdminObject, DomainAware, RequestBean, Serializable
    All Known Implementing Classes:
    RequestMetadata

    public interface Request
    extends RequestBean, AdminObject, DomainAware
    When a user submits a SQL command to the system for processing, usually that represents a single request. A single request might have one or more source requests (the requests that are being processed on the physical data sources) as part of original request.

    A request is identified by a numbers separated by '|'. usually in they are arranged in the pattern [session]|[request] or [session]|[request]|[source request]

    • Method Detail

      • sourceRequest

        boolean sourceRequest()
        Returns:
        Returns whether this is a Source Request.