Package org.wildfly.common.selector
Class GlobalSelector<T>
java.lang.Object
org.wildfly.common.selector.Selector<T>
org.wildfly.common.selector.GlobalSelector<T>
Deprecated.
A selector which always returns one global instance.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested classes/interfaces inherited from class org.wildfly.common.selector.Selector
Selector.Getter<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.common.selector.Selector
getChangePermissionFor, getGetPermissionFor, getSetPermissionFor, nullSelector, selectorFor, selectorGetterActionFor, selectorGetterFor, setSelectorFor
-
Constructor Details
-
GlobalSelector
Deprecated.Construct a new instance.- Parameters:
instance- the constant instance to always return from this selector
-
-
Method Details
Contextualinstead.