Instance Constructors
-
new
ActorFactoryBean
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
afterPropertiesSet
(): Unit
-
var
applicationContext
: ApplicationContext
-
def
asInstanceOf
[T0]
: T0
-
var
autostart
: Boolean
-
var
beanRef
: String
-
def
clone
(): AnyRef
-
def
createInstance
(): AnyRef
-
def
destroy
(): Unit
-
def
destroyInstance
(instance: AnyRef): Unit
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getApplicationContext
(): ApplicationContext
-
def
getAutostart
(): Boolean
-
def
getBeanFactory
(): BeanFactory
-
def
getBeanRef
(): String
-
def
getBeanTypeConverter
(): TypeConverter
-
def
getClass
(): java.lang.Class[_]
-
-
def
getEarlySingletonInterfaces
(): Array[java.lang.Class[_]]
-
def
getHost
(): String
-
def
getId
(): String
-
def
getImplementation
(): String
-
def
getInterface
(): String
-
def
getLifecycle
(): String
-
def
getObject
(): AnyRef
-
def
getObjectType
(): Class[AnyRef]
-
def
getPort
(): String
-
-
def
getScope
(): String
-
def
getServerManaged
(): Boolean
-
def
getServiceName
(): String
-
def
getTimeoutStr
(): String
-
def
getTyped
(): String
-
var
hasSetDependecies
: Boolean
-
def
hashCode
(): Int
-
var
host
: String
-
var
id
: String
-
var
implementation
: String
-
var
interface
: String
-
def
isInstanceOf
[T0]
: Boolean
-
def
isSingleton
(): Boolean
-
var
lifecycle
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
port
: String
-
-
def
protected$getBeanFactory
(arg0: ActorFactoryBean)(): BeanFactory
-
var
scope
: String
-
var
serverManaged
: Boolean
-
var
serviceName
: String
-
def
setApplicationContext
(arg0: ApplicationContext): Unit
-
def
setAutostart
(arg0: Boolean): Unit
-
def
setBeanClassLoader
(arg0: ClassLoader): Unit
-
def
setBeanFactory
(arg0: BeanFactory): Unit
-
def
setBeanRef
(arg0: String): Unit
-
-
def
setHost
(arg0: String): Unit
-
def
setId
(arg0: String): Unit
-
def
setImplementation
(arg0: String): Unit
-
def
setInterface
(arg0: String): Unit
-
def
setLifecycle
(arg0: String): Unit
-
def
setPort
(arg0: String): Unit
-
-
def
setScope
(arg0: String): Unit
-
def
setServerManaged
(arg0: Boolean): Unit
-
def
setServiceName
(arg0: String): Unit
-
def
setSingleton
(arg0: Boolean): Unit
-
def
setTimeoutStr
(arg0: String): Unit
-
def
setTyped
(arg0: String): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
lazy val
timeout
: Long
-
var
timeoutStr
: String
-
def
toString
(): String
-
var
typed
: String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
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
Factory bean for typed and untyped actors.