public class ComponentPin<C> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentPin(ComponentPool<C> componentPool,
DeconstructionQueue deconstructionQueue,
ComponentInstance<C> componentInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fizzle() |
protected void |
free() |
protected ComponentInstance<C> |
getComponentInstance() |
StackTraceElement[] |
getExistentialStackTrace() |
protected boolean |
isTerminated() |
protected void |
kaboom(boolean withPrejudice) |
protected C |
serve() |
protected ComponentPin(ComponentPool<C> componentPool, DeconstructionQueue deconstructionQueue, ComponentInstance<C> componentInstance)
protected ComponentInstance<C> getComponentInstance()
protected void free()
protected boolean isTerminated()
protected void fizzle()
protected void kaboom(boolean withPrejudice)
public StackTraceElement[] getExistentialStackTrace()
Copyright © 2016. All rights reserved.