org.fusesource.fabric.webui

Services

object Services extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Services
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class AgentTemplateHolder (agent: Container, jmx_username: String, jmx_password: String) extends Product with Serializable

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. val LOG : Logger

  7. val PID_FILTER : String

  8. var _compute_service_listener : ComputeServiceListener

    Attributes
    protected
  9. var _config_admin : ConfigurationAdmin

    Attributes
    protected
  10. var _fabric_service : FabricService

    Attributes
    protected
  11. var _managed : Boolean

    Attributes
    protected
  12. var _patchDir : String

    Attributes
    protected
  13. var _profile_name : String

    Attributes
    protected
  14. var _realm : String

    Attributes
    protected
  15. var _tempDir : String

    Attributes
    protected
  16. var _zoo_keeper : IZKClient

    Attributes
    protected
  17. var _zoo_keeper_cluster_service : ZooKeeperClusterService

    Attributes
    protected
  18. def agent_template (agent: Container, jmx_username: String, jmx_password: String): ContainerTemplate

  19. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  20. def bundle_context : BundleContext

  21. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def compute_apis : Iterable[ApiMetadata]

  23. def compute_providers : Iterable[ProviderMetadata]

  24. def compute_services : List[ComputeService]

  25. def config_admin : ConfigurationAdmin

  26. def configs_by_factory_pid (pid: String): Array[Configuration]

  27. def debug : Boolean

  28. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  30. def fabric_service : FabricService

  31. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  33. def get_service [T] (clazz: Class[T]): T

  34. def get_session (request: HttpServletRequest): HttpSession

  35. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  36. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  37. def jmx_password (request: HttpServletRequest): String

  38. val jmx_template : ConcurrentHashMap[String, AgentTemplateHolder]

  39. def jmx_username (request: HttpServletRequest): String

  40. def managed : Boolean

  41. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  44. def patch_dir : String

  45. def profile_name : String

  46. def realm : String

  47. def refresh : Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  49. def temp_dir : String

  50. def toString (): String

    Definition Classes
    AnyRef → Any
  51. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. def zk_cluster_service : ZooKeeperClusterService

  55. def zoo_keeper : IZKClient

Inherited from AnyRef

Inherited from Any