Package | Description |
---|---|
org.wildfly.common.selector |
Modifier and Type | Method and Description |
---|---|
static <T> Selector.Getter<T> |
Selector.selectorGetterFor(java.lang.Class<T> clazz)
Deprecated.
Get an efficient, unchecked selector getter for a given class.
|
Modifier and Type | Method and Description |
---|---|
static <T> java.security.PrivilegedAction<Selector.Getter<T>> |
Selector.selectorGetterActionFor(java.lang.Class<T> clazz)
Deprecated.
Get a privileged action which returns the getter for a selector.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.