Skip navigation links
WildFly Common 1.2.0.Beta9
A C D E F G H I L M N O P R S T U V W X 

A

accept(T, U) - Method in interface org.wildfly.common.function.ExceptionBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface org.wildfly.common.function.ExceptionConsumer
Performs this operation on the given argument.
accept(T, int) - Method in interface org.wildfly.common.function.ExceptionObjIntConsumer
Performs this operation on the given arguments.
accept(T, long) - Method in interface org.wildfly.common.function.ExceptionObjLongConsumer
Performs this operation on the given arguments.
and(ExceptionBiPredicate<T, U, E>) - Method in interface org.wildfly.common.function.ExceptionBiPredicate
 
and(ExceptionPredicate<T, E>) - Method in interface org.wildfly.common.function.ExceptionPredicate
 
andThen(ExceptionBiConsumer<? super T, ? super U, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBiConsumer
 
andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBiFunction
 
andThen(ExceptionConsumer<R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBiFunction
 
andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBinaryOperator
 
andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionConsumer
 
andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionBiFunction<? super T, ? super R, ? extends R2, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionConsumer<? super R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionBiConsumer<? super T, ? super R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionPredicate<? super R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionBiPredicate<? super T, ? super R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionIntFunction
 
andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionLongFunction
 
andThen(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjIntConsumer
 
andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjIntConsumer
 
andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjLongConsumer
 
andThen(ExceptionRunnable<? extends E>) - Method in interface org.wildfly.common.function.ExceptionRunnable
 
andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionSupplier
 
andThen(ExceptionFunction<? super T, ? extends R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionSupplier
 
andThen(ExceptionIntFunction<R, E>) - Method in interface org.wildfly.common.function.ExceptionToIntBiFunction
 
andThen(ExceptionLongFunction<R, E>) - Method in interface org.wildfly.common.function.ExceptionToIntBiFunction
 
andThen(ExceptionIntFunction<? extends R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionToIntFunction
 
andThen(ExceptionLongFunction<? extends R, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionToIntFunction
 
andThen(ExceptionLongFunction<R, E>) - Method in interface org.wildfly.common.function.ExceptionToLongBiFunction
 
andThen(ExceptionLongFunction<R, E>) - Method in interface org.wildfly.common.function.ExceptionToLongFunction
 
andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionUnaryOperator
 
apply(T, U) - Method in interface org.wildfly.common.function.ExceptionBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface org.wildfly.common.function.ExceptionFunction
Applies this function to the given arguments.
apply(int) - Method in interface org.wildfly.common.function.ExceptionIntFunction
Applies this function to the given arguments.
apply(long) - Method in interface org.wildfly.common.function.ExceptionLongFunction
Applies this function to the given arguments.
apply(T, U) - Method in interface org.wildfly.common.function.ExceptionToIntBiFunction
Apply this function to the given arguments.
apply(T) - Method in interface org.wildfly.common.function.ExceptionToIntFunction
Apply this function to the given arguments.
apply(T, U) - Method in interface org.wildfly.common.function.ExceptionToLongBiFunction
Apply this function to the given arguments.
apply(T) - Method in interface org.wildfly.common.function.ExceptionToLongFunction
Apply this function to the given arguments.
arrayOffsetGreaterThanLength(int, int) - Method in interface org.wildfly.common._private.CommonMessages
 
arrayOffsetGreaterThanLength(int, int) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
arrayOffsetGreaterThanLength$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
arrayOffsetLengthGreaterThanLength(int, int, int) - Method in interface org.wildfly.common._private.CommonMessages
 
arrayOffsetLengthGreaterThanLength(int, int, int) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
arrayOffsetLengthGreaterThanLength$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
Assert - Class in org.wildfly.common
A set of assertions and checks.
assertFalse(boolean) - Static method in class org.wildfly.common.Assert
Assert that the given expression is always false.
assertHoldsLock(T) - Static method in class org.wildfly.common.Assert
Assert that the given monitor is held by the current thread.
assertNotHoldsLock(T) - Static method in class org.wildfly.common.Assert
Assert that the given monitor is not held by the current thread.
assertNotNull(T) - Static method in class org.wildfly.common.Assert
Assert that the value is not null.
assertTrue(boolean) - Static method in class org.wildfly.common.Assert
Assert that the given expression is always true.
availableProcessors() - Static method in class org.wildfly.common.cpu.ProcessorInfo
Returns the number of processors available to this process.

C

CacheInfo - Class in org.wildfly.common.cpu
A class which exposes any available cache line information for the current CPU.
CacheInfo() - Constructor for class org.wildfly.common.cpu.CacheInfo
 
CacheLevelInfo - Class in org.wildfly.common.cpu
 
CacheType - Enum in org.wildfly.common.cpu
The type of cache.
cannotContainNullFieldNameOrValue() - Method in interface org.wildfly.common._private.CommonMessages
 
cannotContainNullFieldNameOrValue() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
cannotContainNullFieldNameOrValue$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
checkArrayBounds(Object[], int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array.
checkArrayBounds(byte[], int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array.
checkArrayBounds(char[], int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array.
checkArrayBounds(int[], int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array.
checkArrayBounds(long[], int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array.
checkArrayBounds(int, int, int) - Static method in class org.wildfly.common.Assert
Check that the given offset and length fall completely within the bounds of the given array length.
checkMaximumParameter(String, int, int) - Static method in class org.wildfly.common.Assert
Check that the named parameter is less than or equal to max.
checkMaximumParameter(String, long, long) - Static method in class org.wildfly.common.Assert
Check that the named parameter is less than or equal to max.
checkMinimumParameter(String, int, int) - Static method in class org.wildfly.common.Assert
Check that the named parameter is greater than or equal to min.
checkMinimumParameter(String, long, long) - Static method in class org.wildfly.common.Assert
Check that the named parameter is greater than or equal to min.
checkNotEmptyParam(String, String) - Static method in class org.wildfly.common.Assert
Check that the named parameter is not empty.
checkNotEmptyParam(String, T) - Static method in class org.wildfly.common.Assert
Check that the named parameter is not empty.
checkNotNullArrayParam(String, int, T) - Static method in class org.wildfly.common.Assert
Check that a value within the named array parameter is not null.
checkNotNullParam(String, T) - Static method in class org.wildfly.common.Assert
Check that the named parameter is not null.
checkNotNullParamWithNullPointerException(String, T) - Static method in class org.wildfly.common.Assert
Check that the named parameter is not null, using a NullPointerException as some specifications require.
CidrAddress - Class in org.wildfly.common.net
A Classless Inter-Domain Routing address.
CidrAddressTable<T> - Class in org.wildfly.common.net
A table for mapping IP addresses to objects using CidrAddress instances for matching.
CidrAddressTable() - Constructor for class org.wildfly.common.net.CidrAddressTable
 
CleanerReference<T,A> - Class in org.wildfly.common.ref
A special version of PhantomReference that is strongly retained until it is reaped by the collection thread.
CleanerReference(T, A, Reaper<T, A>) - Constructor for class org.wildfly.common.ref.CleanerReference
Construct a new instance with a reaper.
clear() - Method in class org.wildfly.common.net.CidrAddressTable
 
clear() - Method in interface org.wildfly.common.ref.Reference
Clear the reference.
clear() - Method in class org.wildfly.common.ref.StrongReference
 
clone() - Method in class org.wildfly.common.net.CidrAddressTable
 
CommonMessages - Interface in org.wildfly.common._private
 
CommonMessages_$bundle - Class in org.wildfly.common._private
Warning this class consists of generated code.
CommonMessages_$bundle() - Constructor for class org.wildfly.common._private.CommonMessages_$bundle
 
compareAddressBytesTo(byte[], int, int) - Method in class org.wildfly.common.net.CidrAddress
 
compareTo(CidrAddress) - Method in class org.wildfly.common.net.CidrAddress
 
compile(String, Expression.Flag...) - Static method in class org.wildfly.common.expression.Expression
Compile an expression string.
compile(String, EnumSet<Expression.Flag>) - Static method in class org.wildfly.common.expression.Expression
Compile an expression string.
compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBiConsumer
 
compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionBiFunction
 
compose(ExceptionConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionConsumer
 
compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionConsumer
 
compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionFunction
 
compose(ExceptionToIntFunction<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionIntFunction
 
compose(ExceptionToLongFunction<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionLongFunction
 
compose(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjIntConsumer
 
compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjIntConsumer
 
compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionObjLongConsumer
 
compose(ExceptionRunnable<? extends E>) - Method in interface org.wildfly.common.function.ExceptionRunnable
 
compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionToIntFunction
 
compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionToLongFunction
 
compose(ExceptionUnaryOperator<T, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionUnaryOperator
 
ContextManager<C extends Contextual<C>> - Class in org.wildfly.common.context
A context manager for a Contextual type.
ContextManager(Class<C>) - Constructor for class org.wildfly.common.context.ContextManager
Construct a new instance, with a name matching the class name of the given type.
ContextManager(Class<C>, String) - Constructor for class org.wildfly.common.context.ContextManager
Construct a new instance.
ContextPermission - Class in org.wildfly.common.context
A permission object for operations on ContextManager instances.
ContextPermission(String, String) - Constructor for class org.wildfly.common.context.ContextPermission
Constructs a permission with the specified name.
Contextual<C extends Contextual<C>> - Interface in org.wildfly.common.context
A base class for contexts which are activated in a thread-local context.
corruptedStream() - Method in interface org.wildfly.common._private.CommonMessages
 
corruptedStream() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
corruptedStream$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
create() - Method in interface org.wildfly.common.Factory
Create the object.
create(InetAddress, int) - Static method in class org.wildfly.common.net.CidrAddress
Create a new CIDR address.
create(byte[], int) - Static method in class org.wildfly.common.net.CidrAddress
Create a new CIDR address.
create(Reference.Type, T, A, Reaper<T, A>) - Static method in class org.wildfly.common.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A, ReferenceQueue<? super T>) - Static method in class org.wildfly.common.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A) - Static method in class org.wildfly.common.ref.References
Create a reference of a given type with the provided value and attachment.

D

DefaultSelector - Annotation Type in org.wildfly.common.selector
Deprecated.
Use Contextual instead.

E

emptyParam(String) - Method in interface org.wildfly.common._private.CommonMessages
 
emptyParam(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
emptyParam$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
equals(Object) - Method in class org.wildfly.common.context.ContextPermission
Determine if this permission is equal to the given object.
equals(ContextPermission) - Method in class org.wildfly.common.context.ContextPermission
Determine if this permission is equal to the given permission.
equals(Object) - Method in class org.wildfly.common.net.CidrAddress
 
equals(CidrAddress) - Method in class org.wildfly.common.net.CidrAddress
 
equals(Object) - Method in class org.wildfly.common.ref.CleanerReference
 
equals(Object) - Method in class org.wildfly.common.selector.SelectorPermission
 
equals(SelectorPermission) - Method in class org.wildfly.common.selector.SelectorPermission
 
evaluate(BiConsumer<ResolveContext<RuntimeException>, StringBuilder>) - Method in class org.wildfly.common.expression.Expression
Evaluate the expression with the given expansion function.
evaluateException(ExceptionBiConsumer<ResolveContext<E>, StringBuilder, E>) - Method in class org.wildfly.common.expression.Expression
Evaluate the expression with the given expansion function, which may throw a checked exception.
evaluateWithEnvironment(boolean) - Method in class org.wildfly.common.expression.Expression
Evaluate the expression using a default expansion function that evaluates environment properties.
evaluateWithProperties(boolean) - Method in class org.wildfly.common.expression.Expression
Evaluate the expression using a default expansion function that evaluates system properties.
evaluateWithPropertiesAndEnvironment(boolean) - Method in class org.wildfly.common.expression.Expression
Evaluate the expression using a default expansion function that evaluates system and environment properties in the JBoss style (i.e.
ExceptionBiConsumer<T,U,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument consumer which can throw an exception.
ExceptionBiFunction<T,U,R,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument function which can throw an exception.
ExceptionBinaryOperator<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A binary operator which can throw an exception.
ExceptionBiPredicate<T,U,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument predicate which can throw an exception.
ExceptionConsumer<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A one-argument consumer which can throw an exception.
ExceptionFunction<T,R,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A one-argument function which can throw an exception.
ExceptionIntFunction<R,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A one-argument integer function which can throw an exception.
ExceptionLongFunction<R,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A one-argument long integer function which can throw an exception.
ExceptionObjIntConsumer<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument object and integer consumer which can throw an exception.
ExceptionObjLongConsumer<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument object and long integer consumer which can throw an exception.
ExceptionPredicate<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A one-argument predicate which can throw an exception.
ExceptionRunnable<E extends java.lang.Exception> - Interface in org.wildfly.common.function
An operation that can throw an exception.
ExceptionSupplier<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A supplier which can throw an exception.
ExceptionToIntBiFunction<T,U,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument function which can throw an exception.
ExceptionToIntFunction<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument function which can throw an exception.
ExceptionToLongBiFunction<T,U,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument function which can throw an exception.
ExceptionToLongFunction<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A two-argument function which can throw an exception.
ExceptionUnaryOperator<T,E extends java.lang.Exception> - Interface in org.wildfly.common.function
A unary operator which can throw an exception.
expandDefault(StringBuilder) - Method in class org.wildfly.common.expression.ResolveContext
Expand the default value to the given string builder.
expandDefault() - Method in class org.wildfly.common.expression.ResolveContext
Expand the default value to the current target string builder.
expectedBoolean(boolean) - Method in interface org.wildfly.common._private.CommonMessages
 
expectedBoolean(boolean) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
expectedBoolean$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
expectedLockHold(Object) - Method in interface org.wildfly.common._private.CommonMessages
 
expectedLockHold(Object) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
expectedLockHold$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
expectedLockNotHold(Object) - Method in interface org.wildfly.common._private.CommonMessages
 
expectedLockNotHold(Object) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
expectedLockNotHold$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
Expression - Class in org.wildfly.common.expression
A compiled property-expansion expression string.
Expression.Flag - Enum in org.wildfly.common.expression
Flags that can apply to a property expression compilation

F

Factory<T> - Interface in org.wildfly.common
An object which produces another object.
findInterfaceWithScopeId(String) - Static method in class org.wildfly.common.net.Inet
 

G

get() - Method in class org.wildfly.common.context.ContextManager
Get the currently active context, possibly examining the per-thread or global defaults.
get() - Method in interface org.wildfly.common.function.ExceptionSupplier
Gets a result.
get(InetAddress) - Method in class org.wildfly.common.net.CidrAddressTable
 
get() - Method in interface org.wildfly.common.ref.Reference
Get the value, or null if the reference has been cleared.
get() - Method in class org.wildfly.common.ref.StrongReference
 
get() - Method in class org.wildfly.common.selector.GlobalSelector
Deprecated.
 
get() - Method in class org.wildfly.common.selector.Selector
Deprecated.
Get the currently relevant object, or null if there is none.
get() - Method in class org.wildfly.common.selector.ThreadLocalSelector
Deprecated.
 
getActions() - Method in class org.wildfly.common.context.ContextPermission
Get the actions string.
getActions() - Method in class org.wildfly.common.selector.SelectorPermission
 
getAttachment() - Method in class org.wildfly.common.ref.PhantomReference
 
getAttachment() - Method in interface org.wildfly.common.ref.Reference
Get the attachment, if any.
getAttachment() - Method in class org.wildfly.common.ref.SoftReference
 
getAttachment() - Method in class org.wildfly.common.ref.StrongReference
 
getAttachment() - Method in class org.wildfly.common.ref.WeakReference
 
getBroadcastAddress() - Method in class org.wildfly.common.net.CidrAddress
Get the broadcast address for this CIDR block.
getCacheLevel() - Method in class org.wildfly.common.cpu.CacheLevelInfo
Get the level index.
getCacheLevelInfo(int) - Static method in class org.wildfly.common.cpu.CacheInfo
Get the CPU cache level information for a cache level.
getCacheLevelSizeKB() - Method in class org.wildfly.common.cpu.CacheLevelInfo
Get the size of this cache level in kilobytes.
getCacheLineSize() - Method in class org.wildfly.common.cpu.CacheLevelInfo
Get the cache line size in bytes.
getCacheType() - Method in class org.wildfly.common.cpu.CacheLevelInfo
Get the type of cache.
getCause() - Method in class org.wildfly.common.rpc.RemoteExceptionCause
 
getChangePermissionFor(Class<?>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get the change permission for the given class.
getClassLoaderDefault(ClassLoader) - Method in class org.wildfly.common.context.ContextManager
Get the class loader default instance.
getExceptionClassName() - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Get the original exception class name.
getExpandedDefault() - Method in class org.wildfly.common.expression.ResolveContext
Expand the default value to a string.
getFieldNames() - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Get the field names of the remote exception.
getFieldValue(String) - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Get the string value of the given field name.
getGetPermissionFor(Class<?>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get the get permission for the given class.
getGlobalDefault() - Method in class org.wildfly.common.context.ContextManager
Get the global default context instance.
getHostName() - Static method in class org.wildfly.common.HostName
Deprecated.
Please use HostName.getHostName() instead.
getHostName() - Static method in class org.wildfly.common.net.HostName
Get the detected host name.
getHostNameIfResolved(InetAddress) - Static method in class org.wildfly.common.net.Inet
Get the host name of the given address, if it is resolved.
getInet4Address(int, int, int, int) - Static method in class org.wildfly.common.net.Inet
Get an IPv4 address from four integer segments.
getInet6Address(int, int, int, int, int, int, int, int) - Static method in class org.wildfly.common.net.Inet
Get an IPv6 address from eight integer segments.
getInstanceContextManager() - Method in interface org.wildfly.common.context.Contextual
Get the context manager for this object.
getKey() - Method in class org.wildfly.common.expression.ResolveContext
Get the expression resolution key, as a string.
getLevelEntryCount() - Static method in class org.wildfly.common.cpu.CacheInfo
Get the number of CPU cache level entries.
getNetmaskBits() - Method in class org.wildfly.common.net.CidrAddress
Get the netmask bits.
getNetworkAddress() - Method in class org.wildfly.common.net.CidrAddress
Get the network address.
getNullReference() - Static method in class org.wildfly.common.ref.References
Get a null reference.
getOrDefault(InetAddress, T) - Method in class org.wildfly.common.net.CidrAddressTable
 
getPrivilegedSupplier() - Method in class org.wildfly.common.context.ContextManager
Get a privileged supplier for this context manager which returns the currently active context without a permission check.
getQualifiedHostName() - Static method in class org.wildfly.common.HostName
Deprecated.
getQualifiedHostName() - Static method in class org.wildfly.common.net.HostName
Get the detected qualified host name.
getReaper() - Method in class org.wildfly.common.ref.PhantomReference
 
getReaper() - Method in class org.wildfly.common.ref.SoftReference
 
getReaper() - Method in class org.wildfly.common.ref.WeakReference
 
getReferencedStrings() - Method in class org.wildfly.common.expression.Expression
Get the immutable set of string keys that are referenced by expressions in this compiled expression.
getScopeId() - Method in class org.wildfly.common.net.CidrAddress
Get the match address scope ID (if it is an IPv6 address).
getScopeId(InetAddress) - Static method in class org.wildfly.common.net.Inet
Get the scope ID of the given address (if it is an IPv6 address).
getScopeId(String) - Static method in class org.wildfly.common.net.Inet
Attempt to get the scope ID of the given string.
getScopeId(String, InetAddress) - Static method in class org.wildfly.common.net.Inet
Attempt to get the scope ID of the given string.
getScopeId(NetworkInterface) - Static method in class org.wildfly.common.net.Inet
 
getScopeId(NetworkInterface, InetAddress) - Static method in class org.wildfly.common.net.Inet
 
getSelector() - Method in class org.wildfly.common.selector.Selector.Getter
Deprecated.
Get the selector for this getter.
getSetPermissionFor(Class<?>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get the set permission for the given class.
getSmallestDataCacheLineSize() - Static method in class org.wildfly.common.cpu.CacheInfo
Get the smallest known data cache line size.
getSmallestInstructionCacheLineSize() - Static method in class org.wildfly.common.cpu.CacheInfo
Get the smallest known instruction cache line size.
getThreadDefault() - Method in class org.wildfly.common.context.ContextManager
Get the per-thread default context instance.
getType() - Method in class org.wildfly.common.ref.PhantomReference
 
getType() - Method in interface org.wildfly.common.ref.Reference
Get the type of the reference.
getType() - Method in class org.wildfly.common.ref.SoftReference
 
getType() - Method in class org.wildfly.common.ref.StrongReference
 
getType() - Method in class org.wildfly.common.ref.WeakReference
 
GlobalSelector<T> - Class in org.wildfly.common.selector
Deprecated.
Use Contextual instead.
GlobalSelector(T) - Constructor for class org.wildfly.common.selector.GlobalSelector
Deprecated.
Construct a new instance.

H

hasDefault() - Method in class org.wildfly.common.expression.ResolveContext
Determine if the current expression has a default value.
hashCode() - Method in class org.wildfly.common.context.ContextPermission
Get the hash code of this permission.
hashCode() - Method in class org.wildfly.common.net.CidrAddress
 
hashCode() - Method in class org.wildfly.common.ref.CleanerReference
 
HashMath - Class in org.wildfly.common.math
Routines which are useful for hashcode computation, among other things.
HostName - Class in org.wildfly.common
Deprecated.
Please use HostName instead.
HostName() - Constructor for class org.wildfly.common.HostName
Deprecated.
 
HostName - Class in org.wildfly.common.net
Methods for getting the system host name.
HostName() - Constructor for class org.wildfly.common.net.HostName
 

I

identity() - Static method in interface org.wildfly.common.function.ExceptionUnaryOperator
 
implies(Permission) - Method in class org.wildfly.common.context.ContextPermission
Determine if the given permission is implied by this permission.
implies(ContextPermission) - Method in class org.wildfly.common.context.ContextPermission
Determine if the given permission is implied by this permission.
implies(Permission) - Method in class org.wildfly.common.selector.SelectorPermission
 
implies(SelectorPermission) - Method in class org.wildfly.common.selector.SelectorPermission
 
impossibleSwitchCase(Object) - Method in interface org.wildfly.common._private.CommonMessages
 
impossibleSwitchCase(Object) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
impossibleSwitchCase(Object) - Static method in class org.wildfly.common.Assert
Return an exception indicating that the current switch case was intended to be unreachable.
impossibleSwitchCase(int) - Static method in class org.wildfly.common.Assert
Return an exception indicating that the current switch case was intended to be unreachable.
impossibleSwitchCase(long) - Static method in class org.wildfly.common.Assert
Return an exception indicating that the current switch case was intended to be unreachable.
impossibleSwitchCase$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
in(CacheType) - Method in enum org.wildfly.common.cpu.CacheType
Determine whether this instance is equal to one of the given instances.
in(CacheType, CacheType) - Method in enum org.wildfly.common.cpu.CacheType
Determine whether this instance is equal to one of the given instances.
in(CacheType, CacheType, CacheType) - Method in enum org.wildfly.common.cpu.CacheType
Determine whether this instance is equal to one of the given instances.
in(CacheType...) - Method in enum org.wildfly.common.cpu.CacheType
Determine whether this instance is equal to one of the given instances.
in(Reference.Type) - Method in enum org.wildfly.common.ref.Reference.Type
Determine whether this instance is equal to one of the given instances.
in(Reference.Type, Reference.Type) - Method in enum org.wildfly.common.ref.Reference.Type
Determine whether this instance is equal to one of the given instances.
in(Reference.Type, Reference.Type, Reference.Type) - Method in enum org.wildfly.common.ref.Reference.Type
Determine whether this instance is equal to one of the given instances.
in(Reference.Type...) - Method in enum org.wildfly.common.ref.Reference.Type
Determine whether this instance is equal to one of the given instances.
Inet - Class in org.wildfly.common.net
Utilities relating to Internet protocol (a.k.a.
INET4_ANY - Static variable in class org.wildfly.common.net.Inet
The "any" address for IPv4.
INET4_ANY_CIDR - Static variable in class org.wildfly.common.net.CidrAddress
The CIDR address representing all IPv4 addresses.
INET4_BROADCAST - Static variable in class org.wildfly.common.net.Inet
The broadcast-all address for IPv4.
INET4_LOOPBACK - Static variable in class org.wildfly.common.net.Inet
The traditional loopback address for IPv4.
INET6_ANY - Static variable in class org.wildfly.common.net.Inet
The "any" address for IPv6.
INET6_ANY_CIDR - Static variable in class org.wildfly.common.net.CidrAddress
The CIDR address representing all IPv6 addresses.
INET6_LOOPBACK - Static variable in class org.wildfly.common.net.Inet
The loopback address for IPv6.
INSTANCE - Static variable in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidAddressBytes(int) - Method in interface org.wildfly.common._private.CommonMessages
 
invalidAddressBytes(int) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidAddressBytes$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidExpressionSyntax(int) - Method in interface org.wildfly.common._private.CommonMessages
 
invalidExpressionSyntax(int) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidExpressionSyntax$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidOddFields() - Method in interface org.wildfly.common._private.CommonMessages
 
invalidOddFields() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidOddFields$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidPermissionAction(String) - Method in interface org.wildfly.common._private.CommonMessages
 
invalidPermissionAction(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidPermissionAction$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidPermissionType(Class<? extends Permission>, Class<? extends Permission>) - Method in interface org.wildfly.common._private.CommonMessages
 
invalidPermissionType(Class, Class) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
invalidPermissionType$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
isData() - Method in enum org.wildfly.common.cpu.CacheType
Determine if this cache line type holds data.
isEmpty() - Method in class org.wildfly.common.net.CidrAddressTable
 
isFull(EnumSet<CacheType>) - Static method in enum org.wildfly.common.cpu.CacheType
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
isFull(EnumSet<Reference.Type>) - Static method in enum org.wildfly.common.ref.Reference.Type
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
isInet4Address(String) - Static method in class org.wildfly.common.net.Inet
Checks whether given String is a valid IPv4 address.
isInet6Address(String) - Static method in class org.wildfly.common.net.Inet
Checks whether given String is a valid IPv6 address.
isInstruction() - Method in enum org.wildfly.common.cpu.CacheType
Determine if this cache line type holds instructions.

L

log - Variable in class org.wildfly.common.ref.Log_$logger
 
Log_$logger - Class in org.wildfly.common.ref
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.wildfly.common.ref.Log_$logger
 

M

main(String[]) - Static method in class org.wildfly.common.cpu.CacheInfo
 
matches(InetAddress) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given address.
matches(byte[]) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given address bytes.
matches(byte[], int) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given address bytes.
matches(Inet4Address) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given address.
matches(Inet6Address) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given address.
matches(CidrAddress) - Method in class org.wildfly.common.net.CidrAddress
Determine if this CIDR address matches the given CIDR address.
msg - Static variable in interface org.wildfly.common._private.CommonMessages
 
multiHashOrdered(int, int, int) - Static method in class org.wildfly.common.math.HashMath
A hash function which combines an accumulated hash with a next hash such that f(f(k, p2, b), p1, a) ≠ₙ f(f(k, p1, a), p2, b).
multiHashOrdered(int, int) - Static method in class org.wildfly.common.math.HashMath
A hash function which combines an accumulated hash with a next hash such that f(f(k, b), a) ≠ₙ f(f(k, a), b).
multiHashUnordered(int, int, int) - Static method in class org.wildfly.common.math.HashMath
A hash function which combines an accumulated hash with a next hash such that f(f(k, p2, b), p1, a) = f(f(k, p1, a), p2, b).
multiHashUnordered(int, int) - Static method in class org.wildfly.common.math.HashMath
A hash function which combines an accumulated hash with a next hash such that f(f(k, b), a) = f(f(k, a), b).
multiplyWrap(int, int) - Static method in class org.wildfly.common.math.HashMath
Multiply two unsigned integers together.

N

newPermissionCollection() - Method in class org.wildfly.common.context.ContextPermission
Get a new permission collection instance which can hold this type of permissions.
not() - Method in interface org.wildfly.common.function.ExceptionBiPredicate
 
not() - Method in interface org.wildfly.common.function.ExceptionPredicate
 
NotNull - Annotation Type in org.wildfly.common.annotation
An advisory annotation indicating that the given variable, method, or parameter is not nullable.
Nullable - Annotation Type in org.wildfly.common.annotation
An advisory annotation indicating that the given variable, method, or parameter is nullable.
nullArrayParam(int, String) - Method in interface org.wildfly.common._private.CommonMessages
 
nullArrayParam(int, String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullArrayParam$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullParam(String) - Method in interface org.wildfly.common._private.CommonMessages
 
nullParam(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullParam$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullParamNPE(String) - Method in interface org.wildfly.common._private.CommonMessages
 
nullParamNPE(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullParamNPE$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
nullSelector() - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get the null selector.

O

of(ExceptionFunction<T, T, E>) - Static method in interface org.wildfly.common.function.ExceptionUnaryOperator
 
of(Throwable) - Static method in class org.wildfly.common.rpc.RemoteExceptionCause
Get a remote exception cause for the given Throwable.
or(ExceptionBiPredicate<T, U, E>) - Method in interface org.wildfly.common.function.ExceptionBiPredicate
 
or(ExceptionPredicate<T, E>) - Method in interface org.wildfly.common.function.ExceptionPredicate
 
org.wildfly.common - package org.wildfly.common
Common classes for a variety of purposes.
org.wildfly.common._private - package org.wildfly.common._private
 
org.wildfly.common.annotation - package org.wildfly.common.annotation
 
org.wildfly.common.context - package org.wildfly.common.context
Types related to management of contextual objects.
org.wildfly.common.cpu - package org.wildfly.common.cpu
A set of utility classes to determine information about the runtime environment's CPU configuration.
org.wildfly.common.expression - package org.wildfly.common.expression
Expression string parsing and expansion classes.
org.wildfly.common.function - package org.wildfly.common.function
Classes which implement useful functions which are missing from java.util.function.
org.wildfly.common.math - package org.wildfly.common.math
Classes which perform various common mathematical functions.
org.wildfly.common.net - package org.wildfly.common.net
Utilities relating abstractly to network-related activities.
org.wildfly.common.ref - package org.wildfly.common.ref
Classes which implement reference types which can be cleaned up automatically by a background thread.
org.wildfly.common.rpc - package org.wildfly.common.rpc
Classes which are commonly useful for simple RPC applications.
org.wildfly.common.selector - package org.wildfly.common.selector
 

P

paramGreaterThan(String, long) - Method in interface org.wildfly.common._private.CommonMessages
 
paramGreaterThan(String, long) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
paramGreaterThan$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
paramLessThan(String, long) - Method in interface org.wildfly.common._private.CommonMessages
 
paramLessThan(String, long) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
paramLessThan$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
parseCidrAddress(String) - Static method in class org.wildfly.common.net.Inet
Parse a CIDR address into a CidrAddress object.
parseInet4Address(String) - Static method in class org.wildfly.common.net.Inet
Parse an IPv4 address into an Inet4Address object.
parseInet4AddressToBytes(String) - Static method in class org.wildfly.common.net.Inet
Converts IPv4 address from textual representation to bytes.
parseInet6Address(String) - Static method in class org.wildfly.common.net.Inet
Parse an IPv6 address into an Inet6Address object.
parseInet6AddressToBytes(String) - Static method in class org.wildfly.common.net.Inet
Converts IPv6 address from textual representation to bytes.
parseInetAddress(String) - Static method in class org.wildfly.common.net.Inet
Parse an IP address into an InetAddress object.
parseInetAddressToBytes(String) - Static method in class org.wildfly.common.net.Inet
Converts an IP address from textual representation to bytes.
PhantomReference<T,A> - Class in org.wildfly.common.ref
A reapable phantom reference with an attachment.
PhantomReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.wildfly.common.ref.PhantomReference
Construct a new instance with an explicit reference queue.
PhantomReference(T, A, Reaper<T, A>) - Constructor for class org.wildfly.common.ref.PhantomReference
Construct a new instance with a reaper.
privilegedActionFailed(Exception) - Method in interface org.wildfly.common._private.CommonMessages
 
privilegedActionFailed(Exception) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
privilegedActionFailed$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
ProcessorInfo - Class in org.wildfly.common.cpu
Provides general information about the processors on this host.
ProcessorInfo() - Constructor for class org.wildfly.common.cpu.ProcessorInfo
 
put(CidrAddress, T) - Method in class org.wildfly.common.net.CidrAddressTable
 
putIfAbsent(CidrAddress, T) - Method in class org.wildfly.common.net.CidrAddressTable
 

R

readFromStream(DataInput) - Static method in class org.wildfly.common.rpc.RemoteExceptionCause
 
readOnlyPermissionCollection() - Method in interface org.wildfly.common._private.CommonMessages
 
readOnlyPermissionCollection() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
readOnlyPermissionCollection$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
readResolve() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
reap(Reference<T, A>) - Method in interface org.wildfly.common.ref.Reaper
Perform the cleanup action for a reference.
Reaper<T,A> - Interface in org.wildfly.common.ref
A cleaner for a dead object.
reapFailed(Throwable) - Method in class org.wildfly.common.ref.Log_$logger
 
reapFailed$str() - Method in class org.wildfly.common.ref.Log_$logger
 
Reference<T,A> - Interface in org.wildfly.common.ref
An enhanced reference type with a type-safe attachment.
Reference.Type - Enum in org.wildfly.common.ref
A reference type.
References - Class in org.wildfly.common.ref
A set of utility methods for reference types.
remoteException(String, String) - Method in interface org.wildfly.common._private.CommonMessages
 
remoteException(String) - Method in interface org.wildfly.common._private.CommonMessages
 
remoteException(String, String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
remoteException(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
remoteException1$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
remoteException2$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
RemoteExceptionCause - Class in org.wildfly.common.rpc
A remote exception cause.
RemoteExceptionCause(String, String) - Constructor for class org.wildfly.common.rpc.RemoteExceptionCause
Constructs a new RemoteExceptionCause instance with an initial message.
RemoteExceptionCause(String, RemoteExceptionCause, String) - Constructor for class org.wildfly.common.rpc.RemoteExceptionCause
Constructs a new RemoteExceptionCause instance with an initial message and cause.
RemoteExceptionCause(String, String, Map<String, String>) - Constructor for class org.wildfly.common.rpc.RemoteExceptionCause
Constructs a new RemoteExceptionCause instance with an initial message.
RemoteExceptionCause(String, RemoteExceptionCause, String, Map<String, String>) - Constructor for class org.wildfly.common.rpc.RemoteExceptionCause
Constructs a new RemoteExceptionCause instance with an initial message and cause.
removeExact(CidrAddress) - Method in class org.wildfly.common.net.CidrAddressTable
 
removeExact(CidrAddress, T) - Method in class org.wildfly.common.net.CidrAddressTable
 
replaceExact(CidrAddress, T) - Method in class org.wildfly.common.net.CidrAddressTable
 
replaceExact(CidrAddress, T, T) - Method in class org.wildfly.common.net.CidrAddressTable
 
ResolveContext<E extends java.lang.Exception> - Class in org.wildfly.common.expression
The expression resolve context, which can be used to query the current expression key, write out expansions or default values, or perform validation.
run(Runnable) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
run() - Method in interface org.wildfly.common.function.ExceptionRunnable
Run the operation.
runAction(PrivilegedAction<R>) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runBiConsumer(BiConsumer<T, U>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runBiFunction(BiFunction<T, U, R>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runBiPredicate(BiPredicate<T, U>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runCallable(Callable<V>) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runConsumer(Consumer<T>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExBiConsumer(ExceptionBiConsumer<T, U, E>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExBiFunction(ExceptionBiFunction<T, U, R, E>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExBiPredicate(ExceptionBiPredicate<T, U, E>, T, U) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExceptionAction(PrivilegedExceptionAction<R>) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExConsumer(ExceptionConsumer<T, E>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExFunction(ExceptionFunction<T, R, E>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExIntFunction(ExceptionIntFunction<T, E>, int) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExLongFunction(ExceptionLongFunction<T, E>, long) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runExPredicate(ExceptionPredicate<T, E>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runFunction(Function<T, R>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runIntFunction(IntFunction<T>, int) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runLongFunction(LongFunction<T>, long) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.
runPredicate(Predicate<T>, T) - Method in interface org.wildfly.common.context.Contextual
Run the given task with this contextual object selected.

S

Selector<T> - Class in org.wildfly.common.selector
Deprecated.
Use Contextual instead.
Selector() - Constructor for class org.wildfly.common.selector.Selector
Deprecated.
 
Selector.Getter<T> - Class in org.wildfly.common.selector
Deprecated.
An efficient, unchecked getter for a selector for a given class.
selectorFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get the selector for a given class.
selectorGetterActionFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Get a privileged action which returns the getter for a selector.
selectorGetterFor(Class<T>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
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
 
setClassLoaderDefault(ClassLoader, C) - Method in class org.wildfly.common.context.ContextManager
Set the per-class loader default instance supplier.
setClassLoaderDefaultSupplier(ClassLoader, Supplier<C>) - Method in class org.wildfly.common.context.ContextManager
Set the per-class loader default instance supplier.
setGlobalDefault(C) - Method in class org.wildfly.common.context.ContextManager
Set the global default instance.
setGlobalDefaultSupplier(Supplier<C>) - Method in class org.wildfly.common.context.ContextManager
Set the global default instance supplier.
setGlobalDefaultSupplierIfNotSet(Supplier<Supplier<C>>) - Method in class org.wildfly.common.context.ContextManager
Set the global default instance supplier, but only if it was not already set.
setSelectorFor(Class<T>, Selector<T>) - Static method in class org.wildfly.common.selector.Selector
Deprecated.
Set the selector for a given class.
setThreadDefault(C) - Method in class org.wildfly.common.context.ContextManager
Set the per-thread default instance.
setThreadDefaultSupplier(Supplier<C>) - Method in class org.wildfly.common.context.ContextManager
Set the per-thread default instance supplier.
size() - Method in class org.wildfly.common.net.CidrAddressTable
 
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.

T

test(T, U) - Method in interface org.wildfly.common.function.ExceptionBiPredicate
Evaluate this predicate on the given arguments.
test(T) - Method in interface org.wildfly.common.function.ExceptionPredicate
Evaluate this predicate on the given arguments.
ThreadLocalSelector<T> - Class in org.wildfly.common.selector
Deprecated.
Use Contextual instead.
ThreadLocalSelector(ThreadLocal<? extends T>) - Constructor for class org.wildfly.common.selector.ThreadLocalSelector
Deprecated.
Construct a new instance.
toInet6Address(InetAddress) - Static method in class org.wildfly.common.net.Inet
Get the IPv6 equivalent of the given address.
toOptimalString(InetAddress) - Static method in class org.wildfly.common.net.Inet
Get the optimal string representation of an IP address.
toOptimalString(byte[]) - Static method in class org.wildfly.common.net.Inet
Get the optimal string representation of the bytes of an IP address.
toPlainThrowable() - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Convert this remote exception cause to a plain throwable for sending to peers which use serialization and do not have this class present.
toString() - Method in class org.wildfly.common.net.CidrAddress
 
toString() - Method in class org.wildfly.common.net.CidrAddressTable
 
toString() - Method in class org.wildfly.common.ref.PhantomReference
 
toString() - Method in class org.wildfly.common.ref.SoftReference
 
toString() - Method in class org.wildfly.common.ref.StrongReference
 
toString() - Method in class org.wildfly.common.ref.WeakReference
 
toString() - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Get a string representation of this exception.

U

unexpectedNullValue() - Method in interface org.wildfly.common._private.CommonMessages
 
unexpectedNullValue() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unexpectedNullValue$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unreachableCode() - Method in interface org.wildfly.common._private.CommonMessages
 
unreachableCode() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unreachableCode() - Static method in class org.wildfly.common.Assert
Return an exception indicating that the current code was intended to be unreachable.
unreachableCode$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unresolvedEnvironmentProperty(String) - Method in interface org.wildfly.common._private.CommonMessages
 
unresolvedEnvironmentProperty(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unresolvedEnvironmentProperty$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unresolvedSystemProperty(String) - Method in interface org.wildfly.common._private.CommonMessages
 
unresolvedSystemProperty(String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unresolvedSystemProperty$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unsupported(String, String) - Method in interface org.wildfly.common._private.CommonMessages
 
unsupported(String, String) - Method in class org.wildfly.common._private.CommonMessages_$bundle
 
unsupported() - Static method in class org.wildfly.common.Assert
Return an exception explaining that the caller's method is not supported.
unsupported$str() - Method in class org.wildfly.common._private.CommonMessages_$bundle
 

V

valueOf(String) - Static method in enum org.wildfly.common.cpu.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.common.expression.Expression.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.common.ref.Reference.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.common.cpu.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.common.expression.Expression.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.common.ref.Reference.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeakReference<T,A> - Class in org.wildfly.common.ref
A reapable weak reference with an attachment.
WeakReference(T) - Constructor for class org.wildfly.common.ref.WeakReference
Construct a new instance.
WeakReference(T, A) - Constructor for class org.wildfly.common.ref.WeakReference
Construct a new instance.
WeakReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.wildfly.common.ref.WeakReference
Construct a new instance with an explicit reference queue.
WeakReference(T, A, Reaper<T, A>) - Constructor for class org.wildfly.common.ref.WeakReference
Construct a new instance with a reaper.
with(ExceptionPredicate<? super U, ? extends E>) - Method in interface org.wildfly.common.function.ExceptionPredicate
 
withActions(String) - Method in class org.wildfly.common.context.ContextPermission
Create a copy of this permission with the additional given actions.
withoutActions(String) - Method in class org.wildfly.common.context.ContextPermission
Create a copy of this permission without any of the given actions.
writeToStream(DataOutput) - Method in class org.wildfly.common.rpc.RemoteExceptionCause
Write this remote exception cause to the given stream, without using serialization.

X

xor(ExceptionBiPredicate<T, U, E>) - Method in interface org.wildfly.common.function.ExceptionBiPredicate
 
xor(ExceptionPredicate<T, E>) - Method in interface org.wildfly.common.function.ExceptionPredicate
 
A C D E F G H I L M N O P R S T U V W X 
Skip navigation links
WildFly Common 1.2.0.Beta9

Copyright © 2015 JBoss, a division of Red Hat, Inc.