org.apache.activemq.apollo.web.resources

Resource

class Resource extends AnyRef

Defines the default representations to be used on resources

Attributes
abstract
Annotations
@ImplicitProduces() @Produces()
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Resource
  2. AnyRef
  3. 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 create_result (status: Status, message: Any): WebApplicationException

  17. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

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

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

    Definition Classes
    AnyRef → Any
  22. var http_request : HttpServletRequest

  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def monitoring [T] (dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def now : Long

  32. def path (value: Any): URI

  33. def requested_uri : String

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

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

  36. def strip_resolve (value: String): URI

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

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

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

    Attributes
    protected implicit
  40. def unauthorized : Nothing

    Attributes
    protected
  41. var uri_info : UriInfo

  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def with_broker [T] (func: (Broker) ⇒ FutureResult[T]): FutureResult[T]

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

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

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

    Attributes
    protected

Inherited from AnyRef

Inherited from Any