com.fusesource.fmc.webui.agents.activemq

SubscriptionResource

class SubscriptionResource extends BaseResource

Linear Supertypes
BaseResource, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SubscriptionResource
  2. BaseResource
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SubscriptionResource (self: SubscriptionViewFacade)

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 active : Boolean

    Annotations
    @JsonProperty()
  7. def agent_template (agent: Container): ContainerTemplate

    Definition Classes
    BaseResource
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def client_id : String

    Annotations
    @JsonProperty()
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def connection_id : String

    Annotations
    @JsonProperty()
  12. def dequeue_counter : Long

    Annotations
    @JsonProperty()
  13. def destination_name : String

    Annotations
    @JsonProperty()
  14. def dispatched_counter : Long

    Annotations
    @JsonProperty()
  15. def dispatched_queue_size : Int

    Annotations
    @JsonProperty()
  16. def durable : Boolean

    Annotations
    @JsonProperty()
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def exclusive : Boolean

    Annotations
    @JsonProperty()
  20. def fabric_service : FabricService

    Definition Classes
    BaseResource
  21. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def get : Any

    This method will allow returning this resource as data.

    This method will allow returning this resource as data.

    Definition Classes
    BaseResource
    Annotations
    @GET()
  23. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  24. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  25. def id : String

    Annotations
    @JsonProperty()
  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. implicit def iter [T] (some: Collection[T]): Iterator[T]

    Attributes
    implicit
    Definition Classes
    BaseResource
  28. val logger : Logger

    Attributes
    protected
    Definition Classes
    BaseResource
  29. def maximum_pending_message_limit : Int

    Annotations
    @JsonProperty()
  30. def message_count_awaiting_acknowledge : Int

    Annotations
    @JsonProperty()
  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def no_local : Boolean

    Annotations
    @JsonProperty()
  33. def not_found [T] : T

    Attributes
    protected
    Definition Classes
    BaseResource
  34. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  36. def pending_queue_size : Int

    Annotations
    @JsonProperty()
  37. def prefetch_size : Int

    Annotations
    @JsonProperty()
  38. def priority : Byte

    Annotations
    @JsonProperty()
  39. def redirect (path: String, rq: HttpServletRequest, rp: HttpServletResponse): Null

    Attributes
    protected
    Definition Classes
    BaseResource
  40. def respond [T] (value: Status, message: Any = null): T

    Definition Classes
    BaseResource
  41. def retroactive : Boolean

    Annotations
    @JsonProperty()
  42. def selector : String

    Annotations
    @JsonProperty()
  43. val self : SubscriptionViewFacade

  44. def sessionId : Long

    Annotations
    @JsonProperty()
  45. def slow_consumer : Boolean

    Annotations
    @JsonProperty()
  46. def status (code: Unit): Map[String, Any]

    Utility method to execute code and wrap result in Map.

    Utility method to execute code and wrap result in Map.

    Attributes
    protected
    Definition Classes
    BaseResource
  47. def subscription_id : Long

    Annotations
    @JsonProperty()
  48. def subscription_name : String

    Annotations
    @JsonProperty()
  49. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  50. def toString (): String

    Definition Classes
    AnyRef → Any
  51. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  52. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any