akka.spring

ActorForFactoryBean

class ActorForFactoryBean extends AbstractFactoryBean[AnyRef] with ApplicationContextAware

Factory bean for remote client actor-for.

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. ActorForFactoryBean
  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 ActorForFactoryBean ()

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. def clone (): AnyRef

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

    Definition Classes
    ActorForFactoryBean → AbstractFactoryBean
  11. def destroy (): Unit

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

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

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

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

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

  17. def getBeanFactory (): BeanFactory

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

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

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

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

  22. def getInterface (): String

  23. def getObject (): AnyRef

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

    Definition Classes
    ActorForFactoryBean → AbstractFactoryBean → FactoryBean
  25. def getPort (): String

  26. def getServiceName (): String

  27. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  28. var host : String

  29. var interface : String

  30. def isInstanceOf [T0] : Boolean

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  35. var port : String

  36. var serviceName : String

  37. def setApplicationContext (arg0: ApplicationContext): Unit

    Definition Classes
    ActorForFactoryBean → ApplicationContextAware
  38. def setBeanClassLoader (arg0: ClassLoader): Unit

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

    Definition Classes
    AbstractFactoryBean → BeanFactoryAware
  40. def setHost (arg0: String): Unit

  41. def setInterface (arg0: String): Unit

  42. def setPort (arg0: String): Unit

  43. def setServiceName (arg0: String): Unit

  44. def setSingleton (arg0: Boolean): Unit

    Definition Classes
    AbstractFactoryBean
  45. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  47. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. 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