org.apache.activemq.apollo.web.resources

RootResource

case class RootResource () extends Resource with Product with Serializable

Annotations
@Path()
Linear Supertypes
Serializable, Serializable, Product, Equals, Resource, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RootResource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. Logging
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RootResource ()

Type Members

  1. type FutureResult [T] = Future[Result[T, Throwable]]

    Definition Classes
    Resource

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 FutureResult [T] (value: Result[T, Throwable]): SettableFuture[Result[T, Throwable], Result[T, Throwable]]

    Attributes
    protected
    Definition Classes
    Resource
  7. def FutureResult [T] (): SettableFuture[Result[T, Throwable], Result[T, Throwable]]

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

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def authenticate [T] (authenticator: Authenticator)(func: (SecurityContext) ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    Resource
  14. def authorize [T] (authenticator: Authenticator, authorizer: Authorizer, block: ⇒ FutureResult[T])(func: (Authorizer, SecurityContext) ⇒ Boolean): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  15. def canEqual (arg0: Any): Boolean

    Definition Classes
    RootResource → Equals
  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def configing [T] (broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  18. def copy (other: Resource): Unit

    Definition Classes
    Resource
  19. def debug (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  20. def debug (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  21. def debug (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  22. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    RootResource → Equals → AnyRef → Any
  24. def error (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  25. def error (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  26. def error (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  27. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def hashCode (): Int

    Definition Classes
    RootResource → AnyRef → Any
  30. var http_request : HttpServletRequest

    Definition Classes
    Resource
  31. def info (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def info (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def info (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  35. def log : Log

    Attributes
    protected
    Definition Classes
    Logging
  36. def monitoring [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  40. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  43. def path (name: String): AnyRef

    Annotations
    @Path()
  44. def path (value: Any): URI

    Definition Classes
    Resource
  45. def post_connection_shutdown_and_redirect (): Response

    Annotations
    @GET() @Produces()
  46. def productArity : Int

    Definition Classes
    RootResource → Product
  47. def productElement (arg0: Int): Any

    Definition Classes
    RootResource → Product
  48. def productIterator : Iterator[Any]

    Definition Classes
    Product
  49. def productPrefix : String

    Definition Classes
    RootResource → Product
  50. def result [T] (uri: URI): T

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

    Definition Classes
    Resource
  52. def strip_resolve (value: String): URI

    Definition Classes
    Resource
  53. def sync [T] (dispached: Dispatched)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
    Definition Classes
    Resource
  54. def sync_all [T, D <: Dispatched] (values: Iterable[D])(func: (D) ⇒ FutureResult[T]): Future[Iterable[Result[T, Throwable]]]

    Attributes
    protected
    Definition Classes
    Resource
  55. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

    Attributes
    protected implicit
    Definition Classes
    Resource
  58. def trace (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  59. def trace (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  60. def trace (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  61. def unauthroized : Nothing

    Attributes
    protected
    Definition Classes
    Resource
  62. implicit def unwrap_future_result [T] (value: FutureResult[T]): T

    Attributes
    protected implicit
    Definition Classes
    Resource
  63. var uri_info : UriInfo

    Definition Classes
    Resource
  64. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  67. def warn (e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  68. def warn (e: Throwable, message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  69. def warn (message: ⇒ String, args: Any*): Unit

    Attributes
    protected
    Definition Classes
    Logging
  70. def with_broker [T] (func: (Broker) ⇒ FutureResult[T]): FutureResult[T]

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

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

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

    Attributes
    protected
    Definition Classes
    Resource
  74. implicit def wrap_future_result [T] (value: T): FutureResult[T]

    Attributes
    protected implicit
    Definition Classes
    Resource
  75. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Resource

Inherited from Logging

Inherited from AnyRef

Inherited from Any