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

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_metrics (queue_metrics: Iterable[QueueMetricsDTO]): AggregateQueueMetricsDTO

  13. def asInstanceOf [T0] : T0

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

    Attributes
    protected
    Definition Classes
    Resource
  15. def authorize [T] (authenticator: Authenticator, authorizer: Authorizer, block: ⇒ FutureResult[T])(func: (Authorizer, SecurityContext) ⇒ Boolean): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  16. def canEqual (arg0: Any): Boolean

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

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

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

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

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

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

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

    Annotations
    @GET() @Path() @Produces()
  24. def connector (id: String): ConnectorStatusDTO

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Annotations
    @GET()
  41. def get_queue_metrics (q: Queue): QueueMetricsDTO

  42. def get_queue_metrics (host: VirtualHost): FutureResult[AggregateQueueMetricsDTO]

  43. def get_queue_metrics (broker: Broker): FutureResult[AggregateQueueMetricsDTO]

  44. def get_queue_metrics (): AggregateQueueMetricsDTO

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  51. def link (queue: Queue): LinkDTO

  52. def link (connection: BrokerConnection): LinkDTO

  53. def log : Log

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

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

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

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

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

  59. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  62. def path (value: Any): URI

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

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

    Annotations
    @POST() @Path() @Produces()
  65. def post_connector_start_and_redirect (id: String): Unit

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

    Annotations
    @POST() @Path() @Produces()
  67. def post_connector_stop_and_redirect (id: String): Unit

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

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

    Annotations
    @POST() @Path() @Produces()
  70. def productArity : Int

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

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

    Definition Classes
    Product
  73. def productPrefix : String

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

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

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

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

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

    Definition Classes
    Resource
  79. def status (connector: Connector): ConnectorStatusDTO

  80. def status (q: Queue, entries: Boolean = false): FutureResult[QueueStatusDTO]

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

  82. def store (id: String): StoreStatusDTO

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

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

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

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

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

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

    Attributes
    protected implicit
    Definition Classes
    Resource
  89. def topic (id: String, name: String): TopicStatusDTO

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  94. def unauthroized : Nothing

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

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

    Definition Classes
    Resource
  97. def virtualHosts : StringListDTO

    Annotations
    @GET() @Path()
  98. def virtual_host (id: String): VirtualHostStatusDTO

    Annotations
    @GET() @Path()
  99. def virtual_host_queue_metrics (id: String): AggregateQueueMetricsDTO

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  106. def with_broker [T] (func: (Broker) ⇒ FutureResult[T]): FutureResult[T]

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

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

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

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

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