org.apache.activemq.apollo.openwire.command

BrokerInfo

class BrokerInfo extends BaseCommand

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

Instance Constructors

  1. new BrokerInfo()

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(copy: BaseCommand): Unit

    Definition Classes
    BaseCommand
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getBrokerId(): BrokerId

  13. def getBrokerName(): UTF8Buffer

  14. def getBrokerURL(): UTF8Buffer

  15. def getBrokerUploadUrl(): UTF8Buffer

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

    Definition Classes
    AnyRef → Any
  17. def getCommandId(): Int

    Definition Classes
    BaseCommandCommand
  18. def getConnectionId(): Long

  19. def getDataStructureType(): Byte

    Definition Classes
    BrokerInfoDataStructure
  20. def getNetworkProperties(): UTF8Buffer

  21. def getPeerBrokerInfos(): Array[BrokerInfo]

  22. def hashCode(): Int

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

    Definition Classes
    BrokerInfoBaseCommandCommand
  24. def isDuplexConnection(): Boolean

  25. def isFaultTolerantConfiguration(): Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isMarshallAware(): Boolean

    Definition Classes
    BaseCommandDataStructure
  28. def isMasterBroker(): Boolean

  29. def isMessage(): Boolean

    Definition Classes
    BaseCommandCommand
  30. def isMessageAck(): Boolean

    Definition Classes
    BaseCommandCommand
  31. def isMessageDispatch(): Boolean

    Definition Classes
    BaseCommandCommand
  32. def isMessageDispatchNotification(): Boolean

    Definition Classes
    BaseCommandCommand
  33. def isNetworkConnection(): Boolean

  34. def isResponse(): Boolean

    Definition Classes
    BaseCommandCommand
  35. def isResponseRequired(): Boolean

    Definition Classes
    BaseCommandCommand
  36. def isShutdownInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  37. def isSlaveBroker(): Boolean

  38. def isWireFormatInfo(): Boolean

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

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

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

    Definition Classes
    AnyRef
  42. def setBrokerId(brokerId: BrokerId): Unit

  43. def setBrokerName(brokerName: UTF8Buffer): Unit

  44. def setBrokerURL(brokerURL: UTF8Buffer): Unit

  45. def setBrokerUploadUrl(brokerUploadUrl: UTF8Buffer): Unit

  46. def setCommandId(commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  47. def setConnectionId(connectionId: Long): Unit

  48. def setDuplexConnection(duplexConnection: Boolean): Unit

  49. def setFaultTolerantConfiguration(faultTolerantConfiguration: Boolean): Unit

  50. def setMasterBroker(masterBroker: Boolean): Unit

  51. def setNetworkConnection(networkConnection: Boolean): Unit

  52. def setNetworkProperties(networkProperties: UTF8Buffer): Unit

  53. def setPeerBrokerInfos(peerBrokerInfos: Array[BrokerInfo]): Unit

  54. def setResponseRequired(responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  55. def setSlaveBroker(slaveBroker: Boolean): Unit

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

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

    Definition Classes
    BaseCommand
  58. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  61. 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