Skip navigation links
Uberfire Commons 2.4.0.Final-redhat-10
A B C D E G H I J L M N O P R S T U V 

A

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
 
APPFORMER_INITIAL_CONTEXT_FACTORY - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
APPFORMER_JMS_CONNECTION_FACTORY - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
APPFORMER_JMS_CONNECTION_MODE - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
APPFORMER_JMS_PASSWORD - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
APPFORMER_JMS_USERNAME - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
APPFORMER_PROVIDER_URL - Static variable in class org.uberfire.commons.cluster.ClusterParameters
 
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(ClusterService.DestinationType, String, Serializable) - Method in class org.uberfire.commons.cluster.ClusterJMSService
 
broadcast(ClusterService.DestinationType, String, Serializable) - Method in interface org.uberfire.commons.cluster.ClusterService
 
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
 

C

Cacheable - Interface in org.uberfire.commons.data
 
clear() - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
close() - Method in class org.uberfire.commons.cluster.ClusterJMSService
 
close() - Method in interface org.uberfire.commons.cluster.ClusterService
 
ClusterJMSService - Class in org.uberfire.commons.cluster
 
ClusterJMSService() - Constructor for class org.uberfire.commons.cluster.ClusterJMSService
 
ClusterJMSService.JMSExceptionListener - Class in org.uberfire.commons.cluster
 
ClusterParameters - Class in org.uberfire.commons.cluster
 
ClusterParameters() - Constructor for class org.uberfire.commons.cluster.ClusterParameters
 
ClusterService - Interface in org.uberfire.commons.cluster
 
ClusterService.DestinationType - Enum 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
 
connect() - Method in class org.uberfire.commons.cluster.ClusterJMSService
 
connect() - Method in interface org.uberfire.commons.cluster.ClusterService
 
ConnectionMode - Enum in org.uberfire.commons.cluster
 
createConsumer(ClusterService.DestinationType, String, Class<T>, Consumer<T>) - Method in class org.uberfire.commons.cluster.ClusterJMSService
 
createConsumer(ClusterService.DestinationType, String, Class<T>, Consumer<T>) - Method in interface org.uberfire.commons.cluster.ClusterService
 

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.
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(LockService, RunnableFuture<V>) - Method in class org.uberfire.commons.lock.LockExecuteReleaseTemplate
 
ExecutorServiceProducer - Class in org.uberfire.commons.concurrent
ExecutorService Producer.
ExecutorServiceProducer() - Constructor for class org.uberfire.commons.concurrent.ExecutorServiceProducer
 
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.
getConnectionMode() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
getDescription() - Method in interface org.uberfire.commons.async.DescriptiveRunnable
 
getDisposables() - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
 
getInitialContextFactory() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
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).
getJmsConnectionFactoryJndiName() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
getJmsPassword() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
getJmsUserName() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
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
 
getManagedExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
 
getName() - Method in class org.uberfire.commons.config.ConfigProperties.ConfigProperty
Returns the name (map key) of this property.
getProviderUrl() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
getServiceId() - Method in interface org.uberfire.commons.message.MessageHandlerResolver
 
getUnmanagedExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
 
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

isAppFormerClustered() - Method in class org.uberfire.commons.cluster.ClusterJMSService
 
isAppFormerClustered() - Method in class org.uberfire.commons.cluster.ClusterParameters
 
isAppFormerClustered() - Method in interface org.uberfire.commons.cluster.ClusterService
 
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
 

J

JMSExceptionListener() - Constructor for class org.uberfire.commons.cluster.ClusterJMSService.JMSExceptionListener
 

L

lock() - Method in interface org.uberfire.commons.lock.LockService
 
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

Managed - Annotation Type in org.uberfire.commons.concurrent
 
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

onException(JMSException) - Method in class org.uberfire.commons.cluster.ClusterJMSService.JMSExceptionListener
 
onReply(MessageType, Map<String, String>) - Method in interface org.uberfire.commons.message.AsyncCallback
 
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.concurrent - package org.uberfire.commons.concurrent
 
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
 

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
 
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
 
produceExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
 
produceUnmanagedExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
 

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

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.
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

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
 
Unmanaged - Annotation Type in org.uberfire.commons.concurrent
 
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.cluster.ClusterService.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.commons.cluster.ConnectionMode
Returns the enum constant of this type with the specified name.
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.cluster.ClusterService.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.commons.cluster.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
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 J L M N O P R S T U V 
Skip navigation links
Uberfire Commons 2.4.0.Final-redhat-10

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