akka.spring

SupervisionFactoryBean

class SupervisionFactoryBean extends AbstractFactoryBean[AnyRef]

Factory bean for supervisor configuration.

Linear Supertypes
AbstractFactoryBean[AnyRef], DisposableBean, InitializingBean, BeanFactoryAware, BeanClassLoaderAware, FactoryBean[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SupervisionFactoryBean
  2. AbstractFactoryBean
  3. DisposableBean
  4. InitializingBean
  5. BeanFactoryAware
  6. BeanClassLoaderAware
  7. FactoryBean
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SupervisionFactoryBean ()

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. def afterPropertiesSet (): Unit

    Definition Classes
    AbstractFactoryBean → InitializingBean
    Annotations
    @throws()
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def createInstance (): AnyRef

    Definition Classes
    SupervisionFactoryBean → AbstractFactoryBean
  10. def destroy (): Unit

    Definition Classes
    AbstractFactoryBean → DisposableBean
    Annotations
    @throws()
  11. def destroyInstance (arg0: AnyRef): Unit

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getBeanFactory (): BeanFactory

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
  16. def getBeanTypeConverter (): TypeConverter

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def getEarlySingletonInterfaces (): Array[java.lang.Class[_]]

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
  19. def getObject (): AnyRef

    Attributes
    final
    Definition Classes
    AbstractFactoryBean → FactoryBean
    Annotations
    @throws()
  20. def getObjectType (): Class[AnyRef]

    Definition Classes
    SupervisionFactoryBean → AbstractFactoryBean → FactoryBean
  21. def getRestartStrategy (): FaultHandlingStrategy

  22. def getSupervised (): List[ActorProperties]

  23. def getTyped (): String

  24. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  26. def isSingleton (): Boolean

    Definition Classes
    AbstractFactoryBean → FactoryBean
  27. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. var restartStrategy : FaultHandlingStrategy

  31. def setBeanClassLoader (arg0: ClassLoader): Unit

    Definition Classes
    AbstractFactoryBean → BeanClassLoaderAware
  32. def setBeanFactory (arg0: BeanFactory): Unit

    Definition Classes
    AbstractFactoryBean → BeanFactoryAware
  33. def setRestartStrategy (arg0: FaultHandlingStrategy): Unit

  34. def setSingleton (arg0: Boolean): Unit

    Definition Classes
    AbstractFactoryBean
  35. def setSupervised (arg0: List[ActorProperties]): Unit

  36. def setTyped (arg0: String): Unit

  37. var supervised : List[ActorProperties]

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

    Attributes
    final
    Definition Classes
    AnyRef
  39. def toString (): String

    Definition Classes
    AnyRef → Any
  40. var typed : String

  41. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractFactoryBean[AnyRef]

Inherited from DisposableBean

Inherited from InitializingBean

Inherited from BeanFactoryAware

Inherited from BeanClassLoaderAware

Inherited from FactoryBean[AnyRef]

Inherited from AnyRef

Inherited from Any