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. type FutureResult [T] = Future[Result[T, Throwable]]

    Definition Classes
    Resource
  2. 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 FutureResult [T] (value: Result[T, Throwable]): SettableFuture[Result[T, Throwable], Result[T, Throwable]]

    Attributes
    protected
    Definition Classes
    Resource
  7. def FutureResult [T] (): SettableFuture[Result[T, Throwable], Result[T, Throwable]]

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

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

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

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

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

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

  14. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  41. def get_broker (): BrokerStatusDTO

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

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

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

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

  46. def get_dsub_metrics (): AggregateDestMetricsDTO

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

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

  49. def get_queue_metrics (): AggregateDestMetricsDTO

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

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

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

  53. def get_topic_metrics (): AggregateDestMetricsDTO

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  60. def log : Log

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

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  65. 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]

  66. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  69. def now : Long

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Product
  80. def productPrefix : String

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

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

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

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

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

    Definition Classes
    Resource
  86. def signout (): Unit

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

  88. def status (node: Topic): FutureResult[TopicStatusDTO]

  89. def status (host: VirtualHost): VirtualHostStatusDTO

  90. def store (id: String): StoreStatusDTO

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

    Definition Classes
    Resource
  92. def sync [T] (dispached: Dispatched)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  93. def sync_all [T, D <: Dispatched] (values: Iterable[D])(func: (D) ⇒ FutureResult[T]): Future[Iterable[Result[T, Throwable]]]

    Attributes
    protected
    Definition Classes
    Resource
  94. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  103. def unauthroized : Nothing

    Attributes
    protected
    Definition Classes
    Resource
  104. implicit def unwrap_future_result [T] (value: FutureResult[T]): T

    Attributes
    protected implicit
    Definition Classes
    Resource
  105. var uri_info : UriInfo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  123. implicit def wrap_future_result [T] (value: T): FutureResult[T]

    Attributes
    protected implicit
    Definition Classes
    Resource
  124. 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