Package org.smallmind.quorum.juggler
Interface JugglingPinFactory<P,R>
-
public interface JugglingPinFactory<P,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JugglingPin<R>createJugglingPin(P provider, Class<R> resourceClass)
-
-
-
Method Detail
-
createJugglingPin
JugglingPin<R> createJugglingPin(P provider, Class<R> resourceClass) throws JugglerResourceCreationException
- Throws:
JugglerResourceCreationException
-
-