Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  String getMessageId()
          The message ID for this request.
abstract  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).
abstract  long getResponseTimestamp()
          The time a response correlated to this request was received (RM source) or sent (RM destination).
abstract  long getSeqNum()
          The sequence number of this request within the sequence (1..n)
abstract  String getSoapAction()
          SOAP action value for the request message.
abstract  long getTimestamp()
          The time this request was sent (RM source) or received (RM destination)
abstract  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.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09