net.liftweb

actor

package actor

Visibility
  1. Public
  2. All

Type Members

  1. final class AbortedFutureException extends Exception

    Thrown if an LAFuture is aborted during a get

  2. trait ILAExecute extends AnyRef

  3. class JavaActorBase extends AnyRef

  4. class LAFuture[T] extends AnyRef

    A container that contains a calculated value or may contain one in the future

  5. trait LAScheduler extends AnyRef

    The definition of a scheduler

  6. trait LiftActor extends SpecializedLiftActor[Any] with GenericActor[Any] with ForwardableActor[Any, Any]

  7. class LiftActorJ extends JavaActorBase with LiftActor

    Java versions of Actors should subclass this method.

  8. class MockLiftActor extends MockSpecializedLiftActor[Any] with LiftActor

    A MockLiftActor for use in testing other compnents that talk to actors.

  9. class MockSpecializedLiftActor[T] extends SpecializedLiftActor[T]

    A SpecializedLiftActor designed for use in unit testing of other components.

  10. case class PingerException(msg: String, e: Throwable) extends RuntimeException with Product with Serializable

    Exception thrown if a ping can't be scheduled.

  11. trait SpecializedLiftActor[T] extends SimpleActor[T]

Value Members

  1. object ActorLogger extends Logger

  2. object LAFuture

  3. object LAPinger

    The ActorPing object schedules an actor to be ping-ed with a given message at specific intervals.

  4. object LAScheduler extends LAScheduler with Loggable

  5. object LiftActorJ

  6. object ThreadPoolRules

    Rules for dealing with thread pools, both in lift-actor and in lift-util

Ungrouped