- Selector<T> - Class in org.wildfly.common.selector
-
A selector for an object which is obtainable via static context.
- Selector() - Constructor for class org.wildfly.common.selector.Selector
-
- Selector.Getter<T> - Class in org.wildfly.common.selector
-
An efficient, unchecked getter for a selector for a given class.
- selectorFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
-
Get the selector for a given class.
- selectorGetterActionFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
-
Get a privileged action which returns the getter for a selector.
- selectorGetterFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
-
Get an efficient, unchecked selector getter for a given class.
- SelectorPermission - Class in org.wildfly.common.selector
-
Permission to access a specific selector.
- SelectorPermission(String, String) - Constructor for class org.wildfly.common.selector.SelectorPermission
-
- setSelectorFor(Class<T>, Selector<T>) - Static method in class org.wildfly.common.selector.Selector
-
Set the selector for a given class.
- SoftReference<T,A> - Class in org.wildfly.common.ref
-
A reapable soft reference with an attachment.
- SoftReference(T) - Constructor for class org.wildfly.common.ref.SoftReference
-
Construct a new instance.
- SoftReference(T, A) - Constructor for class org.wildfly.common.ref.SoftReference
-
Construct a new instance.
- SoftReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.wildfly.common.ref.SoftReference
-
Construct a new instance with an explicit reference queue.
- SoftReference(T, A, Reaper<T, A>) - Constructor for class org.wildfly.common.ref.SoftReference
-
Construct a new instance with a reaper.
- StrongReference<T,A> - Class in org.wildfly.common.ref
-
A strong reference with an attachment.
- StrongReference(T, A) - Constructor for class org.wildfly.common.ref.StrongReference
-
Construct a new instance.
- StrongReference(T) - Constructor for class org.wildfly.common.ref.StrongReference
-
Construct a new instance.