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 _realm : String

    Attributes
    protected
  16. var _resolver : String

    Attributes
    protected
  17. var _tempDir : String

    Attributes
    protected
  18. var _zoo_keeper : IZKClient

    Attributes
    protected
  19. var _zoo_keeper_cluster_service : ZooKeeperClusterService

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

  21. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  22. def bundle_context : BundleContext

  23. def clone (): AnyRef

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

  25. def compute_services : List[ComputeService]

  26. def config_admin : ConfigurationAdmin

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

  28. def debug : Boolean

  29. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  31. def fabric_service : FabricService

  32. def finalize (): Unit

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

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

  35. def hashCode (): Int

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

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

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

  39. def managed : Boolean

  40. def map_provider_name (key: String): String

  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. var principal : Principal

  46. def profile_name : String

  47. def realm : String

  48. def refresh : Unit

  49. def resolver : String

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

    Attributes
    final
    Definition Classes
    AnyRef
  51. def temp_dir : String

  52. def toString (): String

    Definition Classes
    AnyRef → Any
  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 zk_cluster_service : ZooKeeperClusterService

  57. def zoo_keeper : IZKClient

Inherited from AnyRef

Inherited from Any