org.apache.activemq.apollo.openwire.command

BaseCommand

class BaseCommand extends Command

Attributes
abstract
Linear Supertypes
Command, DataStructure, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BaseCommand
  2. Command
  3. DataStructure
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseCommand ()

Abstract Value Members

  1. def getDataStructureType (): Byte

    Attributes
    abstract
    Definition Classes
    DataStructure

Concrete Value Members

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

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

  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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 getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getCommandId (): Int

    Definition Classes
    BaseCommandCommand
  14. def hashCode (): Int

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

    Definition Classes
    BaseCommandCommand
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def isMarshallAware (): Boolean

    Definition Classes
    BaseCommandDataStructure
  18. def isMessage (): Boolean

    Definition Classes
    BaseCommandCommand
  19. def isMessageAck (): Boolean

    Definition Classes
    BaseCommandCommand
  20. def isMessageDispatch (): Boolean

    Definition Classes
    BaseCommandCommand
  21. def isMessageDispatchNotification (): Boolean

    Definition Classes
    BaseCommandCommand
  22. def isResponse (): Boolean

    Definition Classes
    BaseCommandCommand
  23. def isResponseRequired (): Boolean

    Definition Classes
    BaseCommandCommand
  24. def isShutdownInfo (): Boolean

    Definition Classes
    BaseCommandCommand
  25. def isWireFormatInfo (): Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def setCommandId (commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  30. def setResponseRequired (responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (overrideFields: Map[String, AnyRef]): String

  33. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Command

Inherited from DataStructure

Inherited from AnyRef

Inherited from Any