Uses of Class
org.smallmind.quorum.pool.complex.ComponentPin
-
Packages that use ComponentPin Package Description org.smallmind.quorum.pool.complex -
-
Uses of ComponentPin in org.smallmind.quorum.pool.complex
Methods in org.smallmind.quorum.pool.complex that return ComponentPin Modifier and Type Method Description ComponentPin<C>ComponentPinManager. serve()Methods in org.smallmind.quorum.pool.complex with parameters of type ComponentPin Modifier and Type Method Description voidComponentPinManager. remove(ComponentPin<C> componentPin, boolean withPrejudice)voidComponentPool. removePin(ComponentPin<C> componentPin, boolean withPrejudice)Constructors in org.smallmind.quorum.pool.complex with parameters of type ComponentPin Constructor Description DeconstructionCoordinator(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, ComponentPin<?> componentPin)
-