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. Hide All
  2. Show all
  1. BrokerResourceJSON
  2. BrokerResource
  3. Resource
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BrokerResourceJSON()

Type Members

  1. class JosqlHelper extends AnyRef

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[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 durable_subscription(id: String, name: String, entries: Boolean, producers: Boolean, consumers: Boolean): QueueStatusDTO

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  28. 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()
  29. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): java.lang.Class[_]

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

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

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

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

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

    Definition Classes
    BrokerResource
  38. def get_dsub_metrics(): AggregateDestMetricsDTO

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

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

    Definition Classes
    BrokerResource
  41. def get_queue_metrics(): AggregateDestMetricsDTO

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

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

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

    Definition Classes
    BrokerResource
  45. def get_topic_metrics(): AggregateDestMetricsDTO

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

    Definition Classes
    AnyRef → Any
  47. var http_request: HttpServletRequest

    Definition Classes
    Resource
  48. def if_ok[T](func: ⇒ T)(then: ⇒ T): T

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  54. 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
  55. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  58. def now: Long

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @DELETE() @Path() @Produces() @ApiOperation()
  70. 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()
  71. def requested_uri: String

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

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

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

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

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

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @GET() @Path() @ApiOperation()
  80. def strip_resolve(value: String): URI

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

    Definition Classes
    AnyRef
  82. def toString(): String

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

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @DELETE() @Path() @Produces() @ApiOperation()
  87. 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()
  88. def unauthorized: Nothing

    Attributes
    protected
    Definition Classes
    Resource
  89. var uri_info: UriInfo

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BrokerResource
    Annotations
    @Deprecated @GET() @Path()
  100. def with_broker[T](func: (Broker) ⇒ FutureResult[T]): FutureResult[T]

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

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

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