Class AbstractRack<E>

java.lang.Object
org.marid.runtime.model.AbstractRack<E>

public abstract class AbstractRack<E>
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Class<?> caller  
    protected int index  
    protected E instance  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractRack​(java.util.concurrent.Callable<E> instanceSupplier)  
  • Method Summary

    Modifier and Type Method Description
    protected org.marid.runtime.model.DeploymentClassLoader classLoader()  
    protected Deployment deployment()  
    E get()  
    void init​(java.lang.AutoCloseable initAction)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • caller

      public final java.lang.Class<?> caller
    • instance

      protected final E instance
    • index

      protected final int index
  • Constructor Details

    • AbstractRack

      public AbstractRack​(java.util.concurrent.Callable<E> instanceSupplier)
  • Method Details

    • init

      public void init​(java.lang.AutoCloseable initAction)
    • deployment

      protected Deployment deployment()
    • classLoader

      protected org.marid.runtime.model.DeploymentClassLoader classLoader()
    • get

      public final E get()