net.liftweb

actor

package actor

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class AbortedFutureException extends Exception

    Thrown if an LAFuture is aborted during a get

  2. trait ILAExecute extends AnyRef

  3. class LAFuture [T] extends AnyRef

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

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

  5. class LiftActorJ extends JavaActorBase with LiftActor

    Java versions of Actors should subclass this method.

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

    Exception thrown if a ping can't be scheduled.

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

Value Members

  1. object ActorLogger extends Logger

  2. object LAFuture extends AnyRef

  3. object LAPinger extends AnyRef

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

  4. object LAScheduler extends Loggable

  5. object LiftActorJ extends AnyRef