com.fusesource.fmc.webui.agents.activemq

DestinationResource

class DestinationResource extends BaseResource with HasID

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

Instance Constructors

  1. new DestinationResource (self: DestinationViewMBean)

Abstract Value Members

  1. def id : String

    Attributes
    abstract
    Definition Classes
    DestinationResourceHasID

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 agent_template (agent: Container): ContainerTemplate

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

    Attributes
    final
    Definition Classes
    Any
  8. def average_enqueue_time : Double

    Annotations
    @JsonProperty()
  9. def blocked_producer_warning_interval : Long

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

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

    Annotations
    @JsonProperty()
  12. def dequeue_count : Long

    Annotations
    @JsonProperty()
  13. def dispatch_count : Long

    Annotations
    @JsonProperty()
  14. def enqueue_count : Long

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

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

    Definition Classes
    AnyRef → Any
  17. def expired_count : Long

    Annotations
    @JsonProperty()
  18. def fabric_service : FabricService

    Definition Classes
    BaseResource
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. 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()
  21. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  23. def in_flight_count : Long

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

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

    Attributes
    implicit
    Definition Classes
    BaseResource
  26. val logger : Logger

    Attributes
    protected
    Definition Classes
    BaseResource
  27. def max_audit_depth : Int

    Annotations
    @JsonProperty()
  28. def max_enqueue_time : Long

    Annotations
    @JsonProperty()
  29. def max_page_size : Int

    Annotations
    @JsonProperty()
  30. def max_producers_to_audit : Int

    Annotations
    @JsonProperty()
  31. def memory_limit : Long

    Annotations
    @JsonProperty()
  32. def memory_percent_usage : Int

    Annotations
    @JsonProperty()
  33. def memory_usage_portion : Float

    Annotations
    @JsonProperty()
  34. def min_enqueue_time : Long

    Annotations
    @JsonProperty()
  35. def name : String

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

    Attributes
    final
    Definition Classes
    AnyRef
  37. def not_found [T] : T

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  40. def prioritized_messages : Boolean

    Annotations
    @JsonProperty()
  41. def producer_count : Long

    Annotations
    @JsonProperty()
  42. def producer_flow_control : Boolean

    Annotations
    @JsonProperty()
  43. def queue_size : Long

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

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

    Definition Classes
    BaseResource
  46. val self : DestinationViewMBean

  47. def slow_consumer_strategy : ObjectName

    Annotations
    @JsonProperty()
  48. 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
  49. def subscriptions : Array[ObjectName]

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

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

    Definition Classes
    AnyRef → Any
  52. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  53. def use_cache : Boolean

    Annotations
    @JsonProperty()
  54. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HasID

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any