A B C D E F G H I J K L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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_THROTTLE - 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
- BOOTSTRAP - org.uberfire.commons.services.cdi.StartupType
-
The target bean's
PostConstructmethod will be invoked immediately after the CDI container fires theAfterDeploymentValidationevent. - BOTH - org.uberfire.commons.data.Pair.PairEqualsMode
- broadcast(Object) - Method in class org.uberfire.commons.cluster.events.ClusterEventObserver
- 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
- 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
- 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
- buildFixedThreadPoolExecutorService(String) - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- buildFixedThreadPoolExecutorService(String, int) - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
C
- Cacheable - Interface in org.uberfire.commons.data
- CHANNEL_NAME - Static variable in class org.uberfire.commons.cluster.events.ClusterEventObserver
- 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
- Clustered - Annotation Type in org.uberfire.commons.clusterapi
-
On cluster runtime enviroments, Errai @Portable POJOS annotated with this are propagated in the Cluster and retriggered (cdi fire) on each cluster node.
- ClusterEventObserver - Class in org.uberfire.commons.cluster.events
- ClusterEventObserver() - Constructor for class org.uberfire.commons.cluster.events.ClusterEventObserver
- ClusterEventObserver(Event<Object>) - Constructor for class org.uberfire.commons.cluster.events.ClusterEventObserver
- 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
- ClusterSerializedCDIMessageWrapper - Class in org.uberfire.commons.cluster.events
- ClusterSerializedCDIMessageWrapper() - Constructor for class org.uberfire.commons.cluster.events.ClusterSerializedCDIMessageWrapper
- ClusterSerializedCDIMessageWrapper(String, String, String) - Constructor for class org.uberfire.commons.cluster.events.ClusterSerializedCDIMessageWrapper
- 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
- createConsumerSession() - Method in class org.uberfire.commons.cluster.ClusterJMSService
- createDestination(ClusterService.DestinationType, String, Session) - Method in class org.uberfire.commons.cluster.ClusterJMSService
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
pathagainst the givenpattern.
E
- EAGER - org.uberfire.commons.services.cdi.StartupType
-
The target bean's
PostConstructmethod will be invoked immediately after the all BOOTSTRAP beans have had their PostConstruct methods called. - 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.
F
- FS_WATCH_LIMIT_PROPERTY - Static variable in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- FSWatch - Annotation Type in org.uberfire.commons.concurrent
G
- get(String) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
- 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.
- 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
- getFqcn() - Method in class org.uberfire.commons.cluster.events.ClusterSerializedCDIMessageWrapper
- getFsWatchExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- getIndexingExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- 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
- getJmsThrottle() - Method in class org.uberfire.commons.cluster.ClusterParameters
- getJmsUserName() - Method in class org.uberfire.commons.cluster.ClusterParameters
- getJson() - Method in class org.uberfire.commons.cluster.events.ClusterSerializedCDIMessageWrapper
- 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.
- getNodeId() - Method in class org.uberfire.commons.cluster.events.ClusterSerializedCDIMessageWrapper
- getProviderUrl() - Method in class org.uberfire.commons.cluster.ClusterParameters
- getRestApiExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- 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(String) - Static method in class org.uberfire.commons.regex.util.GlobToRegEx
- GlobToRegEx - Class in org.uberfire.commons.regex.util
-
GlobToRegEx utility class for glob patterns.
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
- Indexing - Annotation Type in org.uberfire.commons.concurrent
- INDEXING_LIMIT_PROPERTY - Static variable in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- 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
- JNDI - org.uberfire.commons.cluster.ConnectionMode
K
- K1 - org.uberfire.commons.data.Pair.PairEqualsMode
- K2 - org.uberfire.commons.data.Pair.PairEqualsMode
L
- LoadBalancer - org.uberfire.commons.cluster.ClusterService.DestinationType
- 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
- MANAGED_LIMIT_PROPERTY - Static variable in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- 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
- NONE - org.uberfire.commons.cluster.ConnectionMode
O
- observeAllEvents(Object, EventMetadata) - Method in class org.uberfire.commons.cluster.events.ClusterEventObserver
- 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.cluster.events - package org.uberfire.commons.cluster.events
- org.uberfire.commons.clusterapi - package org.uberfire.commons.clusterapi
- 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
- priority() - Method in annotation type org.uberfire.commons.services.cdi.Startup
- 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
- produceFsWatchExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- produceIndexingExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- produceRestAPiExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- produceUnmanagedExecutorService() - Method in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- PubSub - org.uberfire.commons.cluster.ClusterService.DestinationType
R
- register(String, Object) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
- register(PriorityDisposable) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
- REMOTE - org.uberfire.commons.cluster.ConnectionMode
- 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
- REST_API_LIMIT_PROPERTY - Static variable in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- RestApi - Annotation Type in org.uberfire.commons.concurrent
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.
- shutdown() - Method in class org.uberfire.commons.cluster.events.ClusterEventObserver
- 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
Startupannotation.
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
- UNMANAGED_LIMIT_PROPERTY - Static variable in class org.uberfire.commons.concurrent.ExecutorServiceProducer
- unregister(String) - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
- uuid() - Static method in class org.uberfire.commons.uuid.UUID
-
Generate a RFC4122, version 4 ID.
- 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 - Class in org.uberfire.commons.uuid
-
Can be used to make UUID Strings.
- UUID() - Constructor for class org.uberfire.commons.uuid.UUID
V
- value() - Method in annotation type org.uberfire.commons.services.cdi.Startup
-
Specifies which cohort this bean is initialized in.
- 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
All Classes All Packages