org.apache.activemq.apollo.web.resources

BrokerResource

case class BrokerResource () extends Resource with Product with Serializable

The RuntimeResource resource manages access to the runtime state of a broker. It is used to see the status of the broker and to apply management operations against the broker.

Annotations
@Produces()
Linear Supertypes
Serializable, Serializable, Product, Equals, Resource, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BrokerResource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. Logging
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BrokerResource ()

Type Members

  1. class JosqlHelper extends AnyRef

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 admining [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  7. def admining [T] (dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  8. def admining [T] (host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  9. def admining [T] (broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  10. def aggregate (queue: AggregateDestMetricsDTO, topic: AggregateDestMetricsDTO, dsub: AggregateDestMetricsDTO): AggregateDestMetricsDTO

  11. def aggregate_dest_metrics (metrics: Iterable[DestMetricsDTO]): AggregateDestMetricsDTO

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def authenticate [T] (authenticator: Authenticator)(func: (SecurityContext) ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    Resource
  14. def authorize [T] (authenticator: Authenticator, authorizer: Authorizer, action: String, resource: SecuredResource, block: ⇒ FutureResult[T]): FutureResult[T]

    Definition Classes
    Resource
  15. def canEqual (arg0: Any): Boolean

    Definition Classes
    BrokerResource → Equals
  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def command_shutdown : Unit

    Annotations
    @POST() @Path()
  18. def config_resource : ConfigurationResource

    Annotations
    @Path()
  19. def configing [T] (broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  20. def connection (id: Long): ConnectionStatusDTO

    Annotations
    @GET() @Path()
  21. def connection_delete (id: Long): Unit

    Annotations
    @DELETE() @Path() @Produces()
  22. def connections (f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  23. def connector (id: String): ServiceStatusDTO

    Annotations
    @GET() @Path()
  24. def connectors (f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  25. def copy (other: Resource): Unit

    Definition Classes
    Resource
  26. def debug (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  27. def debug (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  28. def debug (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  29. def dsub_delete (id: String, name: String): Unit

    Annotations
    @DELETE() @Path() @Produces()
  30. def durable_subscription (id: String, name: String, entries: Boolean): QueueStatusDTO

    Annotations
    @GET() @Path()
  31. def durable_subscriptions (id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  32. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    BrokerResource → Equals → AnyRef → Any
  34. def error (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def error (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  36. def error (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  37. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  39. def get_broker (): BrokerStatusDTO

    Annotations
    @GET()
  40. def get_connection_metrics (): AggregateConnectionMetricsDTO

    Annotations
    @GET() @Path()
  41. def get_dest_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  42. def get_dsub_metrics (host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

  43. def get_dsub_metrics (broker: Broker): FutureResult[AggregateDestMetricsDTO]

  44. def get_dsub_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  45. def get_queue_metrics (host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

  46. def get_queue_metrics (broker: Broker): FutureResult[AggregateDestMetricsDTO]

  47. def get_queue_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  48. def get_signin (response: HttpServletResponse, username: String, password: String): Boolean

    Annotations
    @GET() @Path()
  49. def get_topic_metrics (host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

  50. def get_topic_metrics (broker: Broker): FutureResult[AggregateDestMetricsDTO]

  51. def get_topic_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  52. def hashCode (): Int

    Definition Classes
    BrokerResource → AnyRef → Any
  53. var http_request : HttpServletRequest

    Definition Classes
    Resource
  54. def info (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  55. def info (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  56. def info (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  57. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  58. def log : Log

    Attributes
    protected
    Definition Classes
    Logging
  59. def monitoring [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  60. def monitoring [T] (dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  61. def monitoring [T] (host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  62. def monitoring [T] (broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  63. def narrow [T] (kind: Class[T], x: Iterable[Result[T, Throwable]], f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): Product with Serializable with Result[DataPageDTO, Throwable]

  64. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  67. def now : Long

    Definition Classes
    Resource
  68. def path (value: Any): URI

    Definition Classes
    Resource
  69. def post_connection_delete_and_redirect (id: Long): Unit

    Annotations
    @POST() @Path() @Produces()
  70. def post_connector_start (id: String): Unit

    Annotations
    @POST() @Path()
  71. def post_connector_stop (id: String): Unit

    Annotations
    @POST() @Path()
  72. def post_dsub_delete_and_redirect (id: String, name: String): Unit

    Annotations
    @POST() @Path() @Produces()
  73. def post_queue_delete_and_redirect (id: String, name: String): Unit

    Annotations
    @POST() @Path() @Produces()
  74. def post_signin (response: HttpServletResponse, username: String, password: String): Boolean

    Annotations
    @POST() @Path()
  75. def productArity : Int

    Definition Classes
    BrokerResource → Product
  76. def productElement (arg0: Int): Any

    Definition Classes
    BrokerResource → Product
  77. def productIterator : Iterator[Any]

    Definition Classes
    Product
  78. def productPrefix : String

    Definition Classes
    BrokerResource → Product
  79. def queue (id: String, name: String, entries: Boolean): QueueStatusDTO

    Annotations
    @GET() @Path()
  80. def queue_delete (id: String, name: String): Unit

    Annotations
    @DELETE() @Path() @Produces()
  81. def queues (id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  82. def result [T] (uri: URI): T

    Definition Classes
    Resource
  83. def result (value: Status, message: Any = null): Nothing

    Definition Classes
    Resource
  84. def signout (): Unit

    Annotations
    @GET() @Path()
  85. def status (q: Queue, entries: Boolean = false): FutureResult[QueueStatusDTO]

  86. def status (host: VirtualHost): VirtualHostStatusDTO

  87. def store (id: String): StoreStatusDTO

    Annotations
    @GET() @Path()
  88. def strip_resolve (value: String): URI

    Definition Classes
    Resource
  89. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    BrokerResource → AnyRef → Any
  91. implicit def to_local_router (host: VirtualHost): LocalRouter

    Attributes
    protected implicit
    Definition Classes
    Resource
  92. def topic (id: String, name: String, qid: Long, entries: Boolean): QueueStatusDTO

    Annotations
    @GET() @Path()
  93. def topic (id: String, name: String): TopicStatusDTO

    Annotations
    @GET() @Path()
  94. def topics (id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  95. def trace (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  96. def trace (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  97. def trace (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  98. def unauthroized : Nothing

    Attributes
    protected
    Definition Classes
    Resource
  99. var uri_info : UriInfo

    Definition Classes
    Resource
  100. def virtual_host (id: String): VirtualHostStatusDTO

    Annotations
    @GET() @Path()
  101. def virtual_host (f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Annotations
    @GET() @Path() @Produces()
  102. def virtual_host_dest_metrics (id: String): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  103. def virtual_host_dsub_metrics (id: String): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  104. def virtual_host_queue_metrics (id: String): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  105. def virtual_host_topic_metrics (id: String): AggregateDestMetricsDTO

    Annotations
    @GET() @Path()
  106. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  109. def warn (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  110. def warn (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  111. def warn (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  112. def whoami (): List[PrincipalDTO]

    Annotations
    @GET() @Path()
  113. def with_broker [T] (func: (Broker) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  114. def with_connection [T] (id: Long)(func: (BrokerConnection) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  115. def with_connector [T] (id: String)(func: (Connector) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  116. def with_virtual_host [T] (id: String)(func: (VirtualHost) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Resource

Inherited from Logging

Inherited from AnyRef

Inherited from Any