Class

components.scalability

FrontendCommunicatorImpl

Related Doc: package scalability

Permalink

class FrontendCommunicatorImpl extends FrontendCommunicator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrontendCommunicatorImpl
  2. FrontendCommunicator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FrontendCommunicatorImpl(componentModelService: ModelService[Component], sensorDescriptionModelService: ModelService[SensorDescription], scheduleModelService: ModelService[Schedule], rawMonitorModelService: ModelService[RawMonitor], composedMonitorModelService: ModelService[ComposedMonitor], monitorModelService: ModelService[Monitor], monitorInstanceModelService: ModelService[MonitorInstance], virtualMachineModelService: ModelService[VirtualMachine], ipAddressModelService: ModelService[IpAddress], applicationComponentModelService: ModelService[ApplicationComponent], instanceModelService: ModelService[Instance])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getApplicationComponentForInstance(appCompId: Long): ApplicationComponent

    Permalink
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getComponents(applicationId: Long, componentId: Long, instanceId: Long, cloudId: Long): List[Component]

    Permalink
  12. def getComposedMonitor(monitorId: Long): ComposedMonitor

    Permalink
  13. def getIdPublicAddressOfVM(vm: VirtualMachine): Long

    Permalink
  14. def getInstances(vm: Long): List[Instance]

    Permalink
  15. def getIpAddress(idIpAddress: Long): String

    Permalink
  16. def getMonitor(id: Long): Monitor

    Permalink
  17. def getMonitorInstance(monitorInstanceId: Long): MonitorInstance

    Permalink
  18. def getMonitorInstances(monitorId: Long): List[MonitorInstance]

    Permalink
  19. def getMonitors(): List[Monitor]

    Permalink
  20. def getPublicAddressOfVM(vm: VirtualMachine): String

    Permalink
  21. def getRawMonitor(monitorId: Long): RawMonitor

    Permalink
  22. def getVirtualMachines(applicationId: Long, componentId: Long, instanceId: Long, cloudId: Long): List[VirtualMachine]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def isInstanceOf(instance: Instance, vms: List[VirtualMachine], cloudId: Long): Boolean

    Permalink
  25. def isInstanceOf(instance: Instance, appComps: List[ApplicationComponent], component: Component): Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def removeMonitorInstance(monitorInstance: MonitorInstance): Unit

    Permalink
  31. def saveMonitorInstance(monitorInstance: MonitorInstance): MonitorInstance

    Permalink
  32. def saveMonitorInstance(idMonitor: Long, apiEndpoint: String, vmId: Long, componentId: Long): MonitorInstance

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FrontendCommunicator

Inherited from AnyRef

Inherited from Any

Ungrouped