Packages

class ServiceJmxCollector extends OSGIActor

Linear Supertypes
OSGIActor, ServiceProviding, ServiceConsuming, DominoImplicits, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceJmxCollector
  2. OSGIActor
  3. ServiceProviding
  4. ServiceConsuming
  5. DominoImplicits
  6. ActorLogging
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServiceJmxCollector(cfg: OSGIActorConfig, svcConfig: ServiceJmxConfig, server: MBeanServer)

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val analyser: ServiceJmxAnalyser
  5. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def bundleActor(bundleName: String): Future[ActorRef]
    Definition Classes
    OSGIActor
  12. def bundleActorConfig: Config
    Attributes
    protected
    Definition Classes
    OSGIActor
  13. def bundleContext: BundleContext
    Attributes
    protected
    Definition Classes
    OSGIActor → ServiceProviding → ServiceConsuming → DominoImplicits
  14. val bundleSymbolicName: String
    Definition Classes
    OSGIActor
  15. def capsuleContext: CapsuleContext
    Attributes
    protected
    Definition Classes
    OSGIActor → ServiceProviding
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. implicit val context: ActorContext
    Definition Classes
    Actor
  18. implicit val eCtxt: ExecutionContextExecutor
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def postStop(): Unit
    Definition Classes
    ServiceJmxCollector → Actor
  31. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def preStart(): Unit
    Definition Classes
    ServiceJmxCollector → Actor
  33. def receive: Receive
    Definition Classes
    ServiceJmxCollector → Actor
  34. implicit final val self: ActorRef
    Definition Classes
    Actor
  35. final def sender(): ActorRef
    Definition Classes
    Actor
  36. def service[S <: AnyRef](filter: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Option[S]
    Definition Classes
    ServiceConsuming
  37. def service[S <: AnyRef](implicit arg0: ClassTag[S]): Option[S]
    Definition Classes
    ServiceConsuming
  38. def serviceRef[S <: AnyRef](filter: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Option[ServiceReference[S]]
    Definition Classes
    ServiceConsuming
  39. def serviceRef[S <: AnyRef](implicit arg0: ClassTag[S]): Option[ServiceReference[S]]
    Definition Classes
    ServiceConsuming
  40. implicit def serviceRefToRichServiceRef[S <: AnyRef](serviceRef: ServiceReference[S]): RichServiceReference[S]
    Definition Classes
    DominoImplicits
  41. def serviceRefs[S <: AnyRef](filter: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Seq[ServiceReference[S]]
    Definition Classes
    ServiceConsuming
  42. def serviceRefs[S <: AnyRef](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Seq[ServiceReference[S]]
    Definition Classes
    ServiceConsuming
  43. implicit def serviceToProvidableService[S](service: S): ProvidableService[S]
    Definition Classes
    ServiceProviding
  44. def services[S <: AnyRef](filter: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Seq[S]
    Definition Classes
    ServiceConsuming
  45. def services[S <: AnyRef](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): Seq[S]
    Definition Classes
    ServiceConsuming
  46. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. var timer: Option[Cancellable]
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def withAdvancedService[S <: AnyRef, R](filter: String)(f: (Option[S]) ⇒ R)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[S], arg1: ClassTag[S]): R
    Definition Classes
    ServiceConsuming
  55. def withService[S <: AnyRef, R](f: (Option[S]) ⇒ R)(implicit arg0: ClassTag[S]): R
    Definition Classes
    ServiceConsuming
  56. object Tick extends Product with Serializable

Inherited from OSGIActor

Inherited from ServiceProviding

Inherited from ServiceConsuming

Inherited from DominoImplicits

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped