Instance Constructors
-
new
BrokerResource
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
admining
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
aggregate
(queue: AggregateDestMetricsDTO, topic: AggregateDestMetricsDTO, dsub: AggregateDestMetricsDTO): AggregateDestMetricsDTO
-
def
aggregate_dest_metrics
(metrics: Iterable[DestMetricsDTO]): AggregateDestMetricsDTO
-
def
asInstanceOf
[T0]
: T0
-
def
authenticate
[T]
(authenticator: Authenticator)(func: (SecurityContext) ⇒ Unit): Unit
-
def
authorize
[T]
(authenticator: Authenticator, authorizer: Authorizer, action: String, resource: SecuredResource)(block: ⇒ FutureResult[T]): FutureResult[T]
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
command_shutdown
: Unit
-
-
def
configing
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
connection
(id: Long): ConnectionStatusDTO
-
def
connection_delete
(id: Long): Unit
-
def
connections
(f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
connector
(id: String): ServiceStatusDTO
-
def
connectors
(f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
copy
(other: Resource): Unit
-
def
create_result
(status: Status, message: Any): WebApplicationException
-
def
dsub_delete
(id: String, name: String): Unit
-
def
durable_subscription
(id: String, name: String, entries: Boolean): QueueStatusDTO
-
def
durable_subscriptions
(id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
get_broker
(): BrokerStatusDTO
-
def
get_connection_metrics
(): AggregateConnectionMetricsDTO
-
def
get_dest_metrics
(): AggregateDestMetricsDTO
-
def
get_dsub_metrics
(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]
-
def
get_dsub_metrics
(broker: Broker): FutureResult[AggregateDestMetricsDTO]
-
def
get_dsub_metrics
(): AggregateDestMetricsDTO
-
def
get_queue_metrics
(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]
-
def
get_queue_metrics
(broker: Broker): FutureResult[AggregateDestMetricsDTO]
-
def
get_queue_metrics
(): AggregateDestMetricsDTO
-
def
get_signin_html
(response: HttpServletResponse, username: String, password: String): ErrorDTO
-
def
get_topic_metrics
(host: VirtualHost): FutureResult[AggregateDestMetricsDTO]
-
def
get_topic_metrics
(broker: Broker): FutureResult[AggregateDestMetricsDTO]
-
def
get_topic_metrics
(): AggregateDestMetricsDTO
-
def
hashCode
(): Int
-
var
http_request
: HttpServletRequest
-
def
isInstanceOf
[T0]
: Boolean
-
def
monitoring
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
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]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
now
: Long
-
def
path
(value: Any): URI
-
def
post_connection_delete_and_redirect
(id: Long): Unit
-
def
post_connector_start
(id: String): Unit
-
def
post_connector_stop
(id: String): Unit
-
def
post_dsub_delete_and_redirect
(id: String, name: String): Unit
-
def
post_queue_delete_and_redirect
(id: String, name: String): Unit
-
def
post_signin
(response: HttpServletResponse, username: String, password: String): Boolean
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
queue
(id: String, name: String, entries: Boolean): QueueStatusDTO
-
def
queue_delete
(id: String, name: String): Unit
-
def
queues
(id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
requested_uri
: String
-
def
result
[T]
(uri: URI): T
-
def
result
(value: Status, message: Any = null): Nothing
-
def
signout
(): String
-
def
signout_html
(): String
-
def
status
(q: Queue, entries: Boolean = false): FutureResult[QueueStatusDTO]
-
def
status
(host: VirtualHost): VirtualHostStatusDTO
-
def
store
(id: String): StoreStatusDTO
-
def
strip_resolve
(value: String): URI
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
implicit def
to_local_router
(host: VirtualHost): LocalRouter
-
def
topic
(id: String, name: String, qid: Long, entries: Boolean): QueueStatusDTO
-
def
topic
(id: String, name: String): TopicStatusDTO
-
def
topics
(id: String, f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
unauthorized
: Nothing
-
var
uri_info
: UriInfo
-
def
virtual_host
(id: String): VirtualHostStatusDTO
-
def
virtual_host
(f: List[String], q: String, p: Integer, ps: Integer, o: List[String]): DataPageDTO
-
def
virtual_host_dest_metrics
(id: String): AggregateDestMetricsDTO
-
def
virtual_host_dsub_metrics
(id: String): AggregateDestMetricsDTO
-
def
virtual_host_queue_metrics
(id: String): AggregateDestMetricsDTO
-
def
virtual_host_topic_metrics
(id: String): AggregateDestMetricsDTO
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
whoami
(): List[PrincipalDTO]
-
def
with_broker
[T]
(func: (Broker) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connection
[T]
(id: Long)(func: (BrokerConnection) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connector
[T]
(id: String)(func: (Connector) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_virtual_host
[T]
(id: String)(func: (VirtualHost) ⇒ FutureResult[T]): FutureResult[T]
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
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.