com.fusesource.fmc.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) 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_provider_listener : ComputeProviderListener

    Attributes
    protected
  9. var _compute_service_listener : ComputeServiceListener

    Attributes
    protected
  10. var _config_admin : ConfigurationAdmin

    Attributes
    protected
  11. var _fabric_service : FabricService

    Attributes
    protected
  12. var _managed : Boolean

    Attributes
    protected
  13. var _patchDir : String

    Attributes
    protected
  14. var _profile_name : String

    Attributes
    protected
  15. var _resolver : String

    Attributes
    protected
  16. var _tempDir : String

    Attributes
    protected
  17. var _zoo_keeper : IZKClient

    Attributes
    protected
  18. var _zoo_keeper_cluster_service : ZooKeeperClusterService

    Attributes
    protected
  19. def agent_template (agent: Container): ContainerTemplate

  20. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  21. def bundle_context : BundleContext

  22. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def compute_providers : Set[String]

  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 hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  36. val jcloud_name_mapping : Map[String, String]

    Attributes
    protected
  37. val jmx_template : ConcurrentHashMap[String, AgentTemplateHolder]

  38. def managed : Boolean

  39. def map_provider_name (key: String): String

  40. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  43. def patch_dir : String

  44. var principal : Principal

  45. def profile_name : String

  46. def refresh : Unit

  47. def resolver : String

  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