Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.plugin
Interface RequestContext.Request

Enclosing class:
RequestContext

public static interface RequestContext.Request

This interface provides information on the request being processed.


Method Summary
 boolean checkIfCancelled()
          Returns true if this request requested to cancel; false otherwise.
 int getMessageID()
          Returns the message Id of this request.
 long getRequestID()
          Retrieves the request ID for this request.

 

Method Detail

getMessageID

int getMessageID()
Returns the message Id of this request.
Returns:
the message Id of this request.

getRequestID

long getRequestID()
Retrieves the request ID for this request.
Returns:
The request ID for this request.

checkIfCancelled

boolean checkIfCancelled()
Returns true if this request requested to cancel; false otherwise.
Returns:
true if this request requested to cancel; false otherwise.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.