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)

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 admining [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

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

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

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

    Attributes
    protected
  10. def asInstanceOf [T0] : T0

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

    Attributes
    protected
  12. def authorize [T] (authenticator: Authenticator, authorizer: Authorizer, action: String, resource: SecuredResource, block: ⇒ FutureResult[T]): FutureResult[T]

  13. def clone (): AnyRef

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

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

  16. def debug (e: Throwable): Unit

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  26. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  27. var http_request : HttpServletRequest

  28. def info (e: Throwable): Unit

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

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

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

    Attributes
    final
    Definition Classes
    Any
  32. def log : Log

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  40. def now : Long

  41. def path (value: Any): URI

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

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

  44. def strip_resolve (value: String): URI

  45. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  51. def unauthroized : Nothing

    Attributes
    protected
  52. var uri_info : UriInfo

  53. def wait (): Unit

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

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

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

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

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

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

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

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

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

    Attributes
    protected

Inherited from Logging

Inherited from AnyRef

Inherited from Any