wvlet.airframe.lifecycle

Members list

Concise view

Type members

Classlikes

case object AFTER_START extends LifeCycleHookType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
class CloseHook(val injectee: Injectee) extends LifeCycleHook

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class EventHookHolder[A](injectee: Injectee, hook: A => Any) extends LifeCycleHook with LogSupport

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
object FILOLifeCycleHookExecutor extends LifeCycleEventHandler with LogSupport

First In, Last Out (FILO) hook executor.

First In, Last Out (FILO) hook executor.

If objects are injected in A -> B -> C order, the init and shutdown orders will be as follows: init hook call order: A -> B -> C shutdown hook call order: C -> B -> A

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type
case object INIT extends LifeCycleStage

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
INIT.type
class Injectee(val surface: Surface, val injectee: Any)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object JSR250LifeCycleExecutor extends LifeCycleEventHandler with LogSupport

Support @PreDestroy and @PostConstruct

Support @PreDestroy and @PostConstruct

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait LifeCycleHookType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AFTER_START.type
object BEFORE_SHUTDOWN.type
object ON_INIT.type
object ON_INJECT.type
object ON_SHUTDOWN.type
object ON_START.type
class LifeCycleManager(val eventHandler: LifeCycleEventHandler, val coreEventHandler: LifeCycleEventHandler) extends LogSupport

LifeCycleManager manages the life cycle of objects within a Session

LifeCycleManager manages the life cycle of objects within a Session

Attributes

Companion:
object
Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait LifeCycleStage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object INIT.type
object STARTED.type
object STARTING.type
object STOPPED.type
object STOPPING.type
class MethodCallHook(val injectee: Injectee, method: Method) extends LifeCycleHook

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case object ON_INIT extends LifeCycleHookType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
ON_INIT.type
case object ON_INJECT extends LifeCycleHookType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ON_SHUTDOWN extends LifeCycleHookType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ON_START extends LifeCycleHookType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object STARTED extends LifeCycleStage

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
STARTED.type
case object STARTING extends LifeCycleStage

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object STOPPED extends LifeCycleStage

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
STOPPED.type
case object STOPPING extends LifeCycleStage

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type