Class ComponentPin<C>
- java.lang.Object
-
- org.smallmind.quorum.pool.complex.ComponentPin<C>
-
public class ComponentPin<C> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedComponentPin(ComponentPool<C> componentPool, DeconstructionQueue deconstructionQueue, ComponentInstance<C> componentInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfizzle()protected voidfree()protected ComponentInstance<C>getComponentInstance()StackTraceElement[]getExistentialStackTrace()protected booleanisTerminated()protected voidkaboom(boolean withPrejudice)protected Cserve()
-
-
-
Constructor Detail
-
ComponentPin
protected ComponentPin(ComponentPool<C> componentPool, DeconstructionQueue deconstructionQueue, ComponentInstance<C> componentInstance)
-
-
Method Detail
-
getComponentInstance
protected ComponentInstance<C> getComponentInstance()
-
free
protected void free()
-
isTerminated
protected boolean isTerminated()
-
fizzle
protected void fizzle()
-
kaboom
protected void kaboom(boolean withPrejudice)
-
getExistentialStackTrace
public StackTraceElement[] getExistentialStackTrace()
-
-