Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.management.runtime
Interface WsrmRequestInfo

All Superinterfaces:
Serializable

public interface WsrmRequestInfo
extends Serializable

Represents a sent request on the RM source (sending-side) or a received request on the RM destination (receiving-side).


Method Summary
 String getMessageId()
          The message ID for this request.
 String getResponseMessageId()
          The message ID of any response message that could be correlated to this request (response received for RM source or sent for RM destination).
 long getResponseTimestamp()
          The time a response correlated to this request was received (RM source) or sent (RM destination).
 long getSeqNum()
          The sequence number of this request within the sequence (1..n)
 String getSoapAction()
          SOAP action value for the request message.
 long getTimestamp()
          The time this request was sent (RM source) or received (RM destination)
 boolean isAckFlag()
          Flag indicating the request has had an ack received for it (RM source) or sent for it (RM destination)
 

Method Detail

getMessageId

String getMessageId()
The message ID for this request.


getSeqNum

long getSeqNum()
The sequence number of this request within the sequence (1..n)


getSoapAction

String getSoapAction()
SOAP action value for the request message.


getTimestamp

long getTimestamp()
The time this request was sent (RM source) or received (RM destination)


isAckFlag

boolean isAckFlag()
Flag indicating the request has had an ack received for it (RM source) or sent for it (RM destination)


getResponseMessageId

String getResponseMessageId()
The message ID of any response message that could be correlated to this request (response received for RM source or sent for RM destination).

Returns:
Message ID of response associated with this request, or null if none could be determined.

getResponseTimestamp

long getResponseTimestamp()
The time a response correlated to this request was received (RM source) or sent (RM destination).

Returns:
Time value or 0 if no response could be determined.

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01