Skip navigation links
Uberfire Commons 1.0.0.CR1
A B C D E G H I L M N O P R S T U V 

A

addMessageHandlerResolver(MessageHandlerResolver) - Method in interface org.uberfire.commons.cluster.ClusterService
 
AntPathMatcher - Class in org.uberfire.commons.regex.util
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - Constructor for class org.uberfire.commons.regex.util.AntPathMatcher
 
ApplicationStarted - Class in org.uberfire.commons.services.cdi
 
ApplicationStarted() - Constructor for class org.uberfire.commons.services.cdi.ApplicationStarted
 
AsyncCallback - Interface in org.uberfire.commons.message
 

B

broadcast(String, MessageType, Map<String, String>) - Method in interface org.uberfire.commons.message.MessageService
 
broadcast(String, MessageType, Map<String, String>, int, AsyncCallback) - Method in interface org.uberfire.commons.message.MessageService
 
broadcastAndWait(String, MessageType, Map<String, String>, int) - Method in interface org.uberfire.commons.message.MessageService
 
broadcastAndWait(String, MessageType, Map<String, String>, int, AsyncCallback) - Method in interface org.uberfire.commons.message.MessageService
 
build(MessageHandlerResolver) - Method in interface org.uberfire.commons.cluster.ClusterServiceFactory
 

C

Cacheable - Interface in org.uberfire.commons.data
 
checkCondition(String, boolean) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is marked as valid by the condition passed as parameter.
checkEachParameterNotNull(String, T...) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not null, as also each item of the array is not null.
checkInstanceOf(String, Object, Class<T>) - Static method in class org.uberfire.commons.validation.Preconditions
 
checkNotEmpty(String, T) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not empty.
checkNotEmpty(String, Map<?, ?>) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not empty.
checkNotEmpty(String, String) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not empty.
checkNotEmpty(String, T[]) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not empty.
checkNotNull(String, T) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is not null.
checkNullMandatory(String, Object) - Static method in class org.uberfire.commons.validation.PortablePreconditions
Assert that this parameter is null.
clear() - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
ClusterService - Interface in org.uberfire.commons.cluster
 
ClusterServiceFactory - Interface in org.uberfire.commons.cluster
 
ConfigProperties - Class in org.uberfire.commons.config
Encapsulates a collection of Java System Properties by name and value.
ConfigProperties(Map<String, String>) - Constructor for class org.uberfire.commons.config.ConfigProperties
Creates a new container of configured values from which specific config properties can be obtained.
ConfigProperties(Properties) - Constructor for class org.uberfire.commons.config.ConfigProperties
Creates a new container of configured values from which specific config properties can be obtained.
ConfigProperties.ConfigProperty - Class in org.uberfire.commons.config
 

D

DEFAULT_PATH_SEPARATOR - Static variable in class org.uberfire.commons.regex.util.AntPathMatcher
Default path separator: "/"
DescriptiveRunnable - Interface in org.uberfire.commons.async
 
DescriptiveThreadFactory - Class in org.uberfire.commons.async
 
DescriptiveThreadFactory() - Constructor for class org.uberfire.commons.async.DescriptiveThreadFactory
 
Disposable - Interface in org.uberfire.commons.lifecycle
The Disposable interface is used for life-cycle management of resources.
DisposableExecutor - Interface in org.uberfire.commons.async
EJB local interface for a disposable Executor
dispose() - Method in class org.uberfire.commons.async.SimpleAsyncExecutorService
 
dispose() - Method in interface org.uberfire.commons.lifecycle.Disposable
 
doMatch(String, String, boolean) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
Actually match the given path against the given pattern.

E

equals(Object) - Method in class org.uberfire.commons.data.Pair
 
equals(Object) - Method in class org.uberfire.commons.data.Triple
 
execute(Runnable) - Method in class org.uberfire.commons.async.SimpleAsyncExecutorService
 
execute(LockService, RunnableFuture<V>) - Method in class org.uberfire.commons.lock.LockExecuteReleaseTemplate
 
extractPathWithinPattern(String, String) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.

G

get(String, String) - Method in class org.uberfire.commons.config.ConfigProperties
Returns the ConfigProperty instance corresponding to the configured value of the given property, or the default if no configured value exists.
get(String) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
getBooleanValue() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns the boolean value of this property, converting from string using the same rules as Boolean.valueOf(String).
getConfigurationSummary(String) - Method in class org.uberfire.commons.config.ConfigProperties
Returns a multi-line string containing a list of all the properties that were retrieved from this instance, in the order they were retrieved.
getDefaultInstance() - Static method in class org.uberfire.commons.async.SimpleAsyncExecutorService
 
getDescription() - Method in interface org.uberfire.commons.async.DescriptiveRunnable
 
getDisposables() - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
getHoldCount() - Method in interface org.uberfire.commons.cluster.ClusterService
 
getIntValue() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns the integer value of this property, converting from string using the same rules as Integer.parseInt(String).
getK1() - Method in class org.uberfire.commons.data.Pair
 
getK1() - Method in class org.uberfire.commons.data.Triple
 
getK2() - Method in class org.uberfire.commons.data.Pair
 
getK2() - Method in class org.uberfire.commons.data.Triple
 
getK3() - Method in class org.uberfire.commons.data.Triple
 
getName() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns the name (map key) of this property.
getServiceId() - Method in interface org.uberfire.commons.message.MessageHandlerResolver
 
getUnmanagedInstance() - Static method in class org.uberfire.commons.async.SimpleAsyncExecutorService
 
getValue() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns the value of this property, which may or may not have been the default value.
GlobToRegEx - Class in org.uberfire.commons.regex.util
GlobToRegEx utility class for glob patterns.
globToRegex(String) - Static method in class org.uberfire.commons.regex.util.GlobToRegEx
 

H

handleMessage(MessageType, Map<String, String>) - Method in interface org.uberfire.commons.message.MessageHandler
 
hashCode() - Method in class org.uberfire.commons.data.Pair
 
hashCode() - Method in class org.uberfire.commons.data.Triple
 

I

isAutoStart() - Method in interface org.uberfire.commons.cluster.ClusterServiceFactory
 
isDefault() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns false if this value appeared among the user-supplied values; false if it came from the application-provided default.
isPattern(String) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
 

L

lock() - Method in interface org.uberfire.commons.lock.LockService
 
LockExecuteNotifyAsyncReleaseTemplate<V> - Class in org.uberfire.commons.cluster
 
LockExecuteNotifyAsyncReleaseTemplate() - Constructor for class org.uberfire.commons.cluster.LockExecuteNotifyAsyncReleaseTemplate
 
LockExecuteNotifySyncReleaseTemplate<V> - Class in org.uberfire.commons.cluster
 
LockExecuteNotifySyncReleaseTemplate() - Constructor for class org.uberfire.commons.cluster.LockExecuteNotifySyncReleaseTemplate
 
LockExecuteReleaseTemplate<V> - Class in org.uberfire.commons.lock
 
LockExecuteReleaseTemplate() - Constructor for class org.uberfire.commons.lock.LockExecuteReleaseTemplate
 
LockService - Interface in org.uberfire.commons.lock
 

M

markAsCached() - Method in interface org.uberfire.commons.data.Cacheable
Marks the instance as cached.
match(String, String) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
 
matchStart(String, String) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
 
MessageHandler - Interface in org.uberfire.commons.message
 
MessageHandlerResolver - Interface in org.uberfire.commons.message
 
MessageService - Interface in org.uberfire.commons.message
 
MessageType - Interface in org.uberfire.commons.message
 

N

newPair(K1, K2) - Static method in class org.uberfire.commons.data.Pair
static factory method
newPair(K1, K2, Pair.PairEqualsMode) - Static method in class org.uberfire.commons.data.Pair
static factory method
newThread(Runnable) - Method in class org.uberfire.commons.async.DescriptiveThreadFactory
 
newTriple(K1, K2, K3) - Static method in class org.uberfire.commons.data.Triple
static factory method

O

onReply(MessageType, Map<String, String>) - Method in interface org.uberfire.commons.message.AsyncCallback
 
onStart(Runnable) - Method in interface org.uberfire.commons.cluster.ClusterService
 
onTimeOut() - Method in interface org.uberfire.commons.message.AsyncCallback
 
org.uberfire.commons.async - package org.uberfire.commons.async
 
org.uberfire.commons.cluster - package org.uberfire.commons.cluster
 
org.uberfire.commons.config - package org.uberfire.commons.config
 
org.uberfire.commons.data - package org.uberfire.commons.data
 
org.uberfire.commons.lifecycle - package org.uberfire.commons.lifecycle
 
org.uberfire.commons.lock - package org.uberfire.commons.lock
 
org.uberfire.commons.message - package org.uberfire.commons.message
 
org.uberfire.commons.regex.util - package org.uberfire.commons.regex.util
 
org.uberfire.commons.services.cdi - package org.uberfire.commons.services.cdi
 
org.uberfire.commons.uuid - package org.uberfire.commons.uuid
 
org.uberfire.commons.validation - package org.uberfire.commons.validation
 

P

Pair<K1,K2> - Class in org.uberfire.commons.data
This is a simple class to store a pair of objects.
Pair(K1, K2) - Constructor for class org.uberfire.commons.data.Pair
Creates a new pair using the two keys provided.
Pair(K1, K2, Pair.PairEqualsMode) - Constructor for class org.uberfire.commons.data.Pair
Creates a new pair using the two keys provided.
Pair.PairEqualsMode - Enum in org.uberfire.commons.data
 
PortablePreconditions - Class in org.uberfire.commons.validation
Helper class for parameters validation, such as not null arguments.
PortablePreconditions() - Constructor for class org.uberfire.commons.validation.PortablePreconditions
Should not be instantiated
Preconditions - Class in org.uberfire.commons.validation
Helper class for parameters validation, such as not null arguments.
Preconditions() - Constructor for class org.uberfire.commons.validation.Preconditions
Should not be instantiated
priority() - Method in interface org.uberfire.commons.lifecycle.PriorityDisposable
 
PriorityDisposable - Interface in org.uberfire.commons.lifecycle
The PriorityDisposable interface is used for life-cycle management of resources that requires priority to be disposed.
PriorityDisposableRegistry - Class in org.uberfire.commons.lifecycle
 

R

register(PriorityDisposable) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
register(String, Object) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
requiresRefresh() - Method in interface org.uberfire.commons.data.Cacheable
Instructs any component that would like to cache the object that in case it's already cached it should be refreshed inside the cache
resolveHandler(String, MessageType) - Method in interface org.uberfire.commons.message.MessageHandlerResolver
 

S

sendMessage(ClusterService) - Method in class org.uberfire.commons.cluster.LockExecuteNotifyAsyncReleaseTemplate
 
sendMessage(ClusterService) - Method in class org.uberfire.commons.cluster.LockExecuteNotifySyncReleaseTemplate
 
sendTo(String, String, MessageType, Map<String, String>) - Method in interface org.uberfire.commons.message.MessageService
 
setPathSeparator(String) - Method in class org.uberfire.commons.regex.util.AntPathMatcher
Set the path separator to use for pattern parsing.
shutdownInstances() - Static method in class org.uberfire.commons.async.SimpleAsyncExecutorService
 
SimpleAsyncExecutorService - Class in org.uberfire.commons.async
 
SimpleAsyncExecutorService() - Constructor for class org.uberfire.commons.async.SimpleAsyncExecutorService
 
SimpleAsyncExecutorService(boolean) - Constructor for class org.uberfire.commons.async.SimpleAsyncExecutorService
 
start() - Method in interface org.uberfire.commons.services.cdi.Startable
Start the logic defined in the implementation
Startable - Interface in org.uberfire.commons.services.cdi
Interface that allows to wrap startable behavior into single bean for further triggering
Startup - Annotation Type in org.uberfire.commons.services.cdi
Designates the target type as a server-side bean that should be created immediately when the application is deployed within the server.
StartupType - Enum in org.uberfire.commons.services.cdi
Argument type for the Startup annotation.

T

timeOut() - Method in class org.uberfire.commons.cluster.LockExecuteNotifySyncReleaseTemplate
 
tokenizeToStringArray(String, String) - Static method in class org.uberfire.commons.regex.util.AntPathMatcher
Tokenize the given String into a String array via a StringTokenizer.
toString() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
 
toString() - Method in class org.uberfire.commons.data.Pair
 
toString() - Method in class org.uberfire.commons.data.Triple
 
Triple<K1,K2,K3> - Class in org.uberfire.commons.data
 
Triple(K1, K2, K3) - Constructor for class org.uberfire.commons.data.Triple
Creates a new triple using the keys provided.

U

unlock() - Method in interface org.uberfire.commons.lock.LockService
 
unregister(String) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
UUID - Class in org.uberfire.commons.uuid
Can be used to make UUID Strings.
UUID() - Constructor for class org.uberfire.commons.uuid.UUID
 
uuid(int) - Static method in class org.uberfire.commons.uuid.UUID
Generate a random uuid of the specified length.
uuid(int, int) - Static method in class org.uberfire.commons.uuid.UUID
Generate a random uuid of the specified length, and radix.
uuid() - Static method in class org.uberfire.commons.uuid.UUID
Generate a RFC4122, version 4 ID.

V

valueOf(String) - Static method in enum org.uberfire.commons.data.Pair.PairEqualsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.commons.services.cdi.StartupType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.commons.data.Pair.PairEqualsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.commons.services.cdi.StartupType
Returns an array containing the constants of this enum type, in the order they are declared.
Veto - Annotation Type in org.uberfire.commons.services.cdi
 
A B C D E G H I L M N O P R S T U V 
Skip navigation links
Uberfire Commons 1.0.0.CR1

Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.