T - The type of the strategy described by this implementation registration.public interface StrategyRegistration<T>
| Modifier and Type | Method and Description | 
|---|---|
Iterable<String> | 
getSelectorNames()
Any registered names for this strategy registration. 
 | 
Class<? extends T> | 
getStrategyImplementation()
The strategy implementation class. 
 | 
Class<T> | 
getStrategyRole()
The strategy role. 
 | 
Class<T> getStrategyRole()
Iterable<String> getSelectorNames()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.