Package akka.actor

Class ContextualTypedActorFactory

  • All Implemented Interfaces:
    TypedActorFactory, java.io.Serializable, scala.Equals, scala.Product

    public final class ContextualTypedActorFactory
    extends java.lang.Object
    implements TypedActorFactory, scala.Product, java.io.Serializable
    ContextualTypedActorFactory allows TypedActors to create children, effectively forming the same Actor Supervision Hierarchies as normal Actors can.
    See Also:
    Serialized Form
    • Method Detail

      • getActorRefFor

        public ActorRef getActorRefFor​(java.lang.Object proxy)
        Description copied from interface: TypedActorFactory
        Retrieves the underlying ActorRef for the supplied TypedActor proxy, or null if none found
        Specified by:
        getActorRefFor in interface TypedActorFactory
      • isTypedActor

        public boolean isTypedActor​(java.lang.Object proxyOrNot)
        Description copied from interface: TypedActorFactory
        Returns whether the supplied AnyRef is a TypedActor proxy or not
        Specified by:
        isTypedActor in interface TypedActorFactory
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object