org
.
apache
.
activemq
.
apollo
.
web
.
resources
BrokerResourceHTML
class
BrokerResourceHTML
extends
BrokerResource
Annotations
@Path
()
@Produces
()
Linear Supertypes
BrokerResource
,
Resource
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
BrokerResourceHTML
BrokerResource
Resource
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
BrokerResourceHTML
()
Type Members
class
JosqlHelper
extends AnyRef
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
SessionResource
()
:
SessionResource
Definition Classes
BrokerResource
def
admining
[
T
]
(
dest:
Topic
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
admining
[
T
]
(
dest:
Queue
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
admining
[
T
]
(
host:
VirtualHost
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
admining
[
T
]
(
broker:
Broker
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
aggregate
(
queue:
AggregateDestMetricsDTO
,
topic:
AggregateDestMetricsDTO
,
dsub:
AggregateDestMetricsDTO
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
def
aggregate_dest_metrics
(
metrics:
Iterable
[
DestMetricsDTO
]
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
authenticate
[
T
]
(
authenticator:
Authenticator
)
(
func: (
SecurityContext
) ⇒
Unit
)
:
Unit
Attributes
protected
Definition Classes
Resource
def
authorize
[
T
]
(
authenticator:
Authenticator
,
authorizer:
Authorizer
,
action:
String
,
resource:
SecuredResource
)
(
block: ⇒ FutureResult[T]
)
: FutureResult[T]
Definition Classes
Resource
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
command_shutdown
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@ApiOperation
()
def
configing
[
T
]
(
broker:
Broker
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
connection
(
id:
Long
)
:
ConnectionStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
connection_delete
(
id:
Long
)
:
Unit
Definition Classes
BrokerResource
Annotations
@DELETE
()
@Path
()
@ApiOperation
()
@Produces
()
def
connections
(
f:
List
[String]
,
q: String
,
p:
Integer
,
ps:
Integer
,
o:
List
[String]
)
:
DataPageDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
@Produces
()
def
connector
(
id: String
)
:
ServiceStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
connectors
(
f:
List
[String]
,
q: String
,
p:
Integer
,
ps:
Integer
,
o:
List
[String]
)
:
DataPageDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
@Produces
()
def
copy
(
other:
Resource
)
:
Unit
Definition Classes
Resource
def
create_result
(
status:
Status
,
message:
Any
)
:
WebApplicationException
Definition Classes
Resource
def
dsub_delete
(
id: String
,
name: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@DELETE
()
@Path
()
@ApiOperation
()
@Produces
()
def
durable_subscription
(
id: String
,
name: String
,
entries:
Boolean
)
:
QueueStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
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
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
get_broker
()
:
BrokerStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@ApiOperation
()
def
get_connection_metrics
()
:
AggregateConnectionMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
get_dest_metrics
()
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
get_dsub_metrics
(
host:
VirtualHost
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_dsub_metrics
(
broker:
Broker
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_dsub_metrics
()
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
get_queue_metrics
(
host:
VirtualHost
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_queue_metrics
(
broker:
Broker
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_queue_metrics
()
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
get_signin_html
(
response:
HttpServletResponse
,
username: String
,
password: String
,
target: String
)
:
ErrorDTO
Definition Classes
BrokerResource
Annotations
@Deprecated
@Produces
()
@GET
()
@Path
()
def
get_topic_metrics
(
host:
VirtualHost
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_topic_metrics
(
broker:
Broker
)
: FutureResult[
AggregateDestMetricsDTO
]
Definition Classes
BrokerResource
def
get_topic_metrics
()
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
var
http_request
:
HttpServletRequest
Definition Classes
Resource
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
monitoring
[
T
]
(
dest:
Topic
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
monitoring
[
T
]
(
dest:
Queue
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
monitoring
[
T
]
(
host:
VirtualHost
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
monitoring
[
T
]
(
broker:
Broker
)
(
func: ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
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
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
now
:
Long
Definition Classes
Resource
def
path
(
value:
Any
)
:
URI
Definition Classes
Resource
def
post_connection_delete_and_redirect
(
id:
Long
)
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@ApiOperation
()
@Produces
()
def
post_connector_start
(
id: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@ApiOperation
()
def
post_connector_stop
(
id: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@ApiOperation
()
def
post_dsub_delete_and_redirect
(
id: String
,
name: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@Produces
()
def
post_queue_delete_and_redirect
(
id: String
,
name: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@POST
()
@Path
()
@Produces
()
def
post_signin
(
response:
HttpServletResponse
,
username: String
,
password: String
)
:
Boolean
Definition Classes
BrokerResource
Annotations
@Deprecated
@POST
()
@Path
()
def
queue
(
id: String
,
name: String
,
entries:
Boolean
)
:
QueueStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
queue_delete
(
id: String
,
name: String
)
:
Unit
Definition Classes
BrokerResource
Annotations
@DELETE
()
@Path
()
@Produces
()
@ApiOperation
()
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
()
def
requested_uri
:
String
Definition Classes
Resource
def
result
[
T
]
(
uri:
URI
)
: T
Definition Classes
Resource
def
result
(
value:
Status
,
message:
Any
=
null
)
:
Nothing
Definition Classes
Resource
def
setHttpRequest
(
value:
HttpServletRequest
)
:
Unit
Definition Classes
Resource
Annotations
@Context
()
def
signout
()
: String
Definition Classes
BrokerResource
Annotations
@Deprecated
@Produces
()
@GET
()
@Path
()
def
signout_html
()
: String
Definition Classes
BrokerResource
Annotations
@Deprecated
@Produces
()
@GET
()
@Path
()
def
status
(
q:
Queue
,
entries:
Boolean
=
false
)
: FutureResult[
QueueStatusDTO
]
Definition Classes
BrokerResource
def
status
(
host:
VirtualHost
)
:
VirtualHostStatusDTO
Definition Classes
BrokerResource
def
store
(
id: String
)
:
StoreStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
strip_resolve
(
value:
String
)
:
URI
Definition Classes
Resource
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
implicit def
to_local_router
(
host:
VirtualHost
)
:
LocalRouter
Attributes
protected implicit
Definition Classes
Resource
def
topic
(
id: String
,
name: String
,
qid:
Long
,
entries:
Boolean
)
:
QueueStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
topic
(
id: String
,
name: String
)
:
TopicStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
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
()
def
unauthorized
:
Nothing
Attributes
protected
Definition Classes
Resource
var
uri_info
:
UriInfo
Definition Classes
Resource
def
virtual_host
(
id: String
)
:
VirtualHostStatusDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
virtual_host
(
f:
List
[String]
,
q: String
,
p:
Integer
,
ps:
Integer
,
o:
List
[String]
)
:
DataPageDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@Produces
()
@ApiOperation
()
def
virtual_host_dest_metrics
(
id: String
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
virtual_host_dsub_metrics
(
id: String
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
virtual_host_queue_metrics
(
id: String
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
virtual_host_topic_metrics
(
id: String
)
:
AggregateDestMetricsDTO
Definition Classes
BrokerResource
Annotations
@GET
()
@Path
()
@ApiOperation
()
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
whoami
()
:
List
[
PrincipalDTO
]
Definition Classes
BrokerResource
Annotations
@Deprecated
@GET
()
@Path
()
def
with_broker
[
T
]
(
func: (
Broker
) ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
with_connection
[
T
]
(
id:
Long
)
(
func: (
BrokerConnection
) ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
def
with_connector
[
T
]
(
id:
String
)
(
func: (
Connector
) ⇒ FutureResult[T]
)
: FutureResult[T]
Attributes
protected
Definition Classes
Resource
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