org.apache.activemq.apollo.web.resources

BrokerResource

class BrokerResource extends Resource

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.

Linear Supertypes
Resource, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BrokerResource
  2. Resource
  3. AnyRef
  4. 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 SessionResource (): SessionResource

  7. def admining [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

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

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

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

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

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

  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, action: String, resource: SecuredResource)(block: ⇒ FutureResult[T]): FutureResult[T]

    Definition Classes
    Resource
  16. def clone (): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    Resource
  25. def create_result (status: Status, message: Any): WebApplicationException

    Definition Classes
    Resource
  26. def dsub_delete (id: String, name: String): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  31. def finalize (): Unit

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

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

    Annotations
    @GET() @ApiOperation()
  34. def get_connection_metrics (): AggregateConnectionMetricsDTO

    Annotations
    @GET() @Path() @ApiOperation()
  35. def get_dest_metrics (): AggregateDestMetricsDTO

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

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

  38. def get_dsub_metrics (): AggregateDestMetricsDTO

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

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

  41. def get_queue_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path() @ApiOperation()
  42. def get_signin_html (response: HttpServletResponse, username: String, password: String, target: String): ErrorDTO

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

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

  45. def get_topic_metrics (): AggregateDestMetricsDTO

    Annotations
    @GET() @Path() @ApiOperation()
  46. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  47. var http_request : HttpServletRequest

    Definition Classes
    Resource
  48. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  49. def monitoring [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  53. 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, WebApplicationException]

  54. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  57. def now : Long

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

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

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

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

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

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

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

    Annotations
    @Deprecated @POST() @Path()
  65. def queue (id: String, name: String, entries: Boolean): QueueStatusDTO

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

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

    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  68. def requested_uri : String

    Definition Classes
    Resource
  69. def result [T] (uri: URI): T

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

    Definition Classes
    Resource
  71. def setHttpRequest (value: HttpServletRequest): Unit

    Definition Classes
    Resource
    Annotations
    @Context()
  72. def signout (): String

    Annotations
    @Deprecated @Produces() @GET() @Path()
  73. def signout_html (): String

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

  75. def status (host: VirtualHost): VirtualHostStatusDTO

  76. def store (id: String): StoreStatusDTO

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

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

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

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

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

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

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

    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  84. def unauthorized : Nothing

    Attributes
    protected
    Definition Classes
    Resource
  85. var uri_info : UriInfo

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

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

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

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

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

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

    Annotations
    @GET() @Path() @ApiOperation()
  92. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  95. def whoami (): List[PrincipalDTO]

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

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

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

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

    Attributes
    protected
    Definition Classes
    Resource

Inherited from Resource

Inherited from AnyRef

Inherited from Any