org.apache.activemq.apollo.web.resources

BrokerResourceJSON

class BrokerResourceJSON extends BrokerResource

Annotations
@Path() @Api() @Produces()
Linear Supertypes
BrokerResource, Resource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BrokerResourceJSON
  2. BrokerResource
  3. Resource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BrokerResourceJSON()

Type Members

  1. class JosqlHelper extends AnyRef

    Definition Classes
    BrokerResource

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def SessionResource(): SessionResource

    Definition Classes
    BrokerResource
  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

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

    Definition Classes
    BrokerResource
  13. final def asInstanceOf[T0]: T0

    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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def command_shutdown: Unit

    Definition Classes
    BrokerResource
    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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  22. def connector(id: String, connections: Boolean): ServiceStatusDTO

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

    Definition Classes
    BrokerResource
    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

    Definition Classes
    BrokerResource
    Annotations
    @DELETE() @Path() @ApiOperation() @Produces()
  27. def dsub_messages(id: String, name: String, _from: Long, _to: Long, _max: Long, _max_body: Integer): BrowsePageDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  28. def durable_subscription(id: String, name: String, entries: Boolean, producers: Boolean, consumers: Boolean): QueueStatusDTO

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  34. def get_broker(connections: Boolean): BrokerStatusDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @ApiOperation()
  35. def get_connection_metrics(): AggregateConnectionMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  36. def get_dest_metrics(): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  37. def get_dsub_metrics(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  38. def get_dsub_metrics(broker: Broker): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  39. def get_dsub_metrics(): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  40. def get_queue_metrics(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  41. def get_queue_metrics(broker: Broker): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  42. def get_queue_metrics(): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  43. def get_signin_html(response: HttpServletResponse, username: String, password: String, target: String): ErrorDTO

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @Produces() @GET() @Path()
  44. def get_topic_metrics(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  45. def get_topic_metrics(broker: Broker): FutureResult[AggregateDestMetricsDTO]

    Definition Classes
    BrokerResource
  46. def get_topic_metrics(): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  47. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  48. var http_request: HttpServletRequest

    Definition Classes
    Resource
  49. def if_ok[T](func: ⇒ T)(andThen: ⇒ T): T

    Definition Classes
    Resource
  50. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Definition Classes
    BrokerResource
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. def now: Long

    Definition Classes
    Resource
  60. def ok[T](value: FutureResult[T]): Unit

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

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

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @ApiOperation() @Produces()
  63. def post_connector_start(id: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @ApiOperation()
  64. def post_connector_stop(id: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @ApiOperation()
  65. def post_dsub_delete_and_redirect(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @Produces()
  66. def post_queue_delete_and_redirect(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @Produces()
  67. def post_signin(response: HttpServletResponse, username: String, password: String): Boolean

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @POST() @Path()
  68. def post_topic_delete_and_redirect(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @Produces()
  69. def queue(id: String, name: String, entries: Boolean, producers: Boolean, consumers: Boolean): QueueStatusDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  70. def queue_create(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @PUT() @Path() @Produces() @ApiOperation()
  71. def queue_delete(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @DELETE() @Path() @Produces() @ApiOperation()
  72. def queue_messages(id: String, name: String, _from: Long, _to: Long, _max: Long, _max_body: Integer): BrowsePageDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  73. def queues(id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  74. def requested_uri: String

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

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @Produces() @GET() @Path()
  79. def signout_html(): String

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @Produces() @GET() @Path()
  80. def status(q: Queue, entries: Boolean = false, producers: Boolean, consumers: Boolean): FutureResult[QueueStatusDTO]

    Definition Classes
    BrokerResource
  81. def status(host: VirtualHost): VirtualHostStatusDTO

    Definition Classes
    BrokerResource
  82. def store(id: String): StoreStatusDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  83. def store_compact(id: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @POST() @Path() @ApiOperation() @Produces()
  84. def strip_resolve(value: String): URI

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

    Definition Classes
    AnyRef
  86. def toString(): String

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

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  89. def topic(id: String, name: String, producers: Boolean, consumers: Boolean): TopicStatusDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  90. def topic_create(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @PUT() @Path() @Produces() @ApiOperation()
  91. def topic_delete(id: String, name: String): Unit

    Definition Classes
    BrokerResource
    Annotations
    @DELETE() @Path() @Produces() @ApiOperation()
  92. def topic_messages(id: String, name: String, _from: Long, _max: Long, _max_body: Integer): BrowsePageDTO

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation() @Produces()
  94. def unauthorized: Nothing

    Attributes
    protected
    Definition Classes
    Resource
  95. var uri_info: UriInfo

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

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @Produces() @ApiOperation()
  98. def virtual_host_dest_metrics(id: String): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  99. def virtual_host_dsub_metrics(id: String): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  100. def virtual_host_queue_metrics(id: String): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  101. def virtual_host_topic_metrics(id: String): AggregateDestMetricsDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  102. final def wait(): Unit

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @GET() @Path()
  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

Inherited from BrokerResource

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped