Show / Hide Table of Contents

    Class ConnectionInfo

    Inheritance
    System.Object
    BaseDataStructure
    BaseCommand
    ConnectionInfo
    Implements
    Command
    DataStructure
    System.ICloneable
    Inherited Members
    BaseCommand.CommandId
    BaseCommand.GetHashCode()
    BaseCommand.Equals(Object)
    BaseCommand.GetDataStructureTypeAsString(Int32)
    BaseCommand.IsBrokerInfo
    BaseCommand.IsConnectionControl
    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.IsResponse
    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.Commands
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class ConnectionInfo : BaseCommand, Command, DataStructure, ICloneable

    Fields

    | Improve this Doc View Source

    ID_CONNECTIONINFO

    Declaration
    public const byte ID_CONNECTIONINFO = 3
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    BrokerMasterConnector

    Declaration
    public bool BrokerMasterConnector { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    BrokerPath

    Declaration
    public BrokerId[] BrokerPath { get; set; }
    Property Value
    Type Description
    BrokerId[]
    | Improve this Doc View Source

    ClientId

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientIp

    Declaration
    public string ClientIp { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientMaster

    Declaration
    public bool ClientMaster { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ConnectionId

    Declaration
    public ConnectionId ConnectionId { get; set; }
    Property Value
    Type Description
    ConnectionId
    | Improve this Doc View Source

    FailoverReconnect

    Declaration
    public bool FailoverReconnect { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FaultTolerant

    Declaration
    public bool FaultTolerant { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsConnectionInfo

    Declaration
    public override bool IsConnectionInfo { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    BaseCommand.IsConnectionInfo
    | Improve this Doc View Source

    Manageable

    Declaration
    public bool Manageable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public override byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    Overrides
    BaseDataStructure.GetDataStructureType()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    BaseCommand.ToString()
    | Improve this Doc View Source

    Visit(ICommandVisitor)

    Declaration
    public override Response Visit(ICommandVisitor visitor)
    Parameters
    Type Name Description
    ICommandVisitor visitor
    Returns
    Type Description
    Response
    Overrides
    BaseCommand.Visit(ICommandVisitor)

    Implements

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