com.fusesource.fmc.webui.agents.activemq

BrokerResource

class BrokerResource extends BaseResource

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

Instance Constructors

  1. new BrokerResource (self: BrokerFacade)

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 admin : BrokerViewFacade

  7. def agent_template (agent: Container): ContainerTemplate

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def connection (id: String): ConnectionResource

    Annotations
    @GET() @Path()
  11. def connections : Array[ConnectionResource]

    Annotations
    @JsonProperty() @GET() @Path()
  12. def connector (id: String): ConnectorResource

    Annotations
    @GET() @Path()
  13. def connectors : Array[ConnectorResource]

    Annotations
    @JsonProperty() @GET() @Path()
  14. def data_directory : String

    Annotations
    @JsonProperty()
  15. def durable_topic_subscriber (id: String): DurableSubscriptionResource

    Annotations
    @GET() @Path()
  16. def durable_topic_subscribers : Array[DurableSubscriptionResource]

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

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

    Definition Classes
    AnyRef → Any
  19. def fabric_service : FabricService

    Definition Classes
    BaseResource
  20. def finalize (): Unit

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

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

    Definition Classes
    AnyRef → Any
  24. def id : String

    Annotations
    @JsonProperty()
  25. def inactive_durable_topic_subscriber (id: String): DurableSubscriptionResource

    Annotations
    @GET() @Path()
  26. def inactive_durable_topic_subscribers : Array[DurableSubscriptionResource]

    Annotations
    @JsonProperty() @GET() @Path()
  27. def isInstanceOf [T0] : Boolean

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

    Attributes
    implicit
    Definition Classes
    BaseResource
  29. val logger : Logger

    Attributes
    protected
    Definition Classes
    BaseResource
  30. def memory_limit : Long

    Annotations
    @JsonProperty()
  31. def memory_percent_usage : Int

    Annotations
    @JsonProperty()
  32. def name : String

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

    Attributes
    final
    Definition Classes
    AnyRef
  34. def network_bridge (id: String): NetworkBridgeResource

    Annotations
    @GET() @Path()
  35. def network_bridges : Array[NetworkBridgeResource]

    Annotations
    @JsonProperty() @GET() @Path()
  36. def network_connector (id: String): NetworkConnectorResource

    Annotations
    @GET() @Path()
  37. def network_connectors : Array[NetworkConnectorResource]

    Annotations
    @JsonProperty() @GET() @Path()
  38. def not_found [T] : T

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  41. def openwire_url : String

    Annotations
    @JsonProperty()
  42. def queue (id: String): QueueResource

    Annotations
    @GET() @Path()
  43. def queues : Array[QueueResource]

    Annotations
    @JsonProperty() @GET() @Path()
  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 : BrokerFacade

  47. def ssl_url : String

    Annotations
    @JsonProperty()
  48. def start : Unit

    Annotations
    @POST() @Path()
  49. 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
  50. def stomp_ssl_url : String

    Annotations
    @JsonProperty()
  51. def stomp_url : String

    Annotations
    @JsonProperty()
  52. def stop : Unit

    Annotations
    @POST() @Path()
  53. def store_limit : Long

    Annotations
    @JsonProperty()
  54. def store_percent_usage : Int

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

    Attributes
    final
    Definition Classes
    AnyRef
  56. def temp_limit : Long

    Annotations
    @JsonProperty()
  57. def temp_percent_usage : Int

    Annotations
    @JsonProperty()
  58. def toString (): String

    Definition Classes
    AnyRef → Any
  59. def topic (id: String): TopicResource

    Annotations
    @GET() @Path()
  60. def topics : Array[TopicResource]

    Annotations
    @JsonProperty() @GET() @Path()
  61. def total_consumer_count : Long

    Annotations
    @JsonProperty()
  62. def total_dequeue_count : Long

    Annotations
    @JsonProperty()
  63. def total_enqueue_count : Long

    Annotations
    @JsonProperty()
  64. def total_message_count : Long

    Annotations
    @JsonProperty()
  65. def total_producer_count : Long

    Annotations
    @JsonProperty()
  66. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  67. def version : String

    Annotations
    @JsonProperty()
  68. def vm_url : String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any