akka.util

ReflectiveAccess

object ReflectiveAccess extends AnyRef

Helper class for reflective access to different modules in order to allow optional loading of modules.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ReflectiveAccess
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

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. object AkkaCloudModule extends AnyRef

  7. object Remote extends AnyRef

    Reflective access to the RemoteClient module.

  8. object TypedActorModule extends AnyRef

    Reflective access to the TypedActors module.

  9. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def createInstance [T] (fqn: String, params: Array[Class[_]], args: Array[AnyRef], classloader: ClassLoader = loader): Either[Exception, T]

  12. def createInstance [T] (clazz: Class[_], params: Array[Class[_]], args: Array[AnyRef]): Either[Exception, T]

  13. def ensureRemotingEnabled : Unit

  14. def ensureTypedActorEnabled : Unit

  15. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def getClassFor [T] (fqn: String, classloader: ClassLoader = loader): Either[Exception, Class[T]]

  20. def getObjectFor [T] (fqn: String, classloader: ClassLoader = loader): Either[Exception, T]

  21. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  23. def isRemotingEnabled : Boolean

  24. lazy val isTypedActorEnabled : Boolean

  25. val loader : ClassLoader

  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. val noArgs : Array[AnyRef]

  28. val noParams : Array[java.lang.Class[_]]

  29. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any