org.apache.activemq.apollo.openwire.command

ConnectionInfo

class ConnectionInfo extends BaseCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConnectionInfo
  2. BaseCommand
  3. Command
  4. DataStructure
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConnectionInfo(connectionId: ConnectionId)

  2. new ConnectionInfo()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def copy(): ConnectionInfo

  9. def copy(copy: BaseCommand): Unit

    Definition Classes
    BaseCommand
  10. def createRemoveCommand(): RemoveInfo

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getBrokerPath(): Array[BrokerId]

  15. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  16. def getClientId(): UTF8Buffer

  17. def getClientIp(): UTF8Buffer

  18. def getCommandId(): Int

    Definition Classes
    BaseCommandCommand
  19. def getConnectionId(): ConnectionId

  20. def getDataStructureType(): Byte

    Definition Classes
    ConnectionInfoDataStructure
  21. def getPassword(): UTF8Buffer

  22. def getTransportContext(): AnyRef

  23. def getUserName(): UTF8Buffer

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def isBrokerInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  26. def isBrokerMasterConnector(): Boolean

  27. def isClientMaster(): Boolean

  28. def isFailoverReconnect(): Boolean

  29. def isFaultTolerant(): Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isManageable(): Boolean

  32. def isMarshallAware(): Boolean

    Definition Classes
    BaseCommandDataStructure
  33. def isMessage(): Boolean

    Definition Classes
    BaseCommandCommand
  34. def isMessageAck(): Boolean

    Definition Classes
    BaseCommandCommand
  35. def isMessageDispatch(): Boolean

    Definition Classes
    BaseCommandCommand
  36. def isMessageDispatchNotification(): Boolean

    Definition Classes
    BaseCommandCommand
  37. def isResponse(): Boolean

    Definition Classes
    BaseCommandCommand
  38. def isResponseRequired(): Boolean

    Definition Classes
    BaseCommandCommand
  39. def isShutdownInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  40. def isWireFormatInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def setBrokerMasterConnector(slaveBroker: Boolean): Unit

  45. def setBrokerPath(brokerPath: Array[BrokerId]): Unit

  46. def setClientId(clientId: UTF8Buffer): Unit

  47. def setClientIp(clientIp: UTF8Buffer): Unit

  48. def setClientMaster(clientMaster: Boolean): Unit

  49. def setCommandId(commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  50. def setConnectionId(connectionId: ConnectionId): Unit

  51. def setFailoverReconnect(failoverReconnect: Boolean): Unit

  52. def setFaultTolerant(faultTolerant: Boolean): Unit

  53. def setManageable(manageable: Boolean): Unit

  54. def setPassword(password: UTF8Buffer): Unit

  55. def setResponseRequired(responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  56. def setTransportContext(transportContext: Any): Unit

  57. def setUserName(userName: UTF8Buffer): Unit

  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(overrideFields: Map[String, AnyRef]): String

    Definition Classes
    BaseCommand
  60. def toString(): String

    Definition Classes
    BaseCommand → AnyRef → Any
  61. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  63. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseCommand

Inherited from Command

Inherited from DataStructure

Inherited from AnyRef

Inherited from Any