akka.spring

ActorFactoryBean

class ActorFactoryBean extends AbstractFactoryBean[AnyRef] with ApplicationContextAware

Factory bean for typed and untyped actors.

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

Instance Constructors

  1. new ActorFactoryBean ()

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. var applicationContext : ApplicationContext

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. var autostart : Boolean

  10. var beanRef : String

  11. def clone (): AnyRef

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

    Definition Classes
    ActorFactoryBean → AbstractFactoryBean
  13. def destroy (): Unit

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

    Stop the typed actor if it is a singleton.

    Stop the typed actor if it is a singleton.

    Definition Classes
    ActorFactoryBean → AbstractFactoryBean
  15. var dispatcher : DispatcherProperties

  16. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def getApplicationContext (): ApplicationContext

  20. def getAutostart (): Boolean

  21. def getBeanFactory (): BeanFactory

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
  22. def getBeanRef (): String

  23. def getBeanTypeConverter (): TypeConverter

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

    Attributes
    final
    Definition Classes
    AnyRef
  25. def getDispatcher (): DispatcherProperties

  26. def getEarlySingletonInterfaces (): Array[java.lang.Class[_]]

    Attributes
    protected[config]
    Definition Classes
    AbstractFactoryBean
  27. def getHost (): String

  28. def getId (): String

  29. def getImplementation (): String

  30. def getInterface (): String

  31. def getLifecycle (): String

  32. def getObject (): AnyRef

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

    Definition Classes
    ActorFactoryBean → AbstractFactoryBean → FactoryBean
  34. def getPort (): String

  35. def getProperty (): PropertyEntries

  36. def getScope (): String

  37. def getServerManaged (): Boolean

  38. def getServiceName (): String

  39. def getTimeoutStr (): String

  40. def getTyped (): String

  41. var hasSetDependecies : Boolean

  42. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  43. var host : String

  44. var id : String

  45. var implementation : String

  46. var interface : String

  47. def isInstanceOf [T0] : Boolean

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

    Definition Classes
    ActorFactoryBean → AbstractFactoryBean → FactoryBean
  49. var lifecycle : String

  50. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  53. var port : String

  54. var property : PropertyEntries

  55. def protected$getBeanFactory (arg0: ActorFactoryBean)(): BeanFactory

  56. var scope : String

  57. var serverManaged : Boolean

  58. var serviceName : String

  59. def setApplicationContext (arg0: ApplicationContext): Unit

    Definition Classes
    ActorFactoryBean → ApplicationContextAware
  60. def setAutostart (arg0: Boolean): Unit

  61. def setBeanClassLoader (arg0: ClassLoader): Unit

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

    Definition Classes
    AbstractFactoryBean → BeanFactoryAware
  63. def setBeanRef (arg0: String): Unit

  64. def setDispatcher (arg0: DispatcherProperties): Unit

  65. def setHost (arg0: String): Unit

  66. def setId (arg0: String): Unit

  67. def setImplementation (arg0: String): Unit

  68. def setInterface (arg0: String): Unit

  69. def setLifecycle (arg0: String): Unit

  70. def setPort (arg0: String): Unit

  71. def setProperty (arg0: PropertyEntries): Unit

  72. def setScope (arg0: String): Unit

  73. def setServerManaged (arg0: Boolean): Unit

  74. def setServiceName (arg0: String): Unit

  75. def setSingleton (arg0: Boolean): Unit

    Definition Classes
    AbstractFactoryBean
  76. def setTimeoutStr (arg0: String): Unit

  77. def setTyped (arg0: String): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  79. lazy val timeout : Long

  80. var timeoutStr : String

  81. def toString (): String

    Definition Classes
    AnyRef → Any
  82. var typed : String

  83. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ApplicationContextAware

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