Show / Hide Table of Contents

    Class Tracked

    Inheritance
    System.Object
    BaseDataStructure
    BaseCommand
    Response
    Tracked
    Implements
    Command
    DataStructure
    System.ICloneable
    Inherited Members
    Response.ID_RESPONSE
    Response.GetDataStructureType()
    Response.ToString()
    Response.CorrelationId
    Response.IsResponse
    Response.Visit(ICommandVisitor)
    BaseCommand.CommandId
    BaseCommand.GetHashCode()
    BaseCommand.Equals(Object)
    BaseCommand.GetDataStructureTypeAsString(Int32)
    BaseCommand.IsBrokerInfo
    BaseCommand.IsConnectionControl
    BaseCommand.IsConnectionInfo
    BaseCommand.IsConnectionError
    BaseCommand.IsConsumerControl
    BaseCommand.IsConsumerInfo
    BaseCommand.IsControlCommand
    BaseCommand.IsDestinationInfo
    BaseCommand.IsFlushCommand
    BaseCommand.IsKeepAliveInfo
    BaseCommand.IsMessage
    BaseCommand.IsMessageAck
    BaseCommand.IsMessageDispatch
    BaseCommand.IsMessageDispatchNotification
    BaseCommand.IsMessagePull
    BaseCommand.IsProducerAck
    BaseCommand.IsProducerInfo
    BaseCommand.IsRemoveInfo
    BaseCommand.IsRemoveSubscriptionInfo
    BaseCommand.IsReplayCommand
    BaseCommand.IsSessionInfo
    BaseCommand.IsShutdownInfo
    BaseCommand.IsTransactionInfo
    BaseCommand.IsWireFormatInfo
    BaseCommand.ResponseRequired
    BaseCommand.Clone()
    BaseDataStructure.IsMarshallAware()
    BaseDataStructure.BeforeMarshall(OpenWireFormat)
    BaseDataStructure.AfterMarshall(OpenWireFormat)
    BaseDataStructure.BeforeUnmarshall(OpenWireFormat)
    BaseDataStructure.AfterUnmarshall(OpenWireFormat)
    BaseDataStructure.SetMarshalledForm(OpenWireFormat, Byte[])
    BaseDataStructure.GetMarshalledForm(OpenWireFormat)
    BaseDataStructure.HashCode(Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Apache.NMS.ActiveMQ.State
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class Tracked : Response, Command, DataStructure, ICloneable

    Constructors

    | Improve this Doc View Source

    Tracked(ResponseHandler)

    Declaration
    public Tracked(ResponseHandler handler)
    Parameters
    Type Name Description
    ResponseHandler handler

    Properties

    | Improve this Doc View Source

    WaitingForResponse

    Declaration
    public virtual bool WaitingForResponse { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    OnResponse()

    Declaration
    public void OnResponse()

    Implements

    Command
    DataStructure
    System.ICloneable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX