org.apache.activemq.apollo.web.resources

Resource

abstract class Resource extends AnyRef

Defines the default representations to be used on resources

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 = null)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    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. final def asInstanceOf[T0]: T0

    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. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  22. var http_request: HttpServletRequest

  23. def if_ok[T](func: ⇒ T)(then: ⇒ T): T

  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def now: Long

  33. def ok[T](value: FutureResult[T]): Unit

  34. def path(value: Any): URI

  35. def requested_uri: String

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

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

  38. def setHttpRequest(value: HttpServletRequest): Unit

    Annotations
    @Context()
  39. def strip_resolve(value: String): URI

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

    Attributes
    protected
  43. def unauthorized: Nothing

    Attributes
    protected
  44. var uri_info: UriInfo

  45. final def wait(): Unit

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

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

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

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

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

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

    Attributes
    protected

Inherited from AnyRef

Inherited from Any