org.apache.activemq.apollo.web.resources

Resource

class Resource extends Logging

Defines the default representations to be used on resources

Attributes
abstract
Annotations
@ImplicitProduces() @Produces()
Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Resource
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Resource (parent: Resource)

Type Members

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

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

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

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

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

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

    Attributes
    protected
  12. def asInstanceOf [T0] : T0

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

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

    Attributes
    protected
  15. def clone (): AnyRef

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

    Attributes
    protected
  17. def copy (other: Resource): Unit

  18. def debug (e: Throwable): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  23. def error (e: Throwable): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  29. var http_request : HttpServletRequest

  30. def info (e: Throwable): Unit

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

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

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

    Attributes
    final
    Definition Classes
    Any
  34. def log : Log

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

    Attributes
    protected
  36. def monitoring [T] (dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  37. def monitoring [T] (host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  38. def monitoring [T] (broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  39. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  42. def path (value: Any): URI

  43. def result [T] (uri: URI): T

  44. def result (value: Status, message: Any = null): Nothing

  45. def strip_resolve (value: String): URI

  46. def sync [T] (dispached: Dispatched)(func: ⇒ FutureResult[T]): FutureResult[T]

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

    Attributes
    protected
  48. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

    Attributes
    protected implicit
  51. def trace (e: Throwable): Unit

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

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

    Attributes
    protected
    Definition Classes
    Logging
  54. def unauthroized : Nothing

    Attributes
    protected
  55. implicit def unwrap_future_result [T] (value: FutureResult[T]): T

    Attributes
    protected implicit
  56. var uri_info : UriInfo

  57. def wait (): Unit

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

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

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

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

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

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

    Attributes
    protected
  64. def with_connection [T] (id: Long)(func: (BrokerConnection) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  65. def with_connector [T] (id: String)(func: (Connector) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  66. def with_virtual_host [T] (id: String)(func: (VirtualHost) ⇒ FutureResult[T]): FutureResult[T]

    Attributes
    protected
  67. implicit def wrap_future_result [T] (value: T): FutureResult[T]

    Attributes
    protected implicit

Inherited from Logging

Inherited from AnyRef

Inherited from Any