A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

abandonHope - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Set if something goes horribly wrong.
ABORT - Static variable in class org.jboss.util.threadpool.BlockingMode
Set the policy for blocked execution to be to throw an AbortWhenBlocked (a subclass of RuntimeException).
ABORT_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
AbstractBuilder<T> - Class in org.jboss.util.builder
AbstractBuilder.
AbstractBuilder(Class<T>, String) - Constructor for class org.jboss.util.builder.AbstractBuilder
Create a new AbstractBuilder.
AbstractNestedThrowable - Class in org.jboss.util
A common superclass for Throwable classes that can contain a nested Throwable detail object.
AbstractNestedThrowable() - Constructor for class org.jboss.util.AbstractNestedThrowable
Construct a AbstractNestedThrowable with no detail.
AbstractNestedThrowable(String) - Constructor for class org.jboss.util.AbstractNestedThrowable
Construct a AbstractNestedThrowable with the specified detail message.
AbstractNestedThrowable(String, Throwable) - Constructor for class org.jboss.util.AbstractNestedThrowable
Construct a AbstractNestedThrowable with the specified detail message and nested Throwable.
AbstractNestedThrowable(Throwable) - Constructor for class org.jboss.util.AbstractNestedThrowable
Construct a AbstractNestedThrowable with the specified nested Throwable.
AbstractQueue<E> - Class in org.jboss.util.collection
An abstract implementation of a Queue.
AbstractQueue() - Constructor for class org.jboss.util.collection.AbstractQueue
Initializes the AbstractQueue.
AbstractQueue(int) - Constructor for class org.jboss.util.collection.AbstractQueue
Initializes the AbstractQueue.
accept() - Method in class org.jboss.net.sockets.TimeoutServerSocket
 
accept(File) - Method in class org.jboss.util.file.FilePrefixFilter
Check if a file is acceptible.
accept(File) - Method in class org.jboss.util.file.FileSuffixFilter
Check if a file is acceptible.
accept(File, String) - Method in class org.jboss.util.file.FilenamePrefixFilter
Check if a file is acceptible.
accept(File, String) - Method in class org.jboss.util.file.FilenameSuffixFilter
Check if a file is acceptible.
accept(String) - Method in interface org.jboss.util.file.ArchiveBrowser.Filter
Deprecated.
 
accept(String) - Method in class org.jboss.util.file.ClassFileFilter
 
accepted(long) - Method in interface org.jboss.util.threadpool.Task
The task has been accepted
acceptTask() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
acceptTask() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
acceptTask() - Method in interface org.jboss.util.threadpool.TaskWrapper
The task has been accepted
acquire() - Method in class org.jboss.util.Semaphore
 
acquire() - Method in interface org.jboss.util.Sync
Acquires this sync
actualKey - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ComparableUsingComparator
 
add(boolean) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(byte) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(char) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(double) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(float) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(int) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(int, Object) - Method in class org.jboss.util.collection.CachedList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled.
add(int, T) - Method in class org.jboss.util.collection.LazyList
 
add(long) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(short) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(E) - Method in class org.jboss.util.collection.AbstractQueue
Append and object to the underling list.
add(E) - Method in class org.jboss.util.collection.MapDelegateSet
Adds the specified element to this set if it is not already present.
add(E) - Method in interface org.jboss.util.collection.Queue
Enqueue an object onto the queue.
add(Object) - Method in class org.jboss.util.collection.CachedCollection
Add an object to the collection.
add(Object) - Method in class org.jboss.util.collection.ListSet
Add an element to the set.
add(Object) - Method in class org.jboss.util.collection.SoftSet
 
add(Object) - Method in class org.jboss.util.collection.WeakSet
Add an element to the set.
add(Object) - Method in class org.jboss.util.HashCode
Add the hash-code of the given object.
add(Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled with unknown type.
add(T) - Method in class org.jboss.util.collection.LazyList
 
add(T) - Method in class org.jboss.util.collection.LazySet
 
addAll(int, Collection<? extends T>) - Method in class org.jboss.util.collection.LazyList
 
addAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
addAll(Collection<? extends T>) - Method in class org.jboss.util.collection.LazyList
 
addAll(Collection<? extends T>) - Method in class org.jboss.util.collection.LazySet
 
addDelegate(CatalogEntry) - Method in class org.jboss.util.xml.catalog.Catalog
Add to the current list of delegated catalogs.
addEdge(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Add an edge to the vertex.
addEdge(Vertex<T>, Vertex<T>, int) - Method in class org.jboss.util.graph.Graph
Insert a directed, weighted Edge into the graph.
addEntry(CatalogEntry) - Method in class org.jboss.util.xml.catalog.Catalog
Cleanup and process a Catalog entry.
addEntry(CatalogEntry) - Method in class org.jboss.util.xml.catalog.Resolver
Cleanup and process a Catalog entry.
addEntryType(String, int) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Adds a new catalog entry type.
addError(Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled with error type.
addIncomingEdge(Vertex<T>, int) - Method in class org.jboss.util.graph.Vertex
Add an incoming edge starting at from
addIndex(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.HeadIndex<K, V>, int) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Add given index nodes from given level down to 1.
addLast(E) - Method in class org.jboss.util.collection.AbstractQueue
Appends the given element to the end of the queue
addLast(E) - Method in class org.jboss.util.collection.ListQueue
Appends the given element to the end of this list.
addListener(PropertyListener) - Static method in class org.jboss.util.property.Property
Add a property listener
addListeners(PropertyListener[]) - Static method in class org.jboss.util.property.Property
Add an array of property listeners
addOutgoingEdge(Vertex<T>, int) - Method in class org.jboss.util.graph.Vertex
Add an outgoing edge ending at to.
addPropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyGroup
Add a bound property listener.
addPropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyMap
Add a bound property listener.
addPropertyListener(PropertyListener) - Static method in class org.jboss.util.property.PropertyManager
Add a property listener.
addPropertyListener(PropertyListener) - Method in class org.jboss.util.property.PropertyMap
Add a property listener.
addPropertyListeners(PropertyListener[]) - Static method in class org.jboss.util.property.PropertyManager
Add an array of property listeners.
addPropertyListeners(PropertyListener[]) - Method in class org.jboss.util.property.PropertyMap
Add an array of property listeners.
addReader(String, CatalogReader) - Method in class org.jboss.util.xml.catalog.Catalog
Add a new CatalogReader to the Catalog.
address - Variable in class org.jboss.util.id.VMID
The address of the current virtual machine
addThrowableListener(ThrowableListener) - Static method in class org.jboss.util.ThrowableHandler
Add a ThrowableListener to the listener list.
addToEnvironment(String, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
addTransition(Transition) - Method in class org.jboss.util.state.State
Add a transition to the allowed transition map.
addVertex(Vertex<T>) - Method in class org.jboss.util.graph.Graph
Add a vertex to the graph
addWaiting(Object, Resource) - Method in class org.jboss.util.deadlock.DeadlockDetector
Add a transaction waiting for a lock
addWarning(Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled with warning type.
advance() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
afterExecute(Runnable, Throwable) - Method in class org.jboss.util.threadpool.BasicThreadPool.RestoreTCCLThreadPoolExecutor
 
ageOut(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy
Callback method called when the cache algorithm ages out of the cache the given entry.
allowedTransitions - Variable in class org.jboss.util.state.State
HashMap
allowOasisXMLCatalogPI() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
ALPHABET - Static variable in class org.jboss.util.Base64
The 64 valid Base64 values.
annotateClass(Class<?>) - Method in class org.jboss.util.stream.MarshalledValueOutputStream
 
annotateProxyClass(Class<?>) - Method in class org.jboss.util.stream.MarshalledValueOutputStream
 
append(boolean) - Method in class org.jboss.util.JBossStringBuilder
 
append(char) - Method in class org.jboss.util.JBossStringBuilder
 
append(char[]) - Method in class org.jboss.util.JBossStringBuilder
 
append(char[], int, int) - Method in class org.jboss.util.JBossStringBuilder
 
append(double) - Method in class org.jboss.util.JBossStringBuilder
 
append(float) - Method in class org.jboss.util.JBossStringBuilder
 
append(int) - Method in class org.jboss.util.JBossStringBuilder
 
append(long) - Method in class org.jboss.util.JBossStringBuilder
 
append(CharSequence) - Method in class org.jboss.util.JBossStringBuilder
 
append(CharSequence, int, int) - Method in class org.jboss.util.JBossStringBuilder
 
append(Object) - Method in class org.jboss.util.JBossStringBuilder
 
append(String) - Method in class org.jboss.util.JBossStringBuilder
 
append(StringBuffer) - Method in class org.jboss.util.JBossStringBuilder
 
appendClassInfo(StringBuffer, Class) - Static method in class org.jboss.util.naming.Util
Append Class Info
appendMarker(ConcurrentSkipListMap.Node<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Tries to append a deletion marker to this node.
appendPrettyString(StringBuffer, String) - Method in interface org.jboss.util.PrettyString.Appendable
Appends a pretty representation of the object to the given buffer.
appendVector(Vector, Vector) - Method in class org.jboss.util.xml.catalog.Resolver
Append two vectors, returning the result.
ApplicationDeadlockException - Exception in org.jboss.util.deadlock
This exception class is thrown when application deadlock is detected when trying to lock an entity bean This is probably NOT a result of a jboss bug, but rather that the application is access the same entity beans within 2 different transaction in a different order.
ApplicationDeadlockException() - Constructor for exception org.jboss.util.deadlock.ApplicationDeadlockException
 
ApplicationDeadlockException(String, boolean) - Constructor for exception org.jboss.util.deadlock.ApplicationDeadlockException
 
ArchiveBrowser - Class in org.jboss.util.file
Deprecated. 
ArchiveBrowser() - Constructor for class org.jboss.util.file.ArchiveBrowser
Deprecated.
 
ArchiveBrowser.Filter - Interface in org.jboss.util.file
Deprecated.
 
ArchiveBrowserFactory - Interface in org.jboss.util.file
comment
args - Variable in class org.jboss.util.xml.catalog.CatalogEntry
The arguments associated with this entry
array - Variable in class org.jboss.util.collection.ArrayIterator
Array to iterate over.
ArrayIterator - Class in org.jboss.util.collection
An array iterator.
ArrayIterator(Object[]) - Constructor for class org.jboss.util.collection.ArrayIterator
Construct an ArrayIterator.
ascend() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
advance next to higher entry
ascend(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
Version of ascend for submaps to stop at fence
assertExpr(boolean) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
Debugging helper.
assertExpr(boolean) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Debugging helper.
asString() - Static method in class org.jboss.util.id.GUID
Returns a GUID as a string.
asString() - Static method in class org.jboss.util.id.UID
Returns a UID as a string.
asString() - Static method in class org.jboss.util.id.VMID
Returns a VMID as a string.
AtomicBooleanEditor - Class in org.jboss.util.propertyeditor
AtomicBoolean property editor.
AtomicBooleanEditor() - Constructor for class org.jboss.util.propertyeditor.AtomicBooleanEditor
 
AtomicIntegerEditor - Class in org.jboss.util.propertyeditor
AtomicInteger property editor.
AtomicIntegerEditor() - Constructor for class org.jboss.util.propertyeditor.AtomicIntegerEditor
 
AtomicLongEditor - Class in org.jboss.util.propertyeditor
AtomicLong property editor.
AtomicLongEditor() - Constructor for class org.jboss.util.propertyeditor.AtomicLongEditor
 
autoFlush - Variable in class org.jboss.util.stream.CRLFPrintWriter
 
available() - Method in class org.jboss.net.sockets.InterruptableInputStream
 

B

b4 - Variable in class org.jboss.util.Base64.OutputStream
 
backlog - Variable in class org.jboss.net.sockets.DefaultSocketFactory
 
backlog - Variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
base - Variable in class org.jboss.util.xml.catalog.Catalog
The base URI for relative system identifiers in the catalog.
BASE - Static variable in class org.jboss.util.xml.catalog.Catalog
The BASE Catalog Entry type.
BASE_HEADER - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
Special value used to identify base-level header
Base64 - Class in org.jboss.util
Encodes and decodes to and from Base64 notation.
Base64() - Constructor for class org.jboss.util.Base64
Defeats instantiation.
Base64.InputStream - Class in org.jboss.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.jboss.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
basename - Variable in class org.jboss.util.property.PropertyGroup
Base property name
baseURI - Variable in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
baseURIStack - Variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
BasicTaskWrapper - Class in org.jboss.util.threadpool
A wrapper for the task.
BasicTaskWrapper() - Constructor for class org.jboss.util.threadpool.BasicTaskWrapper
Create a task wrapper without a task
BasicTaskWrapper(Task) - Constructor for class org.jboss.util.threadpool.BasicTaskWrapper
Create a new task wrapper
BasicThreadPool - Class in org.jboss.util.threadpool
A basic thread pool.
BasicThreadPool() - Constructor for class org.jboss.util.threadpool.BasicThreadPool
Create a new thread pool
BasicThreadPool(String) - Constructor for class org.jboss.util.threadpool.BasicThreadPool
Create a new thread pool with a default queue size of 1024, max pool size of 100, min pool size of 4, and a keep alive of 60 seconds.
BasicThreadPool(String, ThreadGroup) - Constructor for class org.jboss.util.threadpool.BasicThreadPool
Create a new thread pool with a default queue size of 1024, max pool size of 100, min pool size of 4, and a keep alive of 60 seconds.
BasicThreadPool.RestoreTCCLThreadPoolExecutor - Class in org.jboss.util.threadpool
 
BasicThreadPool.ThreadPoolThreadFactory - Class in org.jboss.util.threadpool
A factory for threads
BasicThreadPool.TimeoutInfo - Class in org.jboss.util.threadpool
An encapsulation of a task and its completion timeout
BasicThreadPool.TimeoutMonitor - Class in org.jboss.util.threadpool
The monitor runnable which validates that threads are completing within the task completion timeout limits.
BasicThreadPoolMBean - Interface in org.jboss.util.threadpool
Management interface for the thread pool.
begin - Variable in class org.jboss.util.Strings.Range
The beginning of the range.
BigDecimalEditor - Class in org.jboss.util.propertyeditor
A property editor for BigDecimal.
BigDecimalEditor() - Constructor for class org.jboss.util.propertyeditor.BigDecimalEditor
 
bind(String, Object) - Static method in class org.jboss.util.naming.NonSerializableFactory
Place an object into the NonSerializableFactory namespace for subsequent access by getObject.
bind(String, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
bind(Context, String, Object) - Static method in class org.jboss.util.naming.Util
Bind val to name in ctx, and make sure that all intermediate contexts exist
bind(Context, Name, Object) - Static method in class org.jboss.util.naming.Util
Bind val to name in ctx, and make sure that all intermediate contexts exist
bind(Name, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
bindAddress - Variable in class org.jboss.net.sockets.DefaultClientSocketFactory
An override of the server address
bindAddress - Variable in class org.jboss.net.sockets.DefaultSocketFactory
 
bindAddress - Variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
bindField(String) - Method in class org.jboss.util.property.PropertyContainer
Creates a FieldBoundPropertyListener for the field and property name and adds it the underlying property group.
bindField(String, String) - Method in class org.jboss.util.property.PropertyContainer
Creates a FieldBoundPropertyListener for the field and property name and adds it the underlying property group.
bindMethod(String) - Method in class org.jboss.util.property.PropertyContainer
Creates a MethodBoundPropertyListener for the method and property name and adds it the underlying property group.
bindMethod(String, String) - Method in class org.jboss.util.property.PropertyContainer
Creates a MethodBoundPropertyListener for the method and property name and adds it the underlying property group.
blockingMode - Variable in class org.jboss.util.threadpool.BasicThreadPool
The blocking mode
BlockingMode - Class in org.jboss.util.threadpool
A type-safe enum for the BasicThreadPool blocking mode.
BlockingMode(String, int) - Constructor for class org.jboss.util.threadpool.BlockingMode
 
BlockingModeEditor - Class in org.jboss.util.propertyeditor
A property editor for BlockingMode enum.
BlockingModeEditor() - Constructor for class org.jboss.util.propertyeditor.BlockingModeEditor
 
BOOLEAN_TAGS - Static variable in class org.jboss.util.propertyeditor.BooleanEditor
 
BooleanEditor - Class in org.jboss.util.propertyeditor
A property editor for Boolean.
BooleanEditor() - Constructor for class org.jboss.util.propertyeditor.BooleanEditor
 
BootstrapResolver - Class in org.jboss.util.xml.catalog.helpers
A simple bootstrapping resolver.
BootstrapResolver() - Constructor for class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Constructor.
boundListeners - Variable in class org.jboss.util.property.PropertyMap
Bound property name -> listener list map
BoundPropertyAdapter - Class in org.jboss.util.property
An abstract adapter class for receiving bound property events.
BoundPropertyAdapter() - Constructor for class org.jboss.util.property.BoundPropertyAdapter
 
BoundPropertyListener - Interface in org.jboss.util.property
The listener interface for receiving bound property events (as well as property events).
breadthFirstSearch(Vertex<T>, Visitor<T>) - Method in class org.jboss.util.graph.Graph
Perform a breadth first search of this graph, starting at v.
breadthFirstSearch(Vertex<T>, VisitorEX<T, E>) - Method in class org.jboss.util.graph.Graph
Perform a breadth first search of this graph, starting at v.
breakLines - Variable in class org.jboss.util.Base64.InputStream
 
breakLines - Variable in class org.jboss.util.Base64.OutputStream
 
bResolver - Variable in class org.jboss.util.xml.catalog.CatalogManager
The bootstrap resolver to use when loading XML Catalogs.
buffer - Variable in class org.jboss.util.Base64.InputStream
 
buffer - Variable in class org.jboss.util.Base64.OutputStream
 
buffer - Variable in class org.jboss.util.file.JarUtils.JarInfo
 
bufferLength - Variable in class org.jboss.util.Base64.InputStream
 
bufferLength - Variable in class org.jboss.util.Base64.OutputStream
 
builderThreadLocal - Static variable in class org.jboss.util.xml.DOMUtils
 
buildFromSorted(SortedMap<K, ? extends V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Streamlined bulk insertion to initialize from elements of given sorted map.
ByteArrayEditor - Class in org.jboss.util.propertyeditor
A property editor for byte[].
ByteArrayEditor() - Constructor for class org.jboss.util.propertyeditor.ByteArrayEditor
 
ByteEditor - Class in org.jboss.util.propertyeditor
A property editor for Byte.
ByteEditor() - Constructor for class org.jboss.util.propertyeditor.ByteEditor
 

C

cache - Variable in class org.jboss.util.collection.WeakClassCache
The cache
cache - Variable in class org.jboss.util.collection.WeakTypeCache
The cache
CachedCollection - Class in org.jboss.util.collection
A wrapper around a Collection which translates added objects into SoftObject references, allowing the VM to garbage collect objects in the collection when memory is low.
CachedCollection(Collection) - Constructor for class org.jboss.util.collection.CachedCollection
Construct a CachedCollection.
CachedCollection.MyIterator - Class in org.jboss.util.collection
A dereferencing iterator.
CachedList - Class in org.jboss.util.collection
A wrapper around a List which translates added objects into SoftObject references, allowing the VM to garbage collect objects in the collection when memory is low.
CachedList() - Constructor for class org.jboss.util.collection.CachedList
Construct a CachedList using a LinkedList for storage.
CachedList(List) - Constructor for class org.jboss.util.collection.CachedList
Construct a CachedList.
cacheGetHashCode() - Method in class org.jboss.util.JBossObject
Whether we should cache the result hashCode()
cacheMiss() - Method in class org.jboss.util.LRUCachePolicy
Callback method called when a cache miss happens.
CachePolicy - Interface in org.jboss.util
Interface that specifies a policy for caches.
cacheToString() - Method in class org.jboss.util.JBossObject
Whether we should cache the result toString()
calculateHash(Method) - Static method in class org.jboss.net.sockets.MethodHash
 
calculateHash(Method) - Static method in class org.jboss.util.MethodHashing
 
cancel() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
cancel() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
cancel() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
 
cancel() - Method in interface org.jboss.util.timeout.Timeout
Cancel this timeout.
cancel() - Method in class org.jboss.util.timeout.TimeoutFactory
Cancels all submitted tasks, stops the worker thread and clean-ups everything except for the thread pool.
cancel() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Cancels the queue
cancel() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
cancel() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
 
cancel() - Method in class org.jboss.util.TimerTask
Cancels the next execution of this TimerTask (if any).
cancelled - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
cancelled - Variable in class org.jboss.util.timeout.TimeoutFactory
Used for graceful exiting
CANCELLED - Static variable in class org.jboss.util.TimerTask
The state when cancelled
canonical - Variable in class org.jboss.util.xml.DOMWriter
 
capacity() - Method in class org.jboss.util.JBossStringBuilder
 
capacityChanged(int) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Callback that signals that the capacity of the cache is changed.
capitalize(String) - Static method in class org.jboss.util.Strings
Capitalize the first character of the given string.
caseSensitive - Variable in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Are keywords in the catalog case sensitive?
casHead(ConcurrentSkipListMap.HeadIndex<K, V>, ConcurrentSkipListMap.HeadIndex<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
compareAndSet head node
casNext(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Node<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
compareAndSet next field
casRight(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Index
compareAndSet right field
casValue(Object, Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
compareAndSet value field
catalog - Variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The catalog object needs to be stored by the object so that SAX callbacks can use it.
catalog - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The Catalog that we're working for.
catalog - Variable in class org.jboss.util.xml.catalog.readers.XCatalogReader
The catalog object needs to be stored by the object so that SAX callbacks can use it.
Catalog - Class in org.jboss.util.xml.catalog
Represents OASIS Open Catalog files.
Catalog() - Constructor for class org.jboss.util.xml.catalog.Catalog
Constructs an empty Catalog.
Catalog(CatalogManager) - Constructor for class org.jboss.util.xml.catalog.Catalog
Constructs an empty Catalog with a specific CatalogManager.
CATALOG - Static variable in class org.jboss.util.xml.catalog.Catalog
The CATALOG Catalog Entry type.
catalogClassName - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current catalog class name.
catalogClassName() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
catalogCwd - Variable in class org.jboss.util.xml.catalog.Catalog
The base URI of the Catalog file currently being parsed.
catalogEntries - Variable in class org.jboss.util.xml.catalog.Catalog
The catalog entries currently known to the system.
CatalogEntry - Class in org.jboss.util.xml.catalog
Represents a Catalog entry.
CatalogEntry() - Constructor for class org.jboss.util.xml.catalog.CatalogEntry
Null constructor; something for subclasses to call.
CatalogEntry(int, Vector) - Constructor for class org.jboss.util.xml.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(String, Vector) - Constructor for class org.jboss.util.xml.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogException - Exception in org.jboss.util.xml.catalog
Signal Catalog exception.
CatalogException(int) - Constructor for exception org.jboss.util.xml.catalog.CatalogException
Create a new CatalogException.
CatalogException(int, String) - Constructor for exception org.jboss.util.xml.catalog.CatalogException
Create a new CatalogException.
CatalogException(Exception) - Constructor for exception org.jboss.util.xml.catalog.CatalogException
Create a new CatalogException wrapping an existing exception.
CatalogException(String, Exception) - Constructor for exception org.jboss.util.xml.catalog.CatalogException
Create a new CatalogException from an existing exception.
catalogFiles - Variable in class org.jboss.util.xml.catalog.Catalog
A vector of catalog files to be loaded.
catalogFiles - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current catalog files list.
catalogFiles() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
catalogFilesNames - Static variable in class org.jboss.util.xml.CatalogLocation
The catalog is assembled by taking into account all accessible resources whose name is META-INF/jax-ws-catalog.xml.
CatalogLocation - Class in org.jboss.util.xml
A ThreadSpecificCatalogs class maintains all catalogfiles catolog.xml found in the Thread.currentThread().getContextClassLoader().
CatalogLocation(URL) - Constructor for class org.jboss.util.xml.CatalogLocation
Create a new CatalogLocation.
catalogManager - Variable in class org.jboss.util.xml.catalog.Catalog
The catalog manager in use for this instance.
CatalogManager - Class in org.jboss.util.xml.catalog
CatalogManager provides an interface to the catalog properties.
CatalogManager() - Constructor for class org.jboss.util.xml.catalog.CatalogManager
Constructor.
CatalogManager(String) - Constructor for class org.jboss.util.xml.catalog.CatalogManager
Constructor that specifies an explicit property file.
CatalogReader - Interface in org.jboss.util.xml.catalog.readers
The CatalogReader interface.
catalogs - Variable in class org.jboss.util.xml.catalog.Catalog
A vector of Catalogs.
catfile - Variable in class org.jboss.util.xml.catalog.readers.TextCatalogReader
The input stream used to read the catalog
catologResolver - Variable in class org.jboss.util.xml.CatalogLocation
 
ceilingEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
ceilingEntry(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
ceilingKey(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns least key greater than or equal to the given key, or null if there is no such key.
ch - Variable in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
CharacterChecker - Interface in org.jboss.util
Character checker interface.
CharacterChecker.WhitespaceChecker - Class in org.jboss.util
 
CharacterEditor - Class in org.jboss.util.propertyeditor
A property editor for Character.
CharacterEditor() - Constructor for class org.jboss.util.propertyeditor.CharacterEditor
 
characters(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX characters method does nothing.
characters(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX characters method.
characters(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
characters(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX characters method does nothing.
charAt(int) - Method in class org.jboss.util.JBossStringBuilder
 
chars - Variable in class org.jboss.util.JBossStringBuilder
The characters
charsetName - Variable in class org.jboss.util.xml.DOMWriter
 
checkAttributes(Attributes, String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
checkAttributes(Attributes, String, String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
checkHandlerPkgs() - Method in class org.jboss.net.protocol.URLStreamHandlerFactory
See if the java.protocol.handler.pkgs system property has changed and if it has, parse it to update the handlerPkgs array.
checkKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
checkNested(NestedThrowable, Throwable) - Static method in class org.jboss.util.NestedThrowable.Util
Check and possibly warn if the nested exception type is the same as the parent type (duplicate nesting).
checkNotification(int) - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
Checks whether a notification is required and notifies as appropriate
checkNotification(int) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
Checks whether a notification is required and notifies as appropriate
checkObject(Context, String, Object, Class) - Static method in class org.jboss.util.naming.Util
Checks an object implements the given class
checkTimeoutMonitor() - Method in class org.jboss.util.threadpool.BasicThreadPool
Used to lazily create the task completion timeout thread and monitor
checkTree() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
Check invariants of the queue.
checkTree() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Check invariants of the queue.
chunk - Variable in class org.jboss.util.stream.NotifyingBufferedInputStream
The number of bytes read in the current chunk
chunk - Variable in class org.jboss.util.stream.NotifyingBufferedOutputStream
The number of bytes written in the current chunk
chunkSize - Variable in class org.jboss.util.stream.NotifyingBufferedInputStream
The number of bytes between notifications
chunkSize - Variable in class org.jboss.util.stream.NotifyingBufferedOutputStream
The number of bytes between notifications
ClassArrayEditor - Class in org.jboss.util.propertyeditor
A property editor for Class[].
ClassArrayEditor() - Constructor for class org.jboss.util.propertyeditor.ClassArrayEditor
 
ClassEditor - Class in org.jboss.util.propertyeditor
A property editor for Class.
ClassEditor() - Constructor for class org.jboss.util.propertyeditor.ClassEditor
 
Classes - Class in org.jboss.util
A collection of Class utilities.
Classes() - Constructor for class org.jboss.util.Classes
 
ClassFileFilter - Class in org.jboss.util.file
ArchiveBrowser filter to find .class files
ClassFileFilter() - Constructor for class org.jboss.util.file.ClassFileFilter
 
classLoaderRef - Variable in class org.jboss.util.loading.ConstructorTCCLClassLoaderSource
 
classLoaderSource - Variable in class org.jboss.util.threadpool.BasicThreadPool
Source for the thread contrext classloader to assign to threads
ClassLoaderSource - Interface in org.jboss.util.loading
Interface for objects that provide a reference to a classloader.
classLoaderSwitcher - Variable in class org.jboss.util.threadpool.BasicThreadPool
 
className - Variable in class org.jboss.util.property.jmx.SystemPropertyClassValue
Class Name.
cleanupTimeoutExtImpl(HashedTimeoutPriorityQueueImpl.TimeoutExtImpl) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
Recursive cleanup of a TimeoutImpl
cleanupTimeoutExtImpl(TimeoutPriorityQueueImpl.TimeoutExtImpl) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Recursive cleanup of a TimeoutImpl
clear() - Static method in class org.jboss.net.protocol.URLStreamHandlerFactory
Clear the current protocol to handler map.
clear() - Method in class org.jboss.util.collection.AbstractQueue
Removes all of the elements from this queue
clear() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
clear() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
clear() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
clear() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
clear() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Removes all mappings from this map.
clear() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
clear() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
clear() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
clear() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
clear() - Method in class org.jboss.util.collection.FastCopyHashMap
 
clear() - Method in class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
clear() - Method in class org.jboss.util.collection.FastCopyHashMap.KeySet
 
clear() - Method in class org.jboss.util.collection.FastCopyHashMap.Values
 
clear() - Method in class org.jboss.util.collection.LazyList
 
clear() - Method in class org.jboss.util.collection.LazyMap
 
clear() - Method in class org.jboss.util.collection.LazySet
 
clear() - Method in class org.jboss.util.collection.ListSet
Removes all of the elements from this set.
clear() - Method in class org.jboss.util.collection.MapDelegateSet
Removes all of the elements from this set.
clear() - Method in class org.jboss.util.collection.ReferenceValueMap
 
clear() - Method in class org.jboss.util.collection.SoftSet
 
clear() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Removes all mappings from this map.
clear() - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
clear() - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
clear() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
clear() - Method in class org.jboss.util.collection.WeakSet
Removes all of the elements from this set.
clear() - Method in class org.jboss.util.Heap
Empties this heap
clear() - Method in class org.jboss.util.LRUCachePolicy.LRUList
 
clear() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
clear() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
clear() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Clears the queue
clear() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
clear() - Method in class org.jboss.util.TimerQueue
 
clear() - Method in class org.jboss.util.WorkerQueue
Clears the running thread after the queue has been stopped.
clearEdges() - Method in class org.jboss.util.graph.Graph
Clear the mark state of all edges in the graph by calling clearMark() on all edges.
clearIndexToFirst() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Clear out index nodes associated with deleted first entry.
clearMark() - Method in class org.jboss.util.graph.Edge
Clear the edge mark flag
clearMark() - Method in class org.jboss.util.graph.Graph
Clear the mark state of all verticies in the graph by calling clearMark() on all verticies.
clearMark() - Method in class org.jboss.util.graph.Vertex
Clear the visited mark flag.
clone() - Method in class org.jboss.util.collection.ArrayIterator
Returns a shallow cloned copy of this object.
clone() - Method in class org.jboss.util.collection.CompoundKey
Return a shallow cloned copy of this object.
clone() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a shallow copy of this Map instance.
clone() - Method in class org.jboss.util.collection.FastCopyHashMap
 
clone() - Method in class org.jboss.util.collection.ListSet
Returns a shallow copy of this ListSet instance.
clone() - Method in class org.jboss.util.collection.WeakSet
Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
clone() - Method in class org.jboss.util.Counter
Return a cloned copy of this object.
clone() - Method in class org.jboss.util.Counter.Wrapper
 
clone() - Method in class org.jboss.util.HashCode
Return a cloned copy of this HashCode.
clone() - Method in class org.jboss.util.id.GUID
Returns a copy of this GUID.
clone() - Method in class org.jboss.util.id.UID
Returns a copy of this UID.
clone() - Method in class org.jboss.util.id.VMID
Returns a copy of this VMID.
clone() - Method in interface org.jboss.util.JBossInterface
Clone the object
clone() - Method in class org.jboss.util.JBossObject
 
clone() - Method in class org.jboss.util.LongCounter
Return a cloned copy of this object.
clone() - Method in class org.jboss.util.LongCounter.Wrapper
 
clone() - Method in class org.jboss.util.platform.PID
Returns a copy of this PID.
clone() - Method in class org.jboss.util.state.StateMachine
Make a copy of the StateMachine maintaining the current state.
clone() - Method in class org.jboss.util.StopWatch
Return a cloned copy of this object.
close() - Method in class org.jboss.net.sockets.InterruptableInputStream
 
close() - Method in class org.jboss.net.sockets.TimeoutSocket
 
close() - Method in class org.jboss.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jboss.util.naming.ReadOnlyContext
 
close(InputStream) - Static method in class org.jboss.util.stream.Streams
Attempt to close an InputStream.
close(InputStream[]) - Static method in class org.jboss.util.stream.Streams
Attempt to close an array of InputStreams.
close(OutputStream) - Static method in class org.jboss.util.stream.Streams
Attempt to close an OutputStream.
close(OutputStream[]) - Static method in class org.jboss.util.stream.Streams
Attempt to close an array of OutputStreams.
close(Object) - Static method in class org.jboss.util.stream.Streams
Attempt to close an InputStream or OutputStream.
close(Object[]) - Static method in class org.jboss.util.stream.Streams
Attempt to close an array of InputStreama and/or OutputStreams.
cmp - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ComparableUsingComparator
 
collection - Variable in class org.jboss.util.collection.CachedCollection
Wrapped collection
CollectionException - Exception in org.jboss.util.collection
A generic collection exception.
CollectionException() - Constructor for exception org.jboss.util.collection.CollectionException
Construct a CollectionException with no detail.
CollectionException(String) - Constructor for exception org.jboss.util.collection.CollectionException
Construct a CollectionException with the specified detail message.
CollectionsFactory - Class in org.jboss.util.collection
Collections factory.
CollectionsFactory() - Constructor for class org.jboss.util.collection.CollectionsFactory
 
CollectionsUtil - Class in org.jboss.util.collection
CollectionsUtil.
CollectionsUtil() - Constructor for class org.jboss.util.collection.CollectionsUtil
 
commaDelim - Variable in class org.jboss.util.propertyeditor.StringArrayEditor
 
comparable(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
If using comparator, return a ComparableUsingComparator, else cast key as Comparator, which may cause ClassCastException, which is propagated back to caller.
ComparableSoftReference(Integer, Object, ReferenceQueue) - Constructor for class org.jboss.util.collection.SoftSet.ComparableSoftReference
 
ComparableSoftReferenceIterator(Iterator) - Constructor for class org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
 
ComparableUsingComparator(K, Comparator<? super K>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ComparableUsingComparator
 
comparator - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
The Comparator used to maintain order in this Map, or null if using natural order.
comparator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
comparator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
compare(Object, Object) - Method in class org.jboss.util.Heap
 
compare(String, String) - Static method in class org.jboss.util.Strings
Compare two strings.
compare(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Compare using comparator or natural ordering.
compareAndSwapWithTop(boolean) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
compareTo(int) - Method in class org.jboss.util.HashCode
Compares this object with the specified int for order.
compareTo(Object) - Method in class org.jboss.util.HashCode
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jboss.util.id.GUID
 
compareTo(Object) - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
Order TimeoutInfo based on the timestamp at which the task needs to be completed by.
compareTo(Object) - Method in class org.jboss.util.TimerTask
A TimerTask is less than another if it will be scheduled before.
compareTo(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ComparableUsingComparator
 
completed(long, Throwable) - Method in interface org.jboss.util.threadpool.Task
The task has been completed
completeNamespaces - Variable in class org.jboss.util.xml.DOMWriter
 
completionTimeout - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The completion timeout
completionTimeout - Variable in class org.jboss.util.threadpool.RunnableTaskWrapper
The completion timeout
composeName(String, String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
composeName(Name, Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
CompoundIterator - Class in org.jboss.util.collection
A compound iterator, which iterates over all of the elements in the given iterators.
CompoundIterator(Iterator[]) - Constructor for class org.jboss.util.collection.CompoundIterator
Construct a CompoundIterator over the given array of iterators.
CompoundKey - Class in org.jboss.util.collection
An immutable compound key class.
CompoundKey(Object[]) - Constructor for class org.jboss.util.collection.CompoundKey
Construct a CompoundKey.
CompoundKey(Object, Object) - Constructor for class org.jboss.util.collection.CompoundKey
Construct a CompoundKey.
CompoundKey(Object, Object, Object) - Constructor for class org.jboss.util.collection.CompoundKey
Construct a CompoundKey.
ConcurrentNavigableMap<K,​V> - Interface in org.jboss.util.collection
A ConcurrentMap supporting NavigableMap operations.
ConcurrentReferenceHashMap<K,​V> - Class in org.jboss.util.collection
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty reference map with the specified key and value reference types.
ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap
Creates a new, empty reference map with the specified reference types and behavioral options.
ConcurrentReferenceHashMap.EntryIterator - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.EntrySet - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.HashEntry<K,​V> - Class in org.jboss.util.collection
ConcurrentReferenceHashMap list entry.
ConcurrentReferenceHashMap.HashIterator - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.KeyIterator - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.KeyReference - Interface in org.jboss.util.collection
 
ConcurrentReferenceHashMap.KeySet - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.Option - Enum in org.jboss.util.collection
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.jboss.util.collection
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentReferenceHashMap.Segment<K,​V> - Class in org.jboss.util.collection
Segments are specialized versions of hash tables.
ConcurrentReferenceHashMap.SimpleEntry<K,​V> - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.SoftKeyReference<K> - Class in org.jboss.util.collection
A soft-key reference which stores the key hash needed for reclamation.
ConcurrentReferenceHashMap.SoftValueReference<V> - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.ValueIterator - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.Values - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.WeakKeyReference<K> - Class in org.jboss.util.collection
A weak-key reference which stores the key hash needed for reclamation.
ConcurrentReferenceHashMap.WeakValueReference<V> - Class in org.jboss.util.collection
 
ConcurrentReferenceHashMap.WriteThroughEntry - Class in org.jboss.util.collection
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
ConcurrentReferenceHashSet<E> - Class in org.jboss.util.collection
Set based on top of ConcurrentReferenceHashMap.
ConcurrentReferenceHashSet() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty set with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashSet(int) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty set with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashSet(int, float) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty set with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashSet(int, float, int) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty set with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashSet(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty set with the specified initial capacity, reference type and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashSet(Set<? extends E>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new set with the same contents as the given set.
ConcurrentReferenceHashSet(ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty reference set with the specified key and value reference types.
ConcurrentReferenceHashSet(ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new, empty reference set with the specified reference types and behavioral options.
ConcurrentSet<E> - Class in org.jboss.util.collection
Concurrent Set based on top of ConcurrentHashMap.
ConcurrentSet() - Constructor for class org.jboss.util.collection.ConcurrentSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has default initial capacity (16) and load factor (0.75).
ConcurrentSet(int) - Constructor for class org.jboss.util.collection.ConcurrentSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has the specified initial capacity and default load factor, which is 0.75.
ConcurrentSet(int, float, int) - Constructor for class org.jboss.util.collection.ConcurrentSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has the specified initial capacity and the specified load factor.
ConcurrentSet(Collection<? extends E>) - Constructor for class org.jboss.util.collection.ConcurrentSet
Constructs a new set containing the elements in the specified collection.
ConcurrentSkipListMap<K,​V> - Class in org.jboss.util.collection
A scalable ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap
Constructs a new empty map, sorted according to the keys' natural order.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap
Constructs a new empty map, sorted according to the given comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
ConcurrentSkipListMap.ComparableUsingComparator<K> - Class in org.jboss.util.collection
Represents a key with a comparator as a Comparable.
ConcurrentSkipListMap.ConcurrentSkipListSubMap<K,​V> - Class in org.jboss.util.collection
Submaps returned by ConcurrentSkipListMap submap operations represent a subrange of mappings of their underlying maps.
ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingEntrySetView - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingEntryIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingEntrySet - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingKeyIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingKeySet - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingSubMapEntryIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.DescendingSubMapKeyIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.EntryIter - Class in org.jboss.util.collection
Entry iterators use the same trick as in ConcurrentHashMap and elsewhere of using the iterator itself to represent entries, thus avoiding having to create entry objects in next().
ConcurrentSkipListMap.EntryIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.EntrySet - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.HeadIndex<K,​V> - Class in org.jboss.util.collection
Nodes heading each level keep track of their level.
ConcurrentSkipListMap.Index<K,​V> - Class in org.jboss.util.collection
Index nodes represent the levels of the skip list.
ConcurrentSkipListMap.Iter - Class in org.jboss.util.collection
Base of ten kinds of iterator classes: ascending: {map, submap} X {key, value, entry} descending: {map, submap} X {key, entry}
ConcurrentSkipListMap.KeyIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.KeySet - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.Node<K,​V> - Class in org.jboss.util.collection
Nodes hold keys and values, and are singly linked in sorted order, possibly with some intervening marker nodes.
ConcurrentSkipListMap.SnapshotEntry<K,​V> - Class in org.jboss.util.collection
An immutable representation of a key-value mapping as it existed at some point in time.
ConcurrentSkipListMap.SubMapEntryIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.SubMapKeyIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.SubMapValueIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.ValueIterator - Class in org.jboss.util.collection
 
ConcurrentSkipListMap.Values - Class in org.jboss.util.collection
 
ConcurrentSkipListSubMap(ConcurrentSkipListMap<K, V>, K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
Creates a new submap.
Configurable - Interface in org.jboss.util.property
An interface that allows for dynamic configuration of instance objects with properties.
configure(PropertyMap) - Method in interface org.jboss.util.property.Configurable
Configure this object with the given properties.
connect() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
connect() - Method in class org.jboss.net.protocol.file.FileURLConnection
Checks if the underlying file for this connection exists.
constructorHash(Constructor) - Static method in class org.jboss.util.MethodHashing
 
ConstructorTCCLClassLoaderSource - Class in org.jboss.util.loading
ClassLoaderSource implementation that returns the thread context classloader (TCCL) in effect when this class' constructor is invoked.
ConstructorTCCLClassLoaderSource() - Constructor for class org.jboss.util.loading.ConstructorTCCLClassLoaderSource
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
contains(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
contains(Object) - Method in class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
contains(Object) - Method in class org.jboss.util.collection.FastCopyHashMap.KeySet
 
contains(Object) - Method in class org.jboss.util.collection.LazyList
 
contains(Object) - Method in class org.jboss.util.collection.LazySet
 
contains(Object) - Method in class org.jboss.util.collection.ListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.jboss.util.collection.MapDelegateSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.jboss.util.collection.SoftSet
 
contains(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
contains(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
contains(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
contains(Object) - Method in class org.jboss.util.collection.WeakSet
Returns true if this set contains the specified element.
containsAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
containsAll(Collection<?>) - Method in class org.jboss.util.collection.LazyList
 
containsAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
containsAllMappings(Map<K, V>, Map<K, V>) - Static method in class org.jboss.util.collection.ConcurrentSkipListMap
Helper for equals -- check for containment, avoiding nulls.
containsKey(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
containsKey(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
containsKey(Object) - Method in class org.jboss.util.collection.LazyMap
 
containsKey(Object) - Method in class org.jboss.util.collection.ReferenceValueMap
 
containsKey(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.jboss.util.property.PropertyGroup
Check if this PropertyMap contains a given property name.
containsKey(Object, int) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
containsNullValue() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Special-case code for containsValue with null argument
containsProperty(String) - Static method in class org.jboss.util.property.PropertyManager
Check if this map contains a given property.
containsProperty(String) - Method in class org.jboss.util.property.PropertyMap
Check if this map contains a given property.
containsValue(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
containsValue(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
containsValue(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
containsValue(Object) - Method in class org.jboss.util.collection.LazyMap
 
containsValue(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns true if this map maps one or more keys to the specified value.
ContextClassLoader - Class in org.jboss.util.loading
A helper for context classloading.
ContextClassLoader() - Constructor for class org.jboss.util.loading.ContextClassLoader
Constructor.
ContextClassLoader.NewInstance - Class in org.jboss.util.loading
 
ContextClassLoaderSwitcher - Class in org.jboss.util.loading
A helper for context classloading switching.
ContextClassLoaderSwitcher() - Constructor for class org.jboss.util.loading.ContextClassLoaderSwitcher
Constructor.
ContextClassLoaderSwitcher.NewInstance - Class in org.jboss.util.loading
 
ContextClassLoaderSwitcher.SwitchContext - Class in org.jboss.util.loading
A helper class to remember the original classloader and avoid continually retrieveing the current thread.
convertToJavaClass(String, ClassLoader) - Static method in class org.jboss.util.Classes
Convert a given String into the appropriate Class.
convertToJavaClasses(Iterator<String>, ClassLoader) - Static method in class org.jboss.util.Classes
Convert a list of Strings from an Interator into an array of Classes (the Strings are taken as classnames).
convertValue(String, String) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Convert a string value into the true value for typeName using the PropertyEditor associated with typeName.
copy(File, File) - Static method in class org.jboss.util.file.Files
Copy a file.
copy(File, File, byte[]) - Static method in class org.jboss.util.file.Files
Copy a file.
copy(File, File, int) - Static method in class org.jboss.util.file.Files
Copy a file.
copy(InputStream, OutputStream) - Static method in class org.jboss.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
copy(InputStream, OutputStream, byte[]) - Static method in class org.jboss.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
copy(InputStream, OutputStream, int) - Static method in class org.jboss.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
copy(Serializable) - Static method in class org.jboss.util.Objects
Copy an serializable object deeply.
copy(URL, File) - Static method in class org.jboss.util.file.Files
Copy a remote/local URL to a local file
copyAttributes(Element, Element) - Static method in class org.jboss.util.xml.DOMUtils
Copy attributes between elements
copyb(InputStream, OutputStream) - Static method in class org.jboss.util.stream.Streams
Copy all of the bytes from the input stream to the output stream wrapping streams in buffers as needed.
copyReaders(Catalog) - Method in class org.jboss.util.xml.catalog.Catalog
Copies the reader list from the current Catalog to a new Catalog.
copySome(InputStream, OutputStream, byte[], long) - Static method in class org.jboss.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
copySome(InputStream, OutputStream, int, long) - Static method in class org.jboss.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
copySome(InputStream, OutputStream, long) - Static method in class org.jboss.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
cost - Variable in class org.jboss.util.graph.Edge
 
cost(Vertex<T>) - Method in class org.jboss.util.graph.Vertex
What is the cost from this vertext to the dest vertex.
count - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
The number of elements in this segment's region.
count - Variable in class org.jboss.util.Counter
The current count
count - Variable in class org.jboss.util.LongCounter
The current count
count - Variable in class org.jboss.util.StopWatch
The lap count
count(String, char) - Static method in class org.jboss.util.Strings
Count the number of instances of character within a string.
count(String, String) - Static method in class org.jboss.util.Strings
Count the number of instances of substring within a string.
counter - Variable in class org.jboss.util.Counter.Wrapper
The wrapped counter
counter - Variable in class org.jboss.util.LongCounter.Wrapper
The wrapped counter
Counter - Class in org.jboss.util
An integer counter class.
Counter() - Constructor for class org.jboss.util.Counter
Construct a Counter.
Counter(int) - Constructor for class org.jboss.util.Counter
Construct a Counter with a starting value.
COUNTER - Static variable in class org.jboss.util.id.UID
A counter for generating identity values
Counter.Wrapper - Class in org.jboss.util
Base wrapper class for other wrappers.
create() - Method in interface org.jboss.util.CachePolicy
 
create() - Static method in class org.jboss.util.id.VMID
Create the VMID for the current virtual mahcine.
create() - Method in class org.jboss.util.LRUCachePolicy
Initializes the cache, creating all required objects and initializing their values.
create() - Static method in class org.jboss.util.platform.PID
Create the PID for the current virtual mahcine.
create() - Method in class org.jboss.util.property.jmx.SystemPropertyClassValue
JBoss lifecycle
create() - Method in interface org.jboss.util.property.jmx.SystemPropertyClassValueMBean
JBoss lifecycle
create() - Method in class org.jboss.util.SynchronizedCachePolicy
 
create() - Method in class org.jboss.util.TimedCachePolicy
Initializes the cache for use.
create(Object) - Static method in class org.jboss.util.SoftObject
Create a SoftObject for the given object.
create(Object) - Static method in class org.jboss.util.WeakObject
Create a WeakObject for the given object.
create(Object, ReferenceQueue) - Static method in class org.jboss.util.SoftObject
Create a SoftObject for the given object.
create(Object, ReferenceQueue) - Static method in class org.jboss.util.WeakObject
Create a WeakObject for the given object.
create(URL, ArchiveBrowser.Filter) - Method in interface org.jboss.util.file.ArchiveBrowserFactory
 
create(URL, ArchiveBrowser.Filter) - Method in class org.jboss.util.file.FileProtocolArchiveBrowserFactory
 
create(URL, ArchiveBrowser.Filter) - Method in class org.jboss.util.file.JarProtocolArchiveBrowserFactory
 
create(List, File, ArchiveBrowser.Filter) - Static method in class org.jboss.util.file.DirectoryArchiveBrowser
 
create(K, V, ReferenceQueue<V>) - Method in class org.jboss.util.collection.ReferenceValueMap
Create new value ref instance.
create(K, V, ReferenceQueue<V>) - Method in class org.jboss.util.collection.SoftValueHashMap
 
create(K, V, ReferenceQueue<V>) - Static method in class org.jboss.util.collection.SoftValueRef
Safely create a new SoftValueRef
create(K, V, ReferenceQueue<V>) - Method in class org.jboss.util.collection.SoftValueTreeMap
 
create(K, V, ReferenceQueue<V>) - Method in class org.jboss.util.collection.WeakValueHashMap
 
create(K, V, ReferenceQueue<V>) - Static method in class org.jboss.util.collection.WeakValueRef
Safely create a new WeakValueRef
create(K, V, ReferenceQueue<V>) - Method in class org.jboss.util.collection.WeakValueTreeMap
 
createCacheEntry(Object, Object) - Method in class org.jboss.util.LRUCachePolicy
Factory method for cache entries
createConcurrentReaderMap() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the concurrent map implementation
createConcurrentReferenceSet() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the concurrent reference set implementation
createConcurrentSet() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the concurrent set implementation
createCopyOnWriteList() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the concurrent list implementation
createCopyOnWriteSet() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the concurrent set implementation
createElement(String) - Static method in class org.jboss.util.xml.DOMUtils
Create an Element for a given name
createElement(String, String) - Static method in class org.jboss.util.xml.DOMUtils
Create an Element for a given name and prefix
createElement(String, String, String) - Static method in class org.jboss.util.xml.DOMUtils
Create an Element for a given name, prefix and uri
createElement(QName) - Static method in class org.jboss.util.xml.DOMUtils
Create an Element for a given QName
createImplementation() - Method in class org.jboss.util.collection.LazyList
Create the list implementation
createImplementation() - Method in class org.jboss.util.collection.LazyMap
Create the map implementation
createImplementation() - Method in class org.jboss.util.collection.LazySet
Create the set implementation
createLazyList() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the list implementation
createLazyMap() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the map implementation
createLazySet() - Static method in class org.jboss.util.collection.CollectionsFactory
Defines the set implementation
createLinkRef(String, String) - Static method in class org.jboss.util.naming.Util
Create a link
createLinkRef(Context, String, String) - Static method in class org.jboss.util.naming.Util
Create a link
createList() - Method in class org.jboss.util.LRUCachePolicy
Factory method for the linked list used by this cache implementation.
createLog() - Method in class org.jboss.util.JBossObject
Create logger.
createMap() - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap() - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap() - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap() - Method in class org.jboss.util.LRUCachePolicy
Create map holding entries.
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createQueueLoop() - Method in class org.jboss.util.TimerQueue
 
createQueueLoop() - Method in class org.jboss.util.WorkerQueue
Creates the loop that will get the next job and process it.
createServerSocket(int) - Method in class org.jboss.net.sockets.DefaultSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket(int) - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket(int, int) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
createSnapshot() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Create and return a new SnapshotEntry holding current mapping if this node holds a valid value, else null
createSocket(String, int) - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createSocket(String, int) - Method in class org.jboss.net.sockets.QueuedClientSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createSocket(String, int) - Method in class org.jboss.net.sockets.TimeoutClientSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createSubcontext(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
createSubcontext(Context, String) - Static method in class org.jboss.util.naming.Util
Create a subcontext including any intermediate contexts.
createSubcontext(Context, Name) - Static method in class org.jboss.util.naming.Util
Create a subcontext including any intermediate contexts.
createSubcontext(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
createTextNode(String) - Static method in class org.jboss.util.xml.DOMUtils
Create a org.w3c.dom.Text node
createTimeout(long, TimeoutTarget) - Static method in class org.jboss.util.timeout.TimeoutFactory
Schedules a new timeout using the singleton TimeoutFactory
createURLStreamHandler(String) - Method in class org.jboss.net.protocol.URLStreamHandlerFactory
Search the handlerPkgs for URLStreamHandler classes matching the pkg + protocol + ".Handler" naming convention.
createURLStreamHandlerProtocol - Static variable in class org.jboss.net.protocol.URLStreamHandlerFactory
This thread local is used to prevent recursion in the createURLStreamHandler method.
CRLFPrintWriter - Class in org.jboss.util.stream
A PrintWriter that ends lines with a carriage return-line feed (CRLF).
CRLFPrintWriter(OutputStream) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(OutputStream, boolean) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(Writer) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(Writer, boolean) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
current - Variable in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
current - Variable in class org.jboss.util.collection.ReverseListIterator
The current index of the list
currentCL - Variable in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
The current classloader
currentDefaultNamespace - Variable in class org.jboss.util.xml.DOMWriter
 
currentKey - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
currentKey - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
Strong reference needed to avoid disappearance of key between nextEntry() and any use of the entry
currentState - Variable in class org.jboss.util.state.StateMachine
The current state of the state machine
currentTable - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
currentThread - Variable in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
The current thread
currentTimeMillis() - Method in class org.jboss.util.TimedCachePolicy
Get the cache time.

D

data - Variable in class org.jboss.util.graph.Vertex
 
data - Variable in class org.jboss.util.state.State
Arbitrary state data
DateEditor - Class in org.jboss.util.propertyeditor
A property editor for Date.
DateEditor() - Constructor for class org.jboss.util.propertyeditor.DateEditor
 
DEADLOCK_TIMEOUT - Static variable in class org.jboss.util.Semaphore
 
deadlockDetection(Object, Resource) - Method in class org.jboss.util.deadlock.DeadlockDetector
 
DeadlockDetector - Class in org.jboss.util.deadlock
Created by IntelliJ IDEA.
DeadlockDetector() - Constructor for class org.jboss.util.deadlock.DeadlockDetector
 
debug - Variable in class org.jboss.util.xml.catalog.CatalogManager
The manager's debug object.
debug - Variable in class org.jboss.util.xml.catalog.helpers.Debug
The internal debug level.
debug - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The debug class to use for this reader.
Debug - Class in org.jboss.util.xml.catalog.helpers
Static debugging/messaging class for Catalogs.
Debug() - Constructor for class org.jboss.util.xml.catalog.helpers.Debug
Constructor
DECODABET - Static variable in class org.jboss.util.Base64
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
decode(byte[], int, int) - Static method in class org.jboss.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jboss.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String) - Static method in class org.jboss.util.Strings
 
DECODE - Static variable in class org.jboss.util.Base64
Specify decoding.
decode4to3(byte[], int, byte[], int) - Static method in class org.jboss.util.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
decodeFileName(String) - Static method in class org.jboss.util.file.Files
Used to decode a file system friendly filename produced by encodeFileName() method, above.
decodeFileName(String, char) - Static method in class org.jboss.util.file.Files
See decodeFileName(String) above.
decodeFilePaths - Static variable in class org.jboss.net.protocol.file.FileURLConnection
 
decodeFromFile(String) - Static method in class org.jboss.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.jboss.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jboss.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeURN(String) - Static method in class org.jboss.util.xml.catalog.helpers.PublicId
Decode a "publicid" URN into a public identifier.
decrement() - Method in class org.jboss.util.Counter
Decrement the counter.
decrement() - Method in class org.jboss.util.Counter.Wrapper
 
decrement() - Method in class org.jboss.util.LongCounter
Decrement the counter.
decrement() - Method in class org.jboss.util.LongCounter.Wrapper
 
DEFAULT_BUFFER_SIZE - Static variable in class org.jboss.util.file.Files
The default size of the copy buffer.
DEFAULT_BUFFER_SIZE - Static variable in class org.jboss.util.stream.Streams
The default buffer size that will be used for buffered operations.
DEFAULT_CAPACITY - Static variable in class org.jboss.util.collection.FastCopyHashMap
Same default as HashMap, must be a power of 2
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The default concurrency level for this table, used when not otherwise specified in a constructor.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The default initial capacity for this table, used when not otherwise specified in a constructor.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.util.collection.WeakIdentityHashMap
The default initial capacity -- MUST be a power of two.
DEFAULT_KEY_TYPE - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The default load factor for this table, used when not otherwise specified in a constructor.
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.util.collection.FastCopyHashMap
67%, just like IdentityHashMap
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.util.collection.WeakIdentityHashMap
The load fast used when none specified in constructor.
DEFAULT_MAXIMUM_SIZE - Static variable in class org.jboss.util.collection.AbstractQueue
Default maximum queue size
default_override - Variable in class org.jboss.util.xml.catalog.Catalog
The default initial override setting.
DEFAULT_PACKAGE_NAME - Static variable in class org.jboss.util.Classes
The default package name.
DEFAULT_PROPERTY_NAME - Static variable in class org.jboss.util.property.DefaultPropertyReader
Default property name to read filenames from
DEFAULT_PROPERTY_READER_TOKEN - Static variable in class org.jboss.util.property.PropertyManager
Token which specifies the default property reader
DEFAULT_PROPERTY_READERS - Static variable in class org.jboss.util.property.PropertyManager
The default property reader name array
DEFAULT_TP - Static variable in class org.jboss.util.timeout.TimeoutFactory
The default threadpool used to execute timeouts
DEFAULT_VALUE_TYPE - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
defaultCatalogFiles - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default catalog files list.
DefaultClientSocketFactory - Class in org.jboss.net.sockets
A RMIClientSocketFactory that adds a bind address override of the server host to control what the address the client uses.
DefaultClientSocketFactory() - Constructor for class org.jboss.net.sockets.DefaultClientSocketFactory
 
defaultFactory - Variable in class org.jboss.util.builder.AbstractBuilder
The default factory
defaultLifetime - Variable in class org.jboss.util.TimedCachePolicy
The lifetime in seconds to use for objects inserted that do not implement the TimedEntry interface.
defaultOasisXMLCatalogPI - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default setting of the oasisXMLCatalogPI flag.
defaultPreferPublic - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default preference setting.
DefaultPropertyReader - Class in org.jboss.util.property
Reads properties from files specified via a system property.
DefaultPropertyReader() - Constructor for class org.jboss.util.property.DefaultPropertyReader
Construct a DefaultPropertyReader.
DefaultPropertyReader(String) - Constructor for class org.jboss.util.property.DefaultPropertyReader
Construct a DefaultPropertyReader with a specified property name.
defaultRelativeCatalogs - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default setting of the relativeCatalogs flag.
DefaultSocketFactory - Class in org.jboss.net.sockets
An implementation of RMIServerSocketFactory that supports backlog and bind address settings
DefaultSocketFactory() - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory that binds on any address with a default backlog of 200
DefaultSocketFactory(int) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given backlog
DefaultSocketFactory(InetAddress) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given bind address
DefaultSocketFactory(InetAddress, int) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given bind address and backlog
DefaultTimedEntry(long, Object) - Constructor for class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
defaultToString(Object) - Static method in class org.jboss.util.Strings
The default toString implementation of an object
defaultToString(StringBuffer, Object) - Static method in class org.jboss.util.Strings
The default toString implementation of an object
defaultToString(JBossStringBuilder, Object) - Static method in class org.jboss.util.Strings
The default toString implementation of an object
defaultUseStaticCatalog - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default setting of the static catalog flag.
defaultVerbosity - Variable in class org.jboss.util.xml.catalog.CatalogManager
Default verbosity level if there is no property setting for it.
delegate - Variable in class org.jboss.util.collection.LazyList
The delegate list
delegate - Variable in class org.jboss.util.collection.LazyMap
The delegate map
delegate - Variable in class org.jboss.util.collection.LazySet
The delegate set
delegate - Variable in class org.jboss.util.collection.ReferenceValueMap.EntrySetIterator
The delegate
delegate - Variable in class org.jboss.util.naming.ReadOnlyContext
The actual context we impose the read-only behavior on
delegate - Variable in class org.jboss.util.SynchronizedCachePolicy
 
DELEGATE_PUBLIC - Static variable in class org.jboss.util.xml.catalog.Catalog
The DELEGATE_PUBLIC Catalog Entry type.
DELEGATE_SYSTEM - Static variable in class org.jboss.util.xml.catalog.Catalog
The DELEGATE_SYSTEM Catalog Entry type.
DELEGATE_URI - Static variable in class org.jboss.util.xml.catalog.Catalog
The DELEGATE_URI Catalog Entry type.
delegateConnection - Variable in class org.jboss.net.protocol.DelegatingURLConnection
 
delegateUrl - Variable in class org.jboss.net.protocol.DelegatingURLConnection
 
DelegatingClassLoader - Class in org.jboss.util.loading
A URL classloader that delegates to its parent, avoiding synchronization.
DelegatingClassLoader(ClassLoader) - Constructor for class org.jboss.util.loading.DelegatingClassLoader
Constructor
DelegatingClassLoader(ClassLoader, URLStreamHandlerFactory) - Constructor for class org.jboss.util.loading.DelegatingClassLoader
Constructor
DelegatingURLConnection - Class in org.jboss.net.protocol
An delegating URLConnection support class.
DelegatingURLConnection(URL) - Constructor for class org.jboss.net.protocol.DelegatingURLConnection
 
delete(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
delete(File) - Static method in class org.jboss.util.file.Files
Delete a file, or a directory and all of its contents.
delete(String) - Static method in class org.jboss.util.file.Files
Delete a file or directory and all of its contents.
deleteCharAt(int) - Method in class org.jboss.util.JBossStringBuilder
 
deleteContaining(String) - Static method in class org.jboss.util.file.Files
Delete a directory contaning the given file and all its contents.
demote() - Method in class org.jboss.util.LRUCachePolicy.LRUList
Demotes from the cache the least used entry.
depthFirstSearch(Vertex<T>, Visitor<T>) - Method in class org.jboss.util.graph.Graph
Perform a depth first serach using recursion.
depthFirstSearch(Vertex<T>, VisitorEX<T, E>) - Method in class org.jboss.util.graph.Graph
Perform a depth first serach using recursion.
deref(Object) - Static method in class org.jboss.util.Objects
Dereference the given object if it is non-null and is an instance of Reference.
deref(Object, Class<T>) - Static method in class org.jboss.util.Objects
Dereference an object
dereferenceValue(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
descend() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
advance next to lower entry
descend(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
Version of descend for submaps to stop at least
DescendingEntryIterator() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingEntryIterator
 
descendingEntrySet - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Lazily initialized descending entry set
descendingEntrySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
descendingEntrySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a collection view of the mappings contained in this map, in descending order.
descendingEntrySet() - Method in interface org.jboss.util.collection.NavigableMap
Returns a set view of the mappings contained in this map, in descending key order.
DescendingEntrySet() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingEntrySet
 
descendingEntrySetView - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
DescendingEntrySetView() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingEntrySetView
 
descendingKeyIterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
DescendingKeyIterator() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingKeyIterator
 
descendingKeySet - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Lazily initialized descending key set
descendingKeySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
descendingKeySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a set view of the keys contained in this map in descending order.
descendingKeySet() - Method in interface org.jboss.util.collection.NavigableMap
Returns a set view of the keys contained in this map, in descending key order.
DescendingKeySet() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingKeySet
 
descendingKeySetView - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
DescendingKeySetView() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView
 
descendingSubMapEntryIterator(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
DescendingSubMapEntryIterator(K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapEntryIterator
 
descendingSubMapKeyIterator(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
DescendingSubMapKeyIterator(K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapKeyIterator
 
describe(StringBuffer, Class) - Static method in class org.jboss.util.Classes
Describe the class
describe(StringBuffer, Object) - Static method in class org.jboss.util.Classes
Describe the class of an object
description - Variable in class org.jboss.util.state.StateMachine
A description of the state machine
descriptor - Variable in class org.jboss.util.property.MethodBoundPropertyListener
Property descriptor
destroy() - Method in interface org.jboss.util.CachePolicy
 
destroy() - Method in class org.jboss.util.LRUCachePolicy
Destroys the cache that is now unusable.
destroy() - Method in class org.jboss.util.SynchronizedCachePolicy
 
destroy() - Method in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
destroy() - Method in class org.jboss.util.TimedCachePolicy
Clears the cache of all entries.
destroy() - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
Notify the entry that it has been removed from the cache.
destroySubcontext(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
destroySubcontext(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
DETECT_DUPLICATE_NESTING - Static variable in interface org.jboss.util.NestedThrowable
A system wide flag to enable or disable checking of parent and child types to detect uneeded nesting
dfsSpanningTree(Vertex<T>, DFSVisitor<T>) - Method in class org.jboss.util.graph.Graph
Find the spanning tree using a DFS starting from v.
DFSVisitor<T> - Interface in org.jboss.util.graph
A spanning tree visitor callback interface
DirectoryArchiveBrowser - Class in org.jboss.util.file
Comment
DirectoryArchiveBrowser(File, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.DirectoryArchiveBrowser
 
disableIsNull - Static variable in class org.jboss.util.propertyeditor.PropertyEditors
Whether we handle nulls
DISCARD - Static variable in class org.jboss.util.threadpool.BlockingMode
Set the policy for blocked execution to be to return without executing the request.
DISCARD_OLDEST - Static variable in class org.jboss.util.threadpool.BlockingMode
Set the policy for blocked execution to be to discard the oldest unhandled request
DISCARD_OLDEST_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
DISCARD_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
displayClassInfo(Class, StringBuffer) - Static method in class org.jboss.util.Classes
Format a string buffer containing the Class, Interfaces, CodeSource, and ClassLoader information for the given object clazz.
DOCTYPE - Static variable in class org.jboss.util.xml.catalog.Catalog
The DOCTYPE Catalog Entry type.
DOCUMENT - Static variable in class org.jboss.util.xml.catalog.Catalog
The DOCUMENT Catalog Entry type.
DocumentEditor - Class in org.jboss.util.propertyeditor
A property editor for Document.
DocumentEditor() - Constructor for class org.jboss.util.propertyeditor.DocumentEditor
 
documentThreadLocal - Static variable in class org.jboss.util.xml.DOMUtils
 
doGet(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Specialized variant of findNode to perform Map.get.
DOMCatalogParser - Interface in org.jboss.util.xml.catalog.readers
The DOMCatalogParser interface.
DOMCatalogReader - Class in org.jboss.util.xml.catalog.readers
A DOM-based CatalogReader.
DOMCatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Null constructor; something for subclasses to call.
DOMUtils - Class in org.jboss.util.xml
DOM2 utilites
DOMUtils() - Constructor for class org.jboss.util.xml.DOMUtils
 
DOMWriter - Class in org.jboss.util.xml
Traverse a DOM tree in order to print a document that is parsed.
DOMWriter(OutputStream) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(OutputStream, String) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(Writer) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(Writer, String) - Constructor for class org.jboss.util.xml.DOMWriter
 
done() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
 
done() - Method in interface org.jboss.util.timeout.TimeoutExt
Mark the work as done
done() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
 
DONE - Static variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Done
DONE - Static variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
Done
doNotify() - Method in class org.jboss.util.WaitSemaphore
 
doNotify() - Method in interface org.jboss.util.WaitSync
Wakes up this sync that has been posed in wait status by a WaitSync.doWait() call.
DONT_BREAK_LINES - Static variable in class org.jboss.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doPut(K, V, boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Main insertion method.
doRemove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Main deletion method.
doRemoveFirst(boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Remove first entry; return either its key or a snapshot.
doRemoveLast(boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Specialized version of doRemove for last entry.
DoubleEditor - Class in org.jboss.util.propertyeditor
A property editor for Integer.
DoubleEditor() - Constructor for class org.jboss.util.propertyeditor.DoubleEditor
 
doWait() - Method in class org.jboss.util.WaitSemaphore
 
doWait() - Method in interface org.jboss.util.WaitSync
Pone in wait status this sync, until WaitSync.doNotify() is called to wake it up.
down - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Index
 
doWork() - Method in class org.jboss.util.timeout.TimeoutFactory
Timeout worker method.
DTDDECL - Static variable in class org.jboss.util.xml.catalog.Catalog
The DTDDECL Catalog Entry type.
dump() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 

E

Edge<T> - Class in org.jboss.util.graph
A directed, weighted edge in a graph
Edge(Vertex<T>, Vertex<T>) - Constructor for class org.jboss.util.graph.Edge
Create a zero cost edge between from and to
Edge(Vertex<T>, Vertex<T>, int) - Constructor for class org.jboss.util.graph.Edge
Create an edge between from and to with the given cost.
edges - Variable in class org.jboss.util.graph.Graph
Vector of edges in the graph
ejbQlIdentifiers - Static variable in class org.jboss.util.Strings
List of EJB-QL Identifiers as defined in the EJB 2.0 Specification Section 11.2.6.1
ElementEditor - Class in org.jboss.util.propertyeditor
A property editor for Element.
ElementEditor() - Constructor for class org.jboss.util.propertyeditor.ElementEditor
 
elements - Variable in class org.jboss.util.collection.CompoundKey
The elements of the key
elements() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
EMPTY - Static variable in class org.jboss.util.Strings
An empty string constant
EMPTY_ARRAY_PROPERTY - Static variable in class org.jboss.util.property.PropertyMap
Empty array property
EMPTY_ITERATOR - Static variable in class org.jboss.util.collection.Iterators
An empty Iterator
EMPTY_URL_ARRAY - Static variable in class org.jboss.util.loading.DelegatingClassLoader
The value returned by URLClassLoader.getURLs().
EmptyCollectionException - Exception in org.jboss.util.collection
Thrown to indicate that an operation can not be performed on an empty collection.
EmptyCollectionException() - Constructor for exception org.jboss.util.collection.EmptyCollectionException
Construct a EmptyCollectionException with no detail.
EmptyCollectionException(String) - Constructor for exception org.jboss.util.collection.EmptyCollectionException
Construct a EmptyCollectionException with the specified detail message.
EmptyIterator() - Constructor for class org.jboss.util.collection.Iterators.EmptyIterator
 
EmptyStringException - Exception in org.jboss.util
Thrown to indicate that a string was empty (aka.
EmptyStringException() - Constructor for exception org.jboss.util.EmptyStringException
Construct a EmptyStringException.
EmptyStringException(String) - Constructor for exception org.jboss.util.EmptyStringException
Construct a EmptyStringException.
encode - Variable in class org.jboss.util.Base64.InputStream
 
encode - Variable in class org.jboss.util.Base64.OutputStream
 
ENCODE - Static variable in class org.jboss.util.Base64
Specify encoding.
encode3to4(byte[], byte[], int) - Static method in class org.jboss.util.Base64
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int, int, byte[], int) - Static method in class org.jboss.util.Base64
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
encodeBytes(byte[]) - Static method in class org.jboss.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jboss.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jboss.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jboss.util.Base64
Encodes a byte array into Base64 notation.
encodedByte(int) - Method in class org.jboss.util.xml.catalog.Catalog
Perform %-encoding on a single byte.
encodeFileName(String) - Static method in class org.jboss.util.file.Files
Used to encode any string into a string that is safe to use as a file name on most operating systems.
encodeFileName(String, char) - Static method in class org.jboss.util.file.Files
See encodeFileName(String) above.
encodeFromFile(String) - Static method in class org.jboss.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.jboss.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jboss.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jboss.util.Base64
Convenience method for encoding data to a file.
encodeURN(String) - Static method in class org.jboss.util.xml.catalog.helpers.PublicId
Encode a public identifier as a "publicid" URN.
ENCThreadLocalKey - Class in org.jboss.util.naming
Return a LinkRef based on a ThreadLocal key.
ENCThreadLocalKey() - Constructor for class org.jboss.util.naming.ENCThreadLocalKey
 
end - Variable in class org.jboss.util.Strings.Range
The end of the range.
endDocument() - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX endDocument method does nothing.
endDocument() - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX endDocument method.
endDocument() - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
endDocument() - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX endDocument method does nothing.
endElement(String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX endElement method.
endElement(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.ExtendedXMLCatalogReader
The SAX endElement method does nothing.
endElement(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX endElement method does nothing.
endElement(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX2 endElement method.
endElement(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
endElement(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX endElement method does nothing.
endPrefixMapping(String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX endPrefixMapping method does nothing.
endPrefixMapping(String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX endPrefixMapping method.
endPrefixMapping(String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
ensureCapacity(int) - Method in class org.jboss.util.JBossStringBuilder
 
ensureOpen() - Method in class org.jboss.util.stream.CRLFPrintWriter
 
entities - Static variable in class org.jboss.util.xml.JBossEntityResolver
A class wide Map of publicId/systemId to dtd/xsd file
ENTITY - Static variable in class org.jboss.util.xml.catalog.Catalog
The ENTITY Catalog Entry type.
entityResolved - Variable in class org.jboss.util.xml.JBossEntityResolver
 
entries - Variable in class org.jboss.util.file.JarArchiveBrowser
 
entry - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
Entry(Object, Object, ReferenceQueue, int, WeakIdentityHashMap.Entry) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.Entry
Create new entry.
Entry(K, int, V) - Constructor for class org.jboss.util.collection.FastCopyHashMap.Entry
 
entryAdded(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Callback that signals that the given entry has been added to the cache.
entryArgs - Static variable in class org.jboss.util.xml.catalog.CatalogEntry
The entryTypes vector maps catalog entry types to the number of arguments they're required to have.
EntryIter() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
EntryIterator() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.util.collection.FastCopyHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.EntryIterator
 
entryMap - Variable in class org.jboss.util.TimedCachePolicy
The map of cached TimedEntry objects.
entryPromotion(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Callback that signals that the given entry is just about to be added.
entryRemoved(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Callback that signals that the given entry has been removed from the cache.
entrySet - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
entrySet - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Lazily initialized entry set
entrySet - Variable in class org.jboss.util.collection.FastCopyHashMap
 
entrySet - Variable in class org.jboss.util.collection.WeakIdentityHashMap
 
entrySet() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
entrySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.jboss.util.collection.FastCopyHashMap
 
entrySet() - Method in class org.jboss.util.collection.LazyMap
 
entrySet() - Method in class org.jboss.util.collection.ReferenceValueMap
 
entrySet() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.jboss.util.property.PropertyGroup
Returns an entry set for all properties in this group.
entrySet(boolean) - Method in class org.jboss.util.property.PropertyMap
Returns a set of entrys for all entries in this group and optionally all of the entrys in the defaults map.
EntrySet() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
EntrySet() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
EntrySet() - Constructor for class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
EntrySet() - Constructor for class org.jboss.util.collection.ReferenceValueMap.EntrySet
 
EntrySet() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
EntrySetIterator(Iterator<Map.Entry<K, ValueRef<K, V>>>) - Constructor for class org.jboss.util.collection.ReferenceValueMap.EntrySetIterator
Create a new EntrySetIterator.
entrySetView - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
EntrySetView() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
entryType - Variable in class org.jboss.util.xml.catalog.CatalogEntry
The entry type of this entry
entryTypes - Static variable in class org.jboss.util.xml.catalog.CatalogEntry
The entryTypes vector maps catalog entry names (e.g., 'BASE' or 'SYSTEM') to their type (1, 2, etc.).
Enum2Iterator(Enumeration) - Constructor for class org.jboss.util.collection.Iterators.Enum2Iterator
 
enumeration - Variable in class org.jboss.util.collection.Iterators.Enum2Iterator
 
enumeration - Variable in class org.jboss.util.collection.Iterators.SyncEnumeration
 
eq(Object, Object) - Static method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
eq(Object, Object) - Static method in class org.jboss.util.collection.FastCopyHashMap
 
eq(Object, Object) - Static method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
EQ - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
 
equals(byte[], byte[]) - Static method in class org.jboss.util.Primitives
Test the equality of two byte arrays.
equals(byte[], int, byte[], int, int) - Static method in class org.jboss.util.Primitives
Test the equality of a given sub-section of two byte arrays.
equals(double, double) - Static method in class org.jboss.util.Primitives
Test the equality of two doubles by converting their values into IEEE 754 floating-point "double format" long values.
equals(float, float) - Static method in class org.jboss.util.Primitives
Test the equality of two doubles by converting their values into IEEE 754 floating-point "single precision" bit layouts.
equals(Object) - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
 
equals(Object) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
equals(Object) - Method in class org.jboss.net.sockets.QueuedClientSocketFactory
 
equals(Object) - Method in class org.jboss.net.sockets.TimeoutClientSocketFactory
 
equals(Object) - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
equals(Object) - Method in class org.jboss.util.collection.CompoundKey
Test the equality of an object with this.
equals(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
equals(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
equals(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
 
equals(Object) - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
equals(Object) - Method in class org.jboss.util.collection.SoftSet
 
equals(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
equals(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
equals(Object) - Method in class org.jboss.util.Counter
Check if the given object is equal to this.
equals(Object) - Method in class org.jboss.util.Counter.Wrapper
 
equals(Object) - Method in class org.jboss.util.HashCode
Test the equality of this HashCode and another object.
equals(Object) - Method in class org.jboss.util.id.GUID
Check if the given object is equal to this GUID.
equals(Object) - Method in class org.jboss.util.id.UID
Checks if the given object is equal to this UID.
equals(Object) - Method in class org.jboss.util.id.VMID
Check if the given object is equal to this VMID.
equals(Object) - Method in class org.jboss.util.LongCounter
Check if the given object is equal to this.
equals(Object) - Method in class org.jboss.util.LongCounter.Wrapper
 
equals(Object) - Method in class org.jboss.util.Null
Check if the given object is a Null instance or null.
equals(Object) - Method in class org.jboss.util.platform.PID
Check if the given object is equal to this PID.
equals(Object) - Method in class org.jboss.util.Semaphore.Info
 
equals(Object) - Method in class org.jboss.util.SoftObject
Check the equality of an object with this.
equals(Object) - Method in class org.jboss.util.WeakObject
Check the equality of an object with this.
equals(Object) - Method in class org.jboss.util.xml.CatalogLocation
To catalog locations are qual if the location is equal.
equals(Object[], Object[]) - Static method in class org.jboss.util.Objects
Test the equality of two object arrays.
equals(Object[], Object[], boolean) - Static method in class org.jboss.util.Objects
Test the equality of two object arrays.
equals(Object, Object) - Static method in class org.jboss.util.JBossObject
Safe equality check
equals(Object, Object) - Static method in class org.jboss.util.Objects
Test the equality of two objects.
EQUALS_SIGN - Static variable in class org.jboss.util.Base64
The equals sign (=) as a byte.
EQUALS_SIGN_ENC - Static variable in class org.jboss.util.Base64
 
er - Variable in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
error - Variable in class org.jboss.util.xml.JBossErrorHandler
 
error(TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
error(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
ERROR - Static variable in interface org.jboss.util.ThrowableHandler.Type
Error throwable.
exception - Variable in exception org.jboss.util.xml.catalog.CatalogException
The embedded exception if tunnelling, or null.
exceptionType - Variable in exception org.jboss.util.xml.catalog.CatalogException
 
Executable - Interface in org.jboss.util
Interface for the execution of a task.
execute() - Method in interface org.jboss.util.Executable
 
execute() - Method in interface org.jboss.util.threadpool.Task
Execute the task
execute() - Method in class org.jboss.util.TimerTask
The task to be executed, to be implemented in subclasses.
execute(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Execute a task
EXECUTED - Static variable in class org.jboss.util.TimerTask
The state after first execution if the TimerTask is not repeating
executeOnThread(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Execute a task on the same thread
executor - Variable in class org.jboss.util.threadpool.BasicThreadPool
The pooled executor
exists(String) - Static method in class org.jboss.util.property.Property
Check if a property of the given name exists.
expandCapacity(int) - Method in class org.jboss.util.JBossStringBuilder
Expand the capacity to the greater of the minimum or twice the current size
expectedCount - Variable in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
expectedModCount - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
expirationTime - Variable in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory, int) - Static method in class org.jboss.net.sockets.RMIMultiSocketServer
 
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory, Class[], int) - Static method in class org.jboss.net.sockets.RMIMultiSocketServer
 
expungeStaleEntries() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Expunge stale entries from the table.
extendedNamespaceName - Static variable in class org.jboss.util.xml.catalog.readers.ExtendedXMLCatalogReader
The namespace name of extended catalog elements
ExtendedXMLCatalogReader - Class in org.jboss.util.xml.catalog.readers
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.
ExtendedXMLCatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.ExtendedXMLCatalogReader
 
extract() - Method in class org.jboss.util.Heap
Removes and returns the least element of this heap.
extractNestedJar(URL, File) - Static method in class org.jboss.util.file.JarUtils
Given a URL check if its a jar url(jar:!/archive) and if it is, extract the archive entry into the given dest directory and return a file URL to its location.

F

factoryClass - Variable in class org.jboss.util.builder.AbstractBuilder
The factory class
factoryFinder - Static variable in class org.jboss.util.file.ArchiveBrowser
Deprecated.
 
FALSE_HASHCODE - Static variable in class org.jboss.util.HashCode
Hashcode for a 'false' boolean
FastCopyHashMap<K,​V> - Class in org.jboss.util.collection
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap() - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap(int) - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap(int, float) - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap.Entry<K,​V> - Class in org.jboss.util.collection
 
FastCopyHashMap.EntryIterator - Class in org.jboss.util.collection
 
FastCopyHashMap.EntryIterator.WriteThroughEntry - Class in org.jboss.util.collection
 
FastCopyHashMap.EntrySet - Class in org.jboss.util.collection
 
FastCopyHashMap.FastCopyHashMapIterator<E> - Class in org.jboss.util.collection
 
FastCopyHashMap.KeyIterator - Class in org.jboss.util.collection
 
FastCopyHashMap.KeySet - Class in org.jboss.util.collection
 
FastCopyHashMap.SimpleEntry<K,​V> - Class in org.jboss.util.collection
 
FastCopyHashMap.ValueIterator - Class in org.jboss.util.collection
 
FastCopyHashMap.Values - Class in org.jboss.util.collection
 
FastCopyHashMapIterator() - Constructor for class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
FastCopyHashSet<E> - Class in org.jboss.util.collection
Concurrent Set based on top of FastCopyHashMap.
FastCopyHashSet() - Constructor for class org.jboss.util.collection.FastCopyHashSet
Constructs a new, empty set; the backing FastCopyHashMap instance has default initial capacity (16) and load factor (0.75).
FastCopyHashSet(int) - Constructor for class org.jboss.util.collection.FastCopyHashSet
Constructs a new, empty set; the backing FastCopyHashMap instance has the specified initial capacity and default load factor, which is 0.75.
FastCopyHashSet(int, float) - Constructor for class org.jboss.util.collection.FastCopyHashSet
Constructs a new, empty set; the backing FastCopyHashMap instance has the specified initial capacity and the specified load factor.
FastCopyHashSet(Collection<? extends E>) - Constructor for class org.jboss.util.collection.FastCopyHashSet
Constructs a new set containing the elements in the specified collection.
fatalError(TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
fatalError(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
fclose(OutputStream) - Static method in class org.jboss.util.stream.Streams
Attempt to flush and close an OutputStream.
fclose(OutputStream[]) - Static method in class org.jboss.util.stream.Streams
Attempt to flush and close an array of OutputStreams.
fence - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
upper fence key, or null if to end
fence - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapEntryIterator
 
fence - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapKeyIterator
 
fence - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapValueIterator
 
field - Variable in class org.jboss.util.FieldInstance
Field
FieldBoundPropertyListener - Class in org.jboss.util.property
Binds property values to class fields.
FieldBoundPropertyListener(Object, String) - Constructor for class org.jboss.util.property.FieldBoundPropertyListener
Constructs a FieldBoundPropertyListener.
FieldBoundPropertyListener(Object, String, String) - Constructor for class org.jboss.util.property.FieldBoundPropertyListener
Constructs a FieldBoundPropertyListener.
fieldInstance - Variable in class org.jboss.util.property.FieldBoundPropertyListener
Field instance
FieldInstance - Class in org.jboss.util
A FieldInstance refers to a specific reflected field on an object.
FieldInstance(Object, String) - Constructor for class org.jboss.util.FieldInstance
Construct a new field instance.
file - Variable in class org.jboss.net.protocol.file.FileURLConnection
The underlying file
FILE_SEPARATOR - Static variable in class org.jboss.util.property.Property
Platform dependant file separator.
FILE_SEPARATOR - Static variable in class org.jboss.util.StringPropertyReplacer
File separator value
FILE_SEPARATOR_ALIAS - Static variable in class org.jboss.util.StringPropertyReplacer
File separator alias
FileEditor - Class in org.jboss.util.propertyeditor
A property editor for File.
FileEditor() - Constructor for class org.jboss.util.propertyeditor.FileEditor
 
fileName - Variable in class org.jboss.util.xml.JBossErrorHandler
 
FilenamePrefixFilter - Class in org.jboss.util.file
A prefix based filename filter.
FilenamePrefixFilter(String) - Constructor for class org.jboss.util.file.FilenamePrefixFilter
Construct a case sensitive FilenamePrefixFilter.
FilenamePrefixFilter(String, boolean) - Constructor for class org.jboss.util.file.FilenamePrefixFilter
Construct a FilenamePrefixFilter.
filenames - Variable in class org.jboss.util.property.FilePropertyReader
Array of filenames to load properties from
FilenameSuffixFilter - Class in org.jboss.util.file
A suffix based filename filter.
FilenameSuffixFilter(String) - Constructor for class org.jboss.util.file.FilenameSuffixFilter
Construct a case sensitive FilenameSuffixFilter.
FilenameSuffixFilter(String, boolean) - Constructor for class org.jboss.util.file.FilenameSuffixFilter
Construct a FilenameSuffixFilter.
FilePrefixFilter - Class in org.jboss.util.file
A prefix based file filter.
FilePrefixFilter(String) - Constructor for class org.jboss.util.file.FilePrefixFilter
Construct a case sensitive FilePrefixFilter.
FilePrefixFilter(String, boolean) - Constructor for class org.jboss.util.file.FilePrefixFilter
Construct a FilePrefixFilter.
FilePropertyReader - Class in org.jboss.util.property
Reads properties from one or more files.
FilePropertyReader(String) - Constructor for class org.jboss.util.property.FilePropertyReader
Construct a FilePropertyReader with a single filename to read from.
FilePropertyReader(String[]) - Constructor for class org.jboss.util.property.FilePropertyReader
Construct a FilePropertyReader with an array of filenames to read from.
FileProtocolArchiveBrowserFactory - Class in org.jboss.util.file
comment
FileProtocolArchiveBrowserFactory() - Constructor for class org.jboss.util.file.FileProtocolArchiveBrowserFactory
 
files - Variable in class org.jboss.util.file.DirectoryArchiveBrowser
 
Files - Class in org.jboss.util.file
A collection of file utilities.
Files() - Constructor for class org.jboss.util.file.Files
 
FileSuffixFilter - Class in org.jboss.util.file
A suffix based file filter.
FileSuffixFilter(String) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a case sensitive FileSuffixFilter.
FileSuffixFilter(String[]) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a FileSuffixFilter.
FileSuffixFilter(String[], boolean) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a FileSuffixFilter.
FileSuffixFilter(String, boolean) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a FileSuffixFilter.
FileURLConnection - Class in org.jboss.net.protocol.file
Provides local file access via URL semantics, correctly returning the last modified time of the underlying file.
FileURLConnection(URL) - Constructor for class org.jboss.net.protocol.file.FileURLConnection
 
filter - Variable in class org.jboss.util.file.JarArchiveBrowser
 
filter - Variable in class org.jboss.util.file.JarStreamBrowser
 
filter - Variable in class org.jboss.util.file.JarUtils.JarInfo
 
filterValue(String) - Method in class org.jboss.util.property.FieldBoundPropertyListener
Filter the property value prior to coercing and binding to field.
finalize() - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
The destructor.
findCeiling(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return ceiling, or first node if key is null
findConstructorByHash(Class, long) - Static method in class org.jboss.util.MethodHashing
 
findCycles() - Method in class org.jboss.util.graph.Graph
Search the graph for cycles.
findEdge(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Search the outgoing edges for a match to e.
findEdge(Vertex<T>) - Method in class org.jboss.util.graph.Vertex
Search the outgoing edges looking for an edge whose's edge.to == dest.
findEditor(Class<?>) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Locate a value editor for a given target type.
findEditor(String) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Locate a value editor for a given target type.
findFirst() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Specialized variant of findNode to get first valid node
findLast() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Specialized version of find to get last valid node
findLower(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return lower node, or last node if key is null
findMethodByHash(Class, long) - Static method in class org.jboss.util.MethodHashing
 
findNear(K, int) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Utility for ceiling, floor, lower, higher methods.
findNode(Comparable<K>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return node holding key or null if no such, clearing out any deleted nodes seen along the way.
findPredecessor(Comparable<K>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return a base-level node with key strictly less than given key, or the base-level header if there is no such node.
findPredecessorOfLast() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Specialized variant of findPredecessor to get predecessor of last valid node.
findRelativePath(String, String) - Static method in class org.jboss.util.file.Files
Build a relative path to the given base path.
findVertexByData(T, Comparator<T>) - Method in class org.jboss.util.graph.Graph
Search the verticies for one with data.
findVertexByName(String) - Method in class org.jboss.util.graph.Graph
Search the verticies for one with name.
fireOnThrowable(int, Throwable) - Static method in class org.jboss.util.ThrowableHandler
Fire onThrowable to all registered listeners.
firePropertyAdded(List, PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property added event to the given list of listeners.
firePropertyAdded(PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property added event to all registered listeners.
firePropertyChanged(List, PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property changed event to the given list of listeners.
firePropertyChanged(PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property changed event to all listeners.
firePropertyRemoved(List, PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property removed event to the given list of listeners.
firePropertyRemoved(PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property removed event to all registered listeners.
firstEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
firstEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
firstKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the first (lowest) key currently in this map.
firstNode() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
firstStop - Variable in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
fixSlashes(String) - Method in class org.jboss.util.xml.catalog.Catalog
Replace backslashes with forward slashes.
FloatEditor - Class in org.jboss.util.propertyeditor
A property editor for Integer.
FloatEditor() - Constructor for class org.jboss.util.propertyeditor.FloatEditor
 
floorEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
floorEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such entry.
floorEntry(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such entry.
floorKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
floorKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
flush() - Method in interface org.jboss.util.CachePolicy
Flushes the cached objects from the cache.
flush() - Method in class org.jboss.util.LRUCachePolicy
 
flush() - Method in class org.jboss.util.SynchronizedCachePolicy
 
flush() - Method in class org.jboss.util.TimedCachePolicy
Remove all entries from the cache.
flush() - Method in class org.jboss.util.WorkerQueue.QueueLoop
 
flush(OutputStream) - Static method in class org.jboss.util.stream.Streams
Attempt to flush an OutputStream.
flush(OutputStream[]) - Static method in class org.jboss.util.stream.Streams
Attempt to flush an array of OutputStreams.
flushBase64() - Method in class org.jboss.util.Base64.OutputStream
Method added by PHIL.
flushJBossObjectCache() - Method in class org.jboss.util.JBossObject
Flush the JBossObject cached values
forceLoad(Class) - Static method in class org.jboss.util.Classes
Force the given class to be loaded fully.
forceReset() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
Force a reset back to the original classloader, useful when somebody else might have changed the thread context classloader so we cannot optimize
forEnumeration(Enumeration) - Static method in class org.jboss.util.collection.Iterators
Return an Iterator wrapper for the given Enumeration
format(Method) - Static method in exception org.jboss.util.NoSuchMethodException
 
formatElapsedTime(StringBuffer, long) - Method in class org.jboss.util.StopWatch
 
formatError(String, TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
formatError(String, SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
formats - Static variable in class org.jboss.util.propertyeditor.DateEditor
The formats to use when parsing the string date
from - Variable in class org.jboss.util.graph.Edge
 
fromPropertiesFile - Variable in class org.jboss.util.xml.catalog.CatalogManager
Did the catalgoFiles come from the properties file?
FullCollectionException - Exception in org.jboss.util.collection
Thrown to indicate that an operation can not be performed on a full collection.
FullCollectionException() - Constructor for exception org.jboss.util.collection.FullCollectionException
Construct a FullCollectionException with no detail.
FullCollectionException(String) - Constructor for exception org.jboss.util.collection.FullCollectionException
Construct a FullCollectionException with the specified detail message.

G

gcqueue - Variable in class org.jboss.util.collection.SoftSet
The queue of garbage collected soft references
generate(boolean) - Static method in class org.jboss.util.HashCode
Generate a hash code for a boolean value.
generate(byte[]) - Static method in class org.jboss.util.HashCode
Generate a hash code for a byte array.
generate(double) - Static method in class org.jboss.util.HashCode
Generate a hash code for a double value.
generate(float) - Static method in class org.jboss.util.HashCode
Generate a hash code for a float value.
generate(long) - Static method in class org.jboss.util.HashCode
Generate a hash code for a long value.
generate(Class<?>, T) - Method in class org.jboss.util.collection.WeakClassCache
Fill in the result
generate(Class<?>, T) - Method in class org.jboss.util.collection.WeakTypeCache
Fill in the result
generate(Object) - Static method in class org.jboss.util.HashCode
Generate a hash code for an object.
generate(Object[]) - Static method in class org.jboss.util.HashCode
Generate a shallow hash code for an object array.
generate(Object[], boolean) - Static method in class org.jboss.util.HashCode
Generate a hash code for an object array.
generate(ParameterizedType, T) - Method in class org.jboss.util.collection.WeakTypeCache
Fill in the result
get() - Method in interface org.jboss.util.collection.ValueRef
Get underlying value.
get() - Method in class org.jboss.util.FieldInstance
Get the value of the field instance.
get() - Method in interface org.jboss.util.stream.IMarshalledValue
 
get(int) - Method in class org.jboss.util.collection.CachedList
Returns the element at the specified position in this list.
get(int) - Method in class org.jboss.util.collection.LazyList
 
get(Class<?>) - Method in class org.jboss.util.collection.WeakClassCache
Get the information for a class
get(Object) - Method in interface org.jboss.util.CachePolicy
Returns the object paired with the specified key if it's present in the cache, otherwise must return null.
get(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
get(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
get(Object) - Method in class org.jboss.util.collection.LazyMap
 
get(Object) - Method in class org.jboss.util.collection.ReferenceValueMap
 
get(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class org.jboss.util.LRUCachePolicy
 
get(Object) - Method in class org.jboss.util.property.PropertyGroup
Get a property
get(Object) - Method in class org.jboss.util.SynchronizedCachePolicy
 
get(Object) - Method in class org.jboss.util.TimedCachePolicy
Get the cache value for key if it has not expired.
get(Object, int) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
get(Type) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a type
get(String) - Static method in class org.jboss.util.property.Property
Get a property
get(String, ClassLoader) - Method in class org.jboss.util.collection.WeakClassCache
Get the information for a class
get(String, ClassLoader) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a class
get(String, String) - Static method in class org.jboss.util.property.Property
Get a property
getAddress() - Method in class org.jboss.util.id.VMID
Get the address portion of this VMID.
getAllInterfaces(List, Class) - Static method in class org.jboss.util.Classes
Populates a list with all the interfaces implemented by the argument class c and all its superclasses.
getAllowOasisXMLCatalogPI() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getAllowUserInteraction() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getAllUniqueInterfaces(Class) - Static method in class org.jboss.util.Classes
Returns an array containing all the unique interfaces implemented by the argument class c and all its superclasses.
getArgumentIndex() - Method in exception org.jboss.util.NullArgumentException
Get the argument index.
getArgumentName() - Method in exception org.jboss.util.NullArgumentException
Get the argument name that was null.
getArray(String) - Static method in class org.jboss.util.property.Property
Get an array style property
getArray(String, String[]) - Static method in class org.jboss.util.property.Property
Get an array style property
getArrayProperty(String) - Static method in class org.jboss.util.property.PropertyManager
Get an array style property.
getArrayProperty(String) - Method in class org.jboss.util.property.PropertyMap
Get an array style property.
getArrayProperty(String, String[]) - Static method in class org.jboss.util.property.PropertyManager
Get an array style property.
getArrayProperty(String, String[]) - Method in class org.jboss.util.property.PropertyMap
Get an array style property.
getAsDocument(String) - Method in class org.jboss.util.propertyeditor.DocumentEditor
 
getAsText() - Method in class org.jboss.util.propertyeditor.ClassArrayEditor
 
getAsText() - Method in class org.jboss.util.propertyeditor.DateEditor
Returns either the cached string date, or the stored java.util.Date instance formated to string using the last of the registered DateFormat(s)
getAsText() - Method in class org.jboss.util.propertyeditor.DocumentEditor
Returns the property as a String.
getAsText() - Method in class org.jboss.util.propertyeditor.IntArrayEditor
 
getAsText() - Method in class org.jboss.util.propertyeditor.LocaleEditor
 
getAsText() - Method in class org.jboss.util.propertyeditor.StringArrayEditor
 
getAttributeGetter(Class, String) - Static method in class org.jboss.util.Classes
Returns attribute's getter method.
getAttributes(Element) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeSetter(Class, String, Class) - Static method in class org.jboss.util.Classes
Returns attribute's setter method.
getAttributeValue(Element, String) - Static method in class org.jboss.util.xml.DOMUtils
Get the value from the given attribute
getAttributeValue(Element, QName) - Static method in class org.jboss.util.xml.DOMUtils
Get the value from the given attribute
getAttributeValueAsBoolean(Element, String) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeValueAsBoolean(Element, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeValueAsInteger(Element, String) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeValueAsInteger(Element, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeValueAsQName(Element, String) - Static method in class org.jboss.util.xml.DOMUtils
 
getAttributeValueAsQName(Element, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getAverageLapTime() - Method in class org.jboss.util.StopWatch
Get the average lap time since the watch was started.
getAverageLapTime() - Method in class org.jboss.util.StopWatch.Wrapper
 
getBack() - Method in class org.jboss.util.collection.ListQueue
Get the object at the back of the queue.
getBack() - Method in interface org.jboss.util.collection.Queue
Get the object at the back of the queue.
getBaseName() - Method in class org.jboss.util.property.PropertyGroup
Get the base property name for this group.
getBaseURI() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getBindAddress() - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
 
getBindAddress() - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
getBindAddress() - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
getBlockingMode() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getBlockingMode() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
 
getBoolean(String, boolean) - Static method in class org.jboss.util.NestedThrowable.Util
A helper to get a boolean property.
getBootstrapResolver() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getBrowser(URL, ArchiveBrowser.Filter) - Static method in class org.jboss.util.file.ArchiveBrowser
Deprecated.
 
getByteStream() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getCaseSensitive() - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
 
getCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getCatalog() - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
getCatalog() - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
 
getCatalogClassName() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getCatalogFiles() - Method in class org.jboss.util.xml.catalog.CatalogManager
Return the current list of catalog files.
getCatalogManager() - Method in class org.jboss.util.xml.catalog.Catalog
 
getCatalogParser(String, String) - Method in class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Get the name of the parser class for a given catalog type.
getCatalogParser(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Get the SAXCatalogParser class for the given namespace/root element type.
getCause() - Method in class org.jboss.util.AbstractNestedThrowable
Return the nested Throwable.
getCause() - Method in error org.jboss.util.NestedError
Return the nested Throwable.
getCause() - Method in exception org.jboss.util.NestedException
Return the nested Throwable.
getCause() - Method in exception org.jboss.util.NestedRuntimeException
Return the nested Throwable.
getCause() - Method in exception org.jboss.util.NestedSQLException
Return the nested Throwable.
getCause() - Method in interface org.jboss.util.NestedThrowable
Return the nested Throwable.
getCertifiedText() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getChannel() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getCharacterStream() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getChars(int, int, char[], int) - Method in class org.jboss.util.JBossStringBuilder
 
getChildElements(Node) - Static method in class org.jboss.util.xml.DOMUtils
Gets child elements
getChildElements(Node, String) - Static method in class org.jboss.util.xml.DOMUtils
Gets the child elements for a given local name without namespace
getChildElements(Node, QName) - Static method in class org.jboss.util.xml.DOMUtils
Gets the child element for a given qname
getChildElementsIntern(Node, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getChildrenByTagName(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Returns an iterator over the children of the given element with the given tag name.
getClass(Class<?>) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a class
getClassLoader() - Method in interface org.jboss.util.loading.ClassLoaderSource
Gets the classloader provided by this object.
getClassLoader() - Method in class org.jboss.util.loading.ConstructorTCCLClassLoaderSource
 
getClassLoader() - Method in class org.jboss.util.loading.MyClassLoaderClassLoaderSource
 
getClassLoader(Class<?>) - Static method in class org.jboss.util.collection.SecurityActions
 
getClassLoader(Class<?>) - Method in interface org.jboss.util.collection.SecurityActions.GetClassLoaderAction
 
GETCLASSLOADER - Static variable in class org.jboss.util.loading.ContextClassLoader
Retrieve a classloader permission
getClassLoaderCache(ClassLoader) - Method in class org.jboss.util.collection.WeakClassCache
Get the cache for the classloader
getClassLoaderCache(ClassLoader) - Method in class org.jboss.util.collection.WeakTypeCache
Get the cache for the classloader
getClassLoaderSource() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getClassLoaderSource() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Gets the source of the classloader that will be set as the thread context classloader for pool threads.
getClassLoaderURLs(ClassLoader) - Static method in class org.jboss.util.Classes
Use reflection to access a URL[] getURLs or URL[] getClasspath method so that non-URLClassLoader class loaders, or class loaders that override getURLs to return null or empty, can provide the true classpath info.
getClassName() - Method in class org.jboss.util.property.jmx.SystemPropertyClassValue
The class name to use a value for the system property when it is available
getClassName() - Method in interface org.jboss.util.property.jmx.SystemPropertyClassValueMBean
 
getClassShortName() - Method in class org.jboss.util.JBossObject
Get the class short name
getCompatibleConstructor(Class, Class) - Static method in class org.jboss.util.Objects
Get a compatible constructor for the given value type
getCompletionTimeout() - Method in interface org.jboss.util.threadpool.Task
The time before the task must be completed
getContent() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getContent(Class[]) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getContentEncoding() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getContentLength() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getContentType() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getContextClassLoader() - Method in class org.jboss.util.loading.ContextClassLoader
Retrieve the context classloader
getContextClassLoader(Thread) - Method in class org.jboss.util.loading.ContextClassLoader
Retrieve the context classloader for the given thread
getCost() - Method in class org.jboss.util.graph.Edge
Get the cost of the edge
getCount() - Method in class org.jboss.util.Counter
Return the current value of the counter.
getCount() - Method in class org.jboss.util.Counter.Wrapper
 
getCount() - Method in class org.jboss.util.LongCounter
Return the current value of the counter.
getCount() - Method in class org.jboss.util.LongCounter.Wrapper
 
getCurrentBase() - Method in class org.jboss.util.xml.catalog.Catalog
 
getCurrentClassLoader() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
 
getCurrentState() - Method in class org.jboss.util.state.StateMachine
Get the current state of the state machine.
getData() - Method in class org.jboss.util.graph.Vertex
 
getData() - Method in class org.jboss.util.state.State
 
getDate() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getDebug() - Method in class org.jboss.util.xml.catalog.helpers.Debug
 
getDefaultLifetime() - Method in class org.jboss.util.TimedCachePolicy
Get the default lifetime of cache entries.
getDefaultOverride() - Method in class org.jboss.util.xml.catalog.Catalog
 
getDefaultPropertyMap() - Static method in class org.jboss.util.property.PropertyManager
Get the default PropertyMap.
getDefaultUseCaches() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getDescription() - Method in class org.jboss.util.state.StateMachine
Get the state machine description.
getDescription(Object) - Static method in class org.jboss.util.Classes
Describe the class of an object
getDocumentBuilder() - Static method in class org.jboss.util.xml.DOMUtils
 
getDoInput() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getDoOutput() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getEdges() - Method in class org.jboss.util.graph.Graph
Get the graph edges
getEditor(Class<?>) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Get a value editor for a given target type.
getEditor(String) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Get a value editor for a given target type.
getEditorSearchPath() - Method in class org.jboss.util.propertyeditor.PropertyEditors
Gets the package names that will be searched for property editors.
getElapsedTime() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Calculate the elapsed time since the task was started
getElementContent(Element) - Static method in class org.jboss.util.xml.XmlHelper
Get the content of the given element.
getElementContent(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Get the content of the given element.
getElementQName(Element) - Static method in class org.jboss.util.xml.DOMUtils
 
getEncoding() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getEntityMap() - Static method in class org.jboss.util.xml.JBossEntityResolver
Obtain a read-only view of the current entity map.
getEntry(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns the entry associated with the specified key in the HashMap.
getEntryArg(int) - Method in class org.jboss.util.xml.catalog.CatalogEntry
Get an entry argument.
getEntryArgCount(int) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryArgCount(String) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryType() - Method in class org.jboss.util.xml.catalog.CatalogEntry
Get the entry type.
getEntryType(String) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Lookup an entry type
getEnvironment() - Method in class org.jboss.util.naming.ReadOnlyContext
 
getException() - Method in exception org.jboss.util.xml.catalog.CatalogException
Return the embedded exception, if any.
getExceptionType() - Method in exception org.jboss.util.xml.catalog.CatalogException
Return the exception type
getExpiration() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getFence() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
Returns fence key.
getField() - Method in class org.jboss.util.FieldInstance
Get the field.
getFile() - Method in class org.jboss.net.protocol.file.FileURLConnection
Returns the underlying file for this connection.
getFilenames(String) - Static method in class org.jboss.util.property.DefaultPropertyReader
Get an array of filenames to load.
getFirst(int) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
Returns properly casted first entry of bin for given hash.
getFirstChildElement(Node) - Static method in class org.jboss.util.xml.DOMUtils
 
getFirstChildElement(Node, String) - Static method in class org.jboss.util.xml.DOMUtils
 
getFirstChildElement(Node, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getFirstChildElementIntern(Node, QName) - Static method in class org.jboss.util.xml.DOMUtils
 
getFrom() - Method in class org.jboss.util.graph.Edge
Get the starting vertex
getFront() - Method in class org.jboss.util.collection.ListQueue
Get the object at the front of the queue.
getFront() - Method in interface org.jboss.util.collection.Queue
Get the object at the front of the queue.
getGenericArrayType(GenericArrayType) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for an array type
getGroup(String) - Static method in class org.jboss.util.property.Property
Get a property group for the given property base
getGroup(String, int) - Static method in class org.jboss.util.property.Property
Get a property group for the given property base at the given index
getHashCode() - Method in class org.jboss.util.JBossObject
Calculate the hashcode
getHeaderField(int) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHeaderField(String) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHeaderField(String) - Method in class org.jboss.net.protocol.file.FileURLConnection
Provides support for the following headers: last-modified content-length content-type date
getHeaderFieldDate(String, long) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHeaderFieldInt(String, int) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHeaderFieldKey(int) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHostAddress() - Static method in class org.jboss.util.id.VMID
Return the current host internet address.
getID() - Method in class org.jboss.util.id.UID
Get the identity portion of this UID.
getID() - Method in class org.jboss.util.platform.PID
Get the int process identifier.
getIfModifiedSince() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getIgnoreMissingProperties() - Method in class org.jboss.util.xml.catalog.CatalogManager
How are missing properties handled?
getIncomingEdge(int) - Method in class org.jboss.util.graph.Vertex
Get the ith incoming edge
getIncomingEdgeCount() - Method in class org.jboss.util.graph.Vertex
 
getIncomingEdges() - Method in class org.jboss.util.graph.Vertex
Get the incoming edges
getInetAddress() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getInputStream() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getInputStream() - Method in class org.jboss.net.protocol.file.FileURLConnection
 
getInputStream() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getInputStream(String) - Method in class org.jboss.util.property.FilePropertyReader
Get an input stream for the given filename.
getInstance() - Method in class org.jboss.util.FieldInstance
Get the instance.
getInstance() - Static method in class org.jboss.util.id.VMID
Get the VMID for the current virtual machine.
getInstance() - Static method in class org.jboss.util.platform.PID
Get the PID for the current virtual machine.
getInstance() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getInstance() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
 
getInterfaceHashes(Class) - Static method in class org.jboss.net.sockets.MethodHash
Calculate method hashes.
getInterfaceHashes(Class) - Static method in class org.jboss.util.MethodHashing
Calculate method hashes.
getJob() - Method in class org.jboss.util.WorkerQueue
Called by this class, this method checks if the queue is empty; if it is, then waits, else returns the current job.
getJobImpl() - Method in class org.jboss.util.TimerQueue
 
getJobImpl() - Method in class org.jboss.util.WorkerQueue
Never call this method, only override in subclasses to perform job getting in a specific way, normally tied to the data structure holding the jobs.
getKeepAlive() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getKeepAliveSize() - Method in class org.jboss.util.threadpool.MinPooledExecutor
 
getKeepAliveTime() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getKeepAliveTime() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Get the keep alive time
getKey() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
getKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
getKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
Returns the key corresponding to this entry.
getKey() - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
getKey() - Method in class org.jboss.util.collection.SoftSet.ComparableSoftReference
 
getKey() - Method in class org.jboss.util.collection.SoftValueRef
 
getKey() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
getKey() - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
getKey() - Method in class org.jboss.util.collection.WeakValueRef
 
getKey() - Static method in class org.jboss.util.naming.ENCThreadLocalKey
 
getLapCount() - Method in class org.jboss.util.StopWatch
Get the lap count.
getLapCount() - Method in class org.jboss.util.StopWatch.Wrapper
 
getLapTime() - Method in class org.jboss.util.StopWatch
Get the elapsed lap time since the watch was started.
getLapTime() - Method in class org.jboss.util.StopWatch.Wrapper
 
getLastModified() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getLastModified() - Method in class org.jboss.net.protocol.file.FileURLConnection
Returns the last modified time of the underlying file.
getLeast() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
Returns least key.
getList() - Method in class org.jboss.util.collection.ListSet
 
getLocalAddress() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getLocalName(Element) - Static method in class org.jboss.util.xml.catalog.helpers.Namespaces
Returns the "localname" part of a QName, which is the whole name if it has no prefix.
getLocalPort() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getLocalSocketAddress() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getLock() - Method in class org.jboss.util.TimerTask
Returns the mutex that syncs the access to this object
getLogger() - Static method in class org.jboss.util.NestedThrowable.Util
Something is very broken with class nesting, which can sometimes leave log uninitialized durring one of the following method calls.
getMap() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
Returns underlying map.
getMarkState() - Method in class org.jboss.util.graph.Vertex
Get the mark state value.
getMaximumPoolSize() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getMaximumPoolSize() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Get the maximum pool size
getMaximumQueueSize() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getMaximumQueueSize() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Get the maximum queue size
getMaximumSize() - Method in class org.jboss.util.collection.AbstractQueue
Get the maximum size of the queue.
getMaximumSize() - Method in interface org.jboss.util.collection.Queue
Get the maximum size of the queue.
getMessage() - Method in class org.jboss.util.AbstractNestedThrowable
Returns the composite throwable message.
getMessage() - Method in error org.jboss.util.NestedError
Returns the composite throwable message.
getMessage() - Method in exception org.jboss.util.NestedException
Returns the composite throwable message.
getMessage() - Method in exception org.jboss.util.NestedRuntimeException
Returns the composite throwable message.
getMessage() - Method in exception org.jboss.util.NestedSQLException
Returns the composite throwable message.
getMessage() - Method in exception org.jboss.util.xml.catalog.CatalogException
Return a detail message for this exception.
getMessage(String, Throwable) - Static method in class org.jboss.util.NestedThrowable.Util
Returns a formated message for the given detail message and nested Throwable.
getMinimumPoolSize() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getMinimumPoolSize() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Get the minimum pool size
getName() - Method in class org.jboss.util.graph.Vertex
 
getName() - Method in class org.jboss.util.state.State
Get the state name.
getName() - Method in class org.jboss.util.state.Transition
 
getName() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getName() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Get the thread pool name
getNameInNamespace() - Method in class org.jboss.util.naming.ReadOnlyContext
 
getNameParser(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
getNameParser(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
getNamespaceURI(String, Element, Node) - Method in class org.jboss.util.xml.DOMWriter
 
getNamespaceURI(Element) - Static method in class org.jboss.util.xml.catalog.helpers.Namespaces
Returns the namespace URI for the namespace to which the element belongs.
getNamespaceURI(Node, String) - Static method in class org.jboss.util.xml.catalog.helpers.Namespaces
Returns the namespace URI for the specified prefix at the specified context node.
getNear(K, int) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return SnapshotEntry for results of findNear.
getNear(K, int, K, K, boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return SnapshotEntry or key for results of findNear ofter screening to ensure result is in given range.
getNested() - Method in class org.jboss.util.AbstractNestedThrowable
Return the nested Throwable.
getNested() - Method in error org.jboss.util.NestedError
Return the nested Throwable.
getNested() - Method in exception org.jboss.util.NestedException
Return the nested Throwable.
getNested() - Method in exception org.jboss.util.NestedRuntimeException
Return the nested Throwable.
getNested() - Method in exception org.jboss.util.NestedSQLException
Return the nested Throwable.
getNested() - Method in interface org.jboss.util.NestedThrowable
Return the nested throwable.
getNextExecutionTime() - Method in class org.jboss.util.TimerTask
Returns the next execution time for this TimerTask
getNextTimeout() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getObject(int) - Method in class org.jboss.util.collection.CachedList
Dereference the object at the given index.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.util.naming.ENCThreadLocalKey
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.util.naming.NonSerializableFactory
Transform the obj Reference bound into the JNDI namespace into the actual non-Serializable object.
getOOBInline() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getOptionalChild(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChild(Element, String, Element) - Static method in class org.jboss.util.xml.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChildBooleanContent(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
 
getOptionalChildContent(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Macro to get the content of an optional child element.
getOriginalClassLoader() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
 
getOutgoingEdge(int) - Method in class org.jboss.util.graph.Vertex
Get the ith outgoing edge
getOutgoingEdgeCount() - Method in class org.jboss.util.graph.Vertex
 
getOutgoingEdges() - Method in class org.jboss.util.graph.Vertex
Get the outgoing edges
getOutputStream() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getOutputStream() - Method in class org.jboss.net.protocol.file.FileURLConnection
 
getOutputStream() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getOwnerDocument() - Static method in class org.jboss.util.xml.DOMUtils
 
getPackageName(Class) - Static method in class org.jboss.util.Classes
Get the package name of the specified class.
getPackageName(String) - Static method in class org.jboss.util.Classes
Get the package name of the specified class.
getParameterizedType(ParameterizedType) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a parameterized type
getParentElement(Node) - Static method in class org.jboss.util.xml.DOMUtils
Gets parent element or null if there is none
getParserClass() - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
 
getParserFactory() - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
 
getPeriod() - Method in class org.jboss.util.TimerTask
 
getPermission() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getPermission() - Method in class org.jboss.net.protocol.file.FileURLConnection
Return a permission for reading of the file
getPoolNumber() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getPoolNumber() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Get the internal pool number
getPoolSize() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getPoolSize() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Get the current pool size
getPort() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getPreferPublic() - Method in class org.jboss.util.xml.catalog.CatalogManager
Return the current prefer public setting.
getPrefix(Element) - Static method in class org.jboss.util.xml.catalog.helpers.Namespaces
Returns the "prefix" part of a QName or the empty string (not null) if the name has no prefix.
getPrimitive(Class) - Static method in class org.jboss.util.Classes
 
getPrimitiveTypeForName(String) - Static method in class org.jboss.util.Classes
Get the primitive type for the given primitive name.
getPrimitiveWrapper(Class) - Static method in class org.jboss.util.Classes
Get the wrapper class for the given primitive type.
getPriority() - Method in interface org.jboss.util.threadpool.Task
The priority of the task
getPrivateCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getProcessID() - Method in class org.jboss.util.id.VMID
Get the process identifier portion of this VMID.
getProduct() - Static method in class org.jboss.util.xml.catalog.Version
Get just the product name.
getProperty() - Method in class org.jboss.util.property.jmx.SystemPropertyClassValue
The system property value
getProperty() - Method in interface org.jboss.util.property.jmx.SystemPropertyClassValueMBean
 
getProperty(String) - Static method in class org.jboss.util.property.PropertyManager
Get a property.
getProperty(String) - Method in class org.jboss.util.property.PropertyMap
 
getProperty(String, String) - Static method in class org.jboss.util.Classes
Get a system property
getProperty(String, String) - Static method in class org.jboss.util.property.PropertyManager
Get a property.
getProperty(String, String) - Static method in class org.jboss.util.SysPropertyActions
 
getProperty(String, String) - Method in interface org.jboss.util.SysPropertyActions.SysProps
 
getPropertyDescriptor(String) - Method in class org.jboss.util.property.MethodBoundPropertyListener
Get the PropertyDescriptor for the given bean property name.
getPropertyGroup(String) - Static method in class org.jboss.util.property.PropertyManager
Get a property group for the given property base.
getPropertyGroup(String) - Method in class org.jboss.util.property.PropertyMap
Get a property group for the given property base.
getPropertyGroup(String, int) - Static method in class org.jboss.util.property.PropertyManager
Get a property group for the given property base at the given index.
getPropertyGroup(String, int) - Method in class org.jboss.util.property.PropertyMap
Get a property group for the given property base at the given index.
getPropertyName() - Method in interface org.jboss.util.property.BoundPropertyListener
Get the property name which this listener is bound to.
getPropertyName() - Method in class org.jboss.util.property.FieldBoundPropertyListener
Get the property name which this listener is bound to.
getPropertyName() - Method in class org.jboss.util.property.MethodBoundPropertyListener
Get the property name which this listener is bound to.
getPropertyName() - Method in class org.jboss.util.property.PropertyEvent
Get the name of the property that is effected.
getPropertyValue() - Method in class org.jboss.util.property.PropertyEvent
Get the value of the property that is effected.
getPublicId() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getQueueSize() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getQueueSize() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Get the current queue size
getReceiveBufferSize() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getRelativeCatalogs() - Method in class org.jboss.util.xml.catalog.CatalogManager
Get the relativeCatalogs setting.
getRemoteSocketAddress() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getRequestProperty(String) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getResolution() - Method in class org.jboss.util.TimedCachePolicy
Get the frequency of the current time snapshot.
getResourceHolder() - Method in interface org.jboss.util.deadlock.Resource
 
getResourceLocally(String) - Method in interface org.jboss.util.loading.Translatable
 
getReuseAddress() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getRootVertex() - Method in class org.jboss.util.graph.Graph
Get the root vertex
getSendBufferSize() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getSingleton() - Static method in class org.jboss.util.timeout.TimeoutFactory
 
getSocketFactory() - Method in interface org.jboss.net.ssl.SSLSocketFactoryBuilder
 
getSoLinger() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getSoTimeout() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getStartState() - Method in class org.jboss.util.state.StateMachine
Get the start state of the state machine.
getStartTimeout() - Method in interface org.jboss.util.threadpool.Task
The time before the task must be accepted
getState() - Method in class org.jboss.util.TimerTask
Returns the state of execution of this TimerTask
getStates() - Method in class org.jboss.util.state.StateMachine
Get the states of the state machine.
getStateString() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Get the state as a string
getStaticManager() - Static method in class org.jboss.util.xml.catalog.CatalogManager
Allow access to the static CatalogManager
getStringData() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getSwitchContext() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Retrieve a switch context
getSwitchContext(Class) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Deprecated.
using a class to determine the classloader is a bad idea, it has the same problems as Class.forName()
getSwitchContext(ClassLoader) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Retrieve a switch context and set the new context classloader
getSystemId() - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
getTable() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Return the table after first expunging stale entries
getTags() - Method in class org.jboss.util.propertyeditor.BooleanEditor
 
getTarget() - Method in class org.jboss.util.state.Transition
 
getTaskCompletionTimeout() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
getTaskCompletionTimeout() - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
getTaskCompletionTimeout() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
getTaskCompletionTimeout() - Method in interface org.jboss.util.threadpool.TaskWrapper
The time before the task must be completed
getTaskCompletionTimeout(long) - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
Get the time remaining to the complete timeout timestamp in MS.
getTaskPriority() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
getTaskPriority() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
getTaskPriority() - Method in interface org.jboss.util.threadpool.TaskWrapper
The priority of the task
getTaskStartTimeout() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
getTaskStartTimeout() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
getTaskStartTimeout() - Method in interface org.jboss.util.threadpool.TaskWrapper
The time before the task must be accepted
getTaskWaitType() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
getTaskWaitType() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
getTaskWaitType() - Method in interface org.jboss.util.threadpool.TaskWrapper
Get the type of wait
getTaskWrapper() - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
getTcpNoDelay() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getTextContent(Node) - Static method in class org.jboss.util.xml.DOMUtils
Get the concatenated text content, or null.
getTextContent(Node, boolean) - Static method in class org.jboss.util.xml.DOMUtils
Get the concatenated text content, or null.
getThread() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
 
getThreadGroup() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getThreadGroupName() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
getThreadGroupName() - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Retrieve the thread group name
getTime() - Method in class org.jboss.util.id.UID
Get the time portion of this UID.
getTime() - Method in class org.jboss.util.StopWatch
Get the elapsed time since the watch was created or last reset.
getTime() - Method in class org.jboss.util.StopWatch.Wrapper
 
getTime() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
 
getTime() - Method in interface org.jboss.util.timeout.TimeoutExt
 
getTime() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
 
getTimeoutTarget() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
 
getTimeoutTarget() - Method in interface org.jboss.util.timeout.TimeoutExt
Get the target of this timeout
getTimeoutTarget() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
 
getTo() - Method in class org.jboss.util.graph.Edge
Get the ending vertex
getTrafficClass() - Method in class org.jboss.net.sockets.TimeoutSocket
 
getTransition(String) - Method in class org.jboss.util.state.State
Lookup an allowed transition given its name.
getTransitions() - Method in class org.jboss.util.state.State
Get the Map of allowed transitions for this state.
getTypeString(Class) - Static method in class org.jboss.net.sockets.MethodHash
 
getTypeString(Class) - Static method in class org.jboss.util.MethodHashing
 
getTypeVariable(TypeVariable<D>) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a type variable
getUID() - Method in class org.jboss.util.id.GUID
Get the UID portion of this GUID.
getUID() - Method in class org.jboss.util.id.VMID
Get the UID portion of this VMID.
getUniqueChild(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Gets the child of the specified element having the specified unique name.
getUniqueChildContent(Element, String) - Static method in class org.jboss.util.xml.XmlHelper
Macro to get the content of a unique child element.
getURL() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getUseCaches() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getUsers() - Method in class org.jboss.util.Semaphore
 
getUseStaticCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getUsingFindNode(Comparable<K>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Perform map.get via findNode.
getValidKeys() - Method in class org.jboss.util.TimedCachePolicy
Get the list of keys for entries that are not expired.
getValidValue() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Return value if this node contains a valid key-value pair, else null.
getValue() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
getValue() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
getValue() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
Returns the value corresponding to this entry.
getValue() - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
getValue() - Method in class org.jboss.util.collection.SoftValueRef
 
getValue() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
getValue() - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
getValue() - Method in class org.jboss.util.collection.WeakValueRef
 
getValue() - Method in class org.jboss.util.propertyeditor.BigDecimalEditor
Returns a BigDecimal for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.BlockingModeEditor
Returns a BlockingMode for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.ClassEditor
Returns a Class for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.FileEditor
Returns a URL for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.InetAddressEditor
Returns a InetAddress for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.PropertiesEditor
Returns a Properties object initialized with current getAsText value interpretted as a .properties file contents.
getValue() - Method in class org.jboss.util.propertyeditor.URIEditor
Returns a URI for the input object converted to a string.
getValue() - Method in class org.jboss.util.propertyeditor.URLEditor
Returns a URL for the input object converted to a string.
getValue() - Method in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
getValue() - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
 
getVerbosity() - Method in class org.jboss.util.xml.catalog.CatalogManager
 
getVersion() - Static method in class org.jboss.util.platform.Java
Return the version of Java supported by the VM.
getVersion() - Static method in class org.jboss.util.xml.catalog.Version
Get the version string for xml-commons-resolver.
getVersionNum() - Static method in class org.jboss.util.xml.catalog.Version
Get just the version number v.r.
getVertex(int) - Method in class org.jboss.util.graph.Graph
Get the given Vertex.
getVerticies() - Method in class org.jboss.util.graph.Graph
Get the graph verticies
getVMID() - Method in class org.jboss.util.id.GUID
Get the VMID portion of this GUID.
getWaiters() - Method in class org.jboss.util.WaitSemaphore
 
getWaitType() - Method in interface org.jboss.util.threadpool.Task
Get the type of wait
getWildcardType(WildcardType) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a wildcard type
Graph<T> - Class in org.jboss.util.graph
A directed graph data structure.
Graph() - Constructor for class org.jboss.util.graph.Graph
Construct a new graph without any vertices or edges
groupname - Variable in class org.jboss.util.property.PropertyContainer
The group name for this container.
GT - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
 
GUID - Class in org.jboss.util.id
A globally unique identifier (globally across a cluster of virtual machines).
GUID() - Constructor for class org.jboss.util.id.GUID
Construct a new GUID.
GUID(GUID) - Constructor for class org.jboss.util.id.GUID
Copy a GUID.
GZIP - Static variable in class org.jboss.util.Base64
Specify that data should be gzip-compressed.

H

hadError() - Method in class org.jboss.util.xml.JBossErrorHandler
 
Handler - Class in org.jboss.net.protocol.file
A protocol handler for the 'file' protocol.
Handler - Class in org.jboss.net.protocol.njar
A protocol handler for the n(ested)jar protocol.
Handler - Class in org.jboss.net.protocol.resource
A protocol handler for the 'resource' protocol.
Handler() - Constructor for class org.jboss.net.protocol.file.Handler
 
Handler() - Constructor for class org.jboss.net.protocol.njar.Handler
 
Handler() - Constructor for class org.jboss.net.protocol.resource.Handler
 
handlermap - Static variable in class org.jboss.net.sockets.RMIMultiSocketServer
 
handlerMap - Static variable in class org.jboss.net.protocol.URLStreamHandlerFactory
A map of protocol names to handlers.
handlerPkgs - Variable in class org.jboss.net.protocol.URLStreamHandlerFactory
The current packages prefixes determined from the java.protocol.handler.pkgs property + the org.jboss.net.protocol default package.
hasChildElements(Node) - Static method in class org.jboss.util.xml.DOMUtils
True if the node has child elements
hasEdge(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Check the vertex for either an incoming or outgoing edge mathcing e.
hasEdge(Vertex<T>) - Method in class org.jboss.util.graph.Vertex
Is there an outgoing edge ending at dest.
hash - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
hash - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftKeyReference
 
hash - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftValueReference
 
hash - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakKeyReference
 
hash - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakValueReference
 
hash - Variable in class org.jboss.util.collection.FastCopyHashMap.Entry
 
hash - Variable in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
hash(int) - Static method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Applies a supplemental hash function to a given hashCode, which defends against poor quality hash functions.
hash(Object) - Static method in class org.jboss.util.collection.FastCopyHashMap
 
hash(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Return a hash code for non-null Object x.
hashCode - Variable in class org.jboss.util.id.GUID
The hash code of this GUID
hashCode - Variable in class org.jboss.util.id.VMID
The hash code of this VMID
hashCode - Variable in class org.jboss.util.JBossObject
Cached hashCode
hashCode - Variable in class org.jboss.util.SoftObject
The hash code of the nested object
hashCode - Variable in class org.jboss.util.WeakObject
The hash code of the nested object
hashCode() - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
 
hashCode() - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
hashCode() - Method in class org.jboss.net.sockets.QueuedClientSocketFactory
 
hashCode() - Method in class org.jboss.net.sockets.TimeoutClientSocketFactory
 
hashCode() - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
hashCode() - Method in class org.jboss.util.collection.CompoundKey
Get the hash code of this object.
hashCode() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
hashCode() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
 
hashCode() - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.util.collection.SoftSet
 
hashCode() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
hashCode() - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.util.HashCode
Get the hash-code.
hashCode() - Method in class org.jboss.util.id.GUID
Return the hash code of this GUID.
hashCode() - Method in class org.jboss.util.id.UID
Return the hash code of this UID.
hashCode() - Method in class org.jboss.util.id.VMID
Return the hash code of this VMID.
hashCode() - Method in class org.jboss.util.JBossObject
Override hashCode to cache the value
hashCode() - Method in class org.jboss.util.Null
Returns zero.
hashCode() - Method in class org.jboss.util.platform.PID
Return the hash code of this PID.
hashCode() - Method in class org.jboss.util.SoftObject
Return the hash code of the nested object.
hashCode() - Method in class org.jboss.util.WeakObject
Return the hash code of the nested object.
hashCode() - Method in class org.jboss.util.xml.CatalogLocation
Two catalog locations have the same hash code if the location is equal.
HashCode - Class in org.jboss.util
A hash-code generator and a collection of static hash-code generation methods.
HashCode() - Constructor for class org.jboss.util.HashCode
Construct a new HashCode.
HashCode(int) - Constructor for class org.jboss.util.HashCode
Construct a new HashCode using the given int as the base value.
HashedTimeoutPriorityQueueImpl - Class in org.jboss.util.timeout
HashedTimeoutPriorityQueueImpl.
HashedTimeoutPriorityQueueImpl() - Constructor for class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
Create a new TimeoutPriorityQueueImpl.
HashedTimeoutPriorityQueueImpl.InternalPriorityQueue - Class in org.jboss.util.timeout
Internal priority queue
HashedTimeoutPriorityQueueImpl.TimeoutExtImpl - Class in org.jboss.util.timeout
Our private Timeout implementation.
HashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
HashIterator() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
HashIterator() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
hashMap - Static variable in class org.jboss.net.sockets.MethodHash
 
hashMap - Static variable in class org.jboss.util.MethodHashing
 
hashOf(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
hasLength(String) - Static method in class org.jboss.util.Strings
Check that the given string param is neither null nor of length 0.
hasMoreElements() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
hasMoreElements() - Method in class org.jboss.util.collection.Iterators.Iter2Enumeration
 
hasMoreElements() - Method in class org.jboss.util.collection.Iterators.SyncEnumeration
 
hasMoreElements() - Method in class org.jboss.util.collection.SerializableEnumeration
 
hasNext - Variable in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
hasNext() - Method in class org.jboss.util.collection.ArrayIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class org.jboss.util.collection.CachedCollection.MyIterator
 
hasNext() - Method in class org.jboss.util.collection.CompoundIterator
Check if there are more elements.
hasNext() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
hasNext() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
 
hasNext() - Method in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
hasNext() - Method in class org.jboss.util.collection.Iterators.EmptyIterator
 
hasNext() - Method in class org.jboss.util.collection.Iterators.Enum2Iterator
 
hasNext() - Method in class org.jboss.util.collection.Iterators.ImmutableIterator
 
hasNext() - Method in class org.jboss.util.collection.Iterators.SyncIterator
 
hasNext() - Method in class org.jboss.util.collection.ReferenceValueMap.EntrySetIterator
 
hasNext() - Method in class org.jboss.util.collection.ReverseListIterator
Check if there are more elements.
hasNext() - Method in class org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
 
hasNext() - Method in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
hasNext() - Method in class org.jboss.util.file.DirectoryArchiveBrowser
 
hasNext() - Method in class org.jboss.util.file.JarArchiveBrowser
 
hasNext() - Method in class org.jboss.util.file.JarStreamBrowser
 
head - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
The topmost head index of the skiplist.
HeadIndex(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>, int) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.HeadIndex
 
headMap(K) - Method in interface org.jboss.util.collection.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
headMap(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headUpdater - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
Updater for casHead
Heap - Class in org.jboss.util
Data structure that mantains data in a ordered binary tree; each node is greater (smaller) or equal than its 2 sub-nodes, for all the hierarchy.
Heap() - Constructor for class org.jboss.util.Heap
Creates a new Heap whose elements inserted implement the Comparable interface.
Heap(Comparator) - Constructor for class org.jboss.util.Heap
Creates a new Heap whose elements are compared using the given Comparator.
helpDelete(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Node<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Helps out a deletion by appending marker or unlinking from predecessor.
hexDigits - Static variable in class org.jboss.util.file.Files
for byte-to-hex conversions
higherEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
higherEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such entry.
higherEntry(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such entry.
higherKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
higherKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
HOUR - Static variable in class org.jboss.util.Strings
 

I

id - Variable in class org.jboss.util.id.UID
The identity portion of the UID
id - Variable in class org.jboss.util.platform.PID
The int process identifier.
ID - Interface in org.jboss.util.id
A tagging interface for an identifier.
IDENTITY_COMPARISONS - org.jboss.util.collection.ConcurrentReferenceHashMap.Option
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
identityComparisons - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
identityComparisons - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
ignorableWhitespace(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX ignorableWhitespace method does nothing.
ignorableWhitespace(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX ignorableWhitespace method.
ignorableWhitespace(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX ignorableWhitespace method does nothing.
ignoreCase - Variable in class org.jboss.util.file.FilenamePrefixFilter
Flag to signal that we want to ignore the case.
ignoreCase - Variable in class org.jboss.util.file.FilenameSuffixFilter
Flag to signal that we want to ignore the case.
ignoreCase - Variable in class org.jboss.util.file.FilePrefixFilter
Flag to signal that we want to ignore the case.
ignoreCase - Variable in class org.jboss.util.file.FileSuffixFilter
Flag to signal that we want to ignore the case.
ignoreMissingProperties - Variable in class org.jboss.util.xml.catalog.CatalogManager
Flag to ignore missing property files and/or properties
ignoreMissingProperties(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
ignoreWhitespace - Variable in class org.jboss.util.xml.DOMWriter
 
IllegalTransitionException - Exception in org.jboss.util.state
An exception thrown when an invalid transition is attempted from a state.
IllegalTransitionException(String) - Constructor for exception org.jboss.util.state.IllegalTransitionException
 
IMarshalledValue - Interface in org.jboss.util.stream
Tag interface for MarshalledValues
ImmutableIterator(Iterator) - Constructor for class org.jboss.util.collection.Iterators.ImmutableIterator
 
importXml(Element) - Method in interface org.jboss.util.xml.XmlLoadable
 
IN_BRACKET - Static variable in class org.jboss.util.StringPropertyReplacer
 
incomingEdges - Variable in class org.jboss.util.graph.Vertex
 
increment() - Method in class org.jboss.util.Counter
Increment the counter.
increment() - Method in class org.jboss.util.Counter.Wrapper
 
increment() - Method in class org.jboss.util.LongCounter
Increment the counter.
increment() - Method in class org.jboss.util.LongCounter.Wrapper
 
index - Variable in class org.jboss.util.collection.ArrayIterator
The current position in the array.
index - Variable in class org.jboss.util.collection.CompoundIterator
The index of the current iterator.
index - Variable in class org.jboss.util.collection.SerializableEnumeration
 
index - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
index - Variable in exception org.jboss.util.NullArgumentException
The index of the argument or null if no index.
index - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Index in the queue
index - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
Index in the queue
index(int, int) - Static method in class org.jboss.util.collection.FastCopyHashMap
 
Index(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.Index
Creates index node with given values
indexesDeletedNode() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Index
Returns true if the node this indexes has been deleted.
indexFor(int, int) - Static method in class org.jboss.util.collection.WeakIdentityHashMap
Return index for hash code h.
indexOf(char) - Method in class org.jboss.util.JBossStringBuilder
 
indexOf(char, int) - Method in class org.jboss.util.JBossStringBuilder
 
indexOf(Object) - Method in class org.jboss.util.collection.LazyList
 
indexOf(String) - Method in class org.jboss.util.JBossStringBuilder
 
indexOf(String, int) - Method in class org.jboss.util.JBossStringBuilder
 
InetAddressEditor - Class in org.jboss.util.propertyeditor
A property editor for InetAddress.
InetAddressEditor() - Constructor for class org.jboss.util.propertyeditor.InetAddressEditor
 
inExtensionNamespace() - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
Are we in an extension namespace?
Info(Thread, int, String) - Constructor for class org.jboss.util.Semaphore.Info
 
inHalfOpenRange(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
inHalfOpenRange(K, K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return true if given key greater than or equal to least and strictly less than fence, bypassing either test if least or fence oare null.
init() - Method in class org.jboss.util.property.PropertyMap
Initialized listener lists and the JNDI properties cache map
init() - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Augment the PropertyEditorManager search path to incorporate the JBoss specific editors by appending the org.jboss.util.propertyeditor package to the PropertyEditorManager editor search path.
init(int, float) - Method in class org.jboss.util.collection.FastCopyHashMap
 
init(long) - Method in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
init(long) - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
Initializes an entry with the current cache time.
initAscending() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
initialize ascending iterator for entire range
initAscending(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
initialize ascending iterator starting at given least key, or first node if least is null, but not greater or equal to fence, or end if fence is null.
initDescending() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
initialize descending iterator for entire range
initDescending(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
initialize descending iterator starting at key less than or equal to given fence key, or last node if fence is null, but not less than least, or beginning if lest is null.
initialize() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Initialize or reset state.
initialize() - Static method in class org.jboss.util.propertyeditor.DateEditor
Setup the parsing formats.
Initialize() - Constructor for class org.jboss.util.propertyeditor.PropertyEditors.Initialize
 
initialized - Static variable in class org.jboss.util.propertyeditor.PropertyEditors
Whether or not initialization of the editor search path has been done
inOpenRange(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
inOpenRange(K, K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return true if given key greater than or equal to least and less or equal to fence.
inputSource - Variable in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
InputStream(InputStream) - Constructor for class org.jboss.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.jboss.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
insert(int, boolean) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, char) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, char[]) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, char[], int, int) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, double) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, float) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, long) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, CharSequence) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, CharSequence, int, int) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, Object) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, String) - Method in class org.jboss.util.JBossStringBuilder
 
insert(Object) - Method in class org.jboss.util.Heap
Inserts the given element in this heap.
insert(Object, Object) - Method in interface org.jboss.util.CachePolicy
Inserts the specified object into the cache following the implemented policy.
insert(Object, Object) - Method in class org.jboss.util.LRUCachePolicy
 
insert(Object, Object) - Method in class org.jboss.util.SynchronizedCachePolicy
 
insert(Object, Object) - Method in class org.jboss.util.TimedCachePolicy
Insert a value into the cache.
insertBiEdge(Vertex<T>, Vertex<T>, int) - Method in class org.jboss.util.graph.Graph
Insert a bidirectional Edge in the graph
insertIndex(ConcurrentSkipListMap.Node<K, V>, int) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Create and add index nodes for given node.
instance - Variable in class org.jboss.util.FieldInstance
Instance
instance - Static variable in class org.jboss.util.id.VMID
The single instance of VMID for the running Virtual Machine
instance - Static variable in class org.jboss.util.platform.PID
The single instance of PID for the running Virtual Machine
instance - Variable in class org.jboss.util.property.MethodBoundPropertyListener
Instance object that contains setter method
instance - Static variable in class org.jboss.util.propertyeditor.PropertyEditors.Initialize
 
instantiate(Class<?>) - Method in class org.jboss.util.collection.WeakClassCache
Instantiate for a class
instantiate(Class<?>) - Method in class org.jboss.util.collection.WeakTypeCache
Instantiate for a class
instantiate(Class, String, String) - Static method in class org.jboss.util.Classes
Instantiate a java class object
instantiate(ParameterizedType) - Method in class org.jboss.util.collection.WeakTypeCache
Instantiate for a parameterized type
INSTANTIATOR - Static variable in class org.jboss.util.loading.ContextClassLoader
Instantiate a new context class loader
INSTANTIATOR - Static variable in class org.jboss.util.loading.ContextClassLoaderSwitcher
Instantiate a new context class loader switcher
IntArrayEditor - Class in org.jboss.util.propertyeditor
A property editor for int[].
IntArrayEditor() - Constructor for class org.jboss.util.propertyeditor.IntArrayEditor
 
IntegerEditor - Class in org.jboss.util.propertyeditor
A property editor for Integer.
IntegerEditor() - Constructor for class org.jboss.util.propertyeditor.IntegerEditor
 
InternalPriorityQueue() - Constructor for class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
Create a new InternalPriorityQueue.
internalRead(byte[], int, int) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
InterruptableInputStream - Class in org.jboss.net.sockets
An InputStream that uses the SocketTimeoutException thrown during read timeouts to check if the thread has been interrupted.
InterruptableInputStream(InputStream) - Constructor for class org.jboss.net.sockets.InterruptableInputStream
 
INVALID_ENTRY - Static variable in exception org.jboss.util.xml.catalog.CatalogException
An invalid entry
INVALID_ENTRY_TYPE - Static variable in exception org.jboss.util.xml.catalog.CatalogException
An invalid entry type
invoke(long, Object[]) - Method in interface org.jboss.net.sockets.RMIMultiSocket
 
invoke(long, Object[]) - Method in class org.jboss.net.sockets.RMIMultiSocketHandler
 
invoke(Object, Method, Object[]) - Method in class org.jboss.net.sockets.RMIMultiSocketClient
 
invokerMap - Variable in class org.jboss.net.sockets.RMIMultiSocketHandler
 
invokeSetter(String) - Method in class org.jboss.util.property.MethodBoundPropertyListener
Coerce and invoke the property setter method on the instance.
is - Variable in class org.jboss.net.sockets.InterruptableInputStream
 
isAcceptState() - Method in class org.jboss.util.state.State
An accept state is indicated by no transitions
isADE(Throwable) - Static method in exception org.jboss.util.deadlock.ApplicationDeadlockException
Detects exception contains is or a ApplicationDeadlockException.
isArray(Object) - Static method in class org.jboss.util.Objects
Check if the given object is an array (primitve or native).
isBaseHeader() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Return true if this node is the header of base-level list.
isBeforeEnd(ConcurrentSkipListMap.Node<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
isBound() - Method in class org.jboss.net.sockets.TimeoutSocket
 
isCancelled() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
Whether the queue is cancelled
isCancelled() - Method in class org.jboss.util.timeout.TimeoutFactory
 
isCancelled() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Whether the queue is cancelled
isCanonical() - Method in class org.jboss.util.xml.DOMWriter
 
isCharacterLegal(char) - Method in interface org.jboss.util.CharacterChecker
Is character legal.
isCharacterLegal(char) - Method in class org.jboss.util.CharacterChecker.WhitespaceChecker
 
isClosed() - Method in class org.jboss.net.sockets.TimeoutSocket
 
isCompatible(int) - Static method in class org.jboss.util.platform.Java
Returns true if the current virtual machine is compatible with the given version identifer.
isComplete() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
isComplete() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
isComplete() - Method in interface org.jboss.util.threadpool.TaskWrapper
Is the task complete.
isConnected() - Method in class org.jboss.net.sockets.TimeoutSocket
 
isCurrent(long) - Method in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
isCurrent(long) - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
Is the entry still valid basis the current time
isEjbQlIdentifier(String) - Static method in class org.jboss.util.Strings
Check whether the given String is an identifier according to the EJB-QL definition.
isEmpty() - Method in class org.jboss.util.collection.AbstractQueue
Check if the queue is empty.
isEmpty() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
isEmpty() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
isEmpty() - Method in class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
isEmpty() - Method in class org.jboss.util.collection.FastCopyHashMap
 
isEmpty() - Method in class org.jboss.util.collection.LazyList
 
isEmpty() - Method in class org.jboss.util.collection.LazyMap
 
isEmpty() - Method in class org.jboss.util.collection.LazySet
 
isEmpty() - Method in class org.jboss.util.collection.ListSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.jboss.util.collection.MapDelegateSet
Returns true if this set contains no elements.
isEmpty() - Method in interface org.jboss.util.collection.Queue
Check if the queue is empty.
isEmpty() - Method in class org.jboss.util.collection.SoftSet
 
isEmpty() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jboss.util.collection.WeakSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.jboss.util.graph.Graph
Are there any verticies in the graph
isEmpty(String) - Static method in class org.jboss.util.Strings
Check if the given string is empty.
isEndMarkerIndented(Node) - Method in class org.jboss.util.xml.DOMWriter
 
isEntityResolved() - Method in class org.jboss.util.xml.CatalogLocation
Returns the boolean value to inform id DTD was found in the XML file or not
isEntityResolved() - Method in class org.jboss.util.xml.JBossEntityResolver
Returns the boolean value to inform id DTD was found in the XML file or not
isFull() - Method in class org.jboss.util.collection.AbstractQueue
Check if the queue is full.
isFull() - Method in interface org.jboss.util.collection.Queue
Check if the queue is full.
isIgnoreWhitespace() - Method in class org.jboss.util.xml.DOMWriter
 
isInputShutdown() - Method in class org.jboss.net.sockets.TimeoutSocket
 
isInterrupted() - Method in class org.jboss.util.WorkerQueue
 
isJavaKeyword(String) - Static method in class org.jboss.util.Strings
Check whether the given String is a reserved Java Keyword according to the Java Language Specifications.
isLastEntityResolved - Variable in class org.jboss.util.xml.CatalogLocation
 
isMarked() - Method in class org.jboss.util.graph.Edge
Get the edge mark flag
isMarker() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Return true if this node is a marker.
isNull(String) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Whether a string is interpreted as the null value, including the empty string.
isNull(String, boolean, boolean) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Whether a string is interpreted as the null value
isNullHandlingEnabled() - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Will the standard editors return null from their PropertyEditor.setAsText(String) method for non-primitive targets?
isOutputShutdown() - Method in class org.jboss.net.sockets.TimeoutSocket
 
isPeriodic() - Method in class org.jboss.util.TimerTask
Returns whether this TimerTask is periodic
isPrettyprint() - Method in class org.jboss.util.xml.DOMWriter
 
isPrimitive(Class) - Static method in class org.jboss.util.Classes
Check if the given class is a primitive class or a primitive wrapper class.
isPrimitive(String) - Static method in class org.jboss.util.Classes
Check type against boolean, byte, char, short, int, long, float, double.
isPrimitiveWrapper(Class) - Static method in class org.jboss.util.Classes
Check if the given class is a primitive wrapper class.
isReplaceSystemProperties() - Method in class org.jboss.util.xml.JBossEntityResolver
 
isRunning() - Method in class org.jboss.util.StopWatch
Check if the watch is running.
isRunning() - Method in class org.jboss.util.StopWatch.Wrapper
 
isValidJavaIdentifier(String) - Static method in class org.jboss.util.Strings
Check whether the given String is a valid identifier according to the Java Language specifications.
isVersion(int) - Static method in class org.jboss.util.platform.Java
Returns true if the given version identifer is equal to the version identifier of the current virtuial machine.
isWarnOnNonFileURLs() - Static method in class org.jboss.util.xml.JBossEntityResolver
 
isWriteXMLDeclaration() - Method in class org.jboss.util.xml.DOMWriter
 
iter - Variable in class org.jboss.util.collection.CachedCollection.MyIterator
 
iter - Variable in class org.jboss.util.collection.Iterators.ImmutableIterator
 
iter - Variable in class org.jboss.util.collection.Iterators.Iter2Enumeration
 
iter - Variable in class org.jboss.util.collection.Iterators.SyncIterator
 
Iter() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.Iter
 
Iter2Enumeration(Iterator) - Constructor for class org.jboss.util.collection.Iterators.Iter2Enumeration
 
iterator() - Method in class org.jboss.util.collection.CachedCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingEntrySetView
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingEntrySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingKeySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
iterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
iterator() - Method in class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
iterator() - Method in class org.jboss.util.collection.FastCopyHashMap.KeySet
 
iterator() - Method in class org.jboss.util.collection.FastCopyHashMap.Values
 
iterator() - Method in class org.jboss.util.collection.LazyList
 
iterator() - Method in class org.jboss.util.collection.LazySet
 
iterator() - Method in class org.jboss.util.collection.ListQueue
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.jboss.util.collection.ListSet
Return an iteration over the elements in the set.
iterator() - Method in class org.jboss.util.collection.MapDelegateSet
Returns an iterator over the elements in this set.
iterator() - Method in class org.jboss.util.collection.ReferenceValueMap.EntrySet
 
iterator() - Method in class org.jboss.util.collection.SoftSet
 
iterator() - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
iterator() - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
iterator() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
iterator() - Method in class org.jboss.util.collection.WeakSet
Return an iteration over the elements in the set.
Iterators - Class in org.jboss.util.collection
A collection of Iterator and Enumeration utilities.
Iterators() - Constructor for class org.jboss.util.collection.Iterators
 
Iterators.EmptyIterator - Class in org.jboss.util.collection
An empty Iterator
Iterators.Enum2Iterator - Class in org.jboss.util.collection
An Enumeration to Iterator wrapper.
Iterators.ImmutableIterator - Class in org.jboss.util.collection
Wraps an Iterator making it immutable, by disabling calls to remove()
Iterators.Iter2Enumeration - Class in org.jboss.util.collection
An Iterator to Enumeration wrapper class.
Iterators.SyncEnumeration - Class in org.jboss.util.collection
Wraps an Enumeration making it synchronized.
Iterators.SyncIterator - Class in org.jboss.util.collection
Wraps an Iterator making it synchronized.
iters - Variable in class org.jboss.util.collection.CompoundIterator
The array of iterators to iterate over.

J

jar - Variable in class org.jboss.util.file.JarStreamBrowser
 
jar(File, String, JarUtils.JarInfo) - Static method in class org.jboss.util.file.JarUtils
This recursive method writes all matching files and directories to the jar output stream.
jar(OutputStream, File) - Static method in class org.jboss.util.file.JarUtils
This function will create a Jar archive containing the src file/directory.
jar(OutputStream, File[]) - Static method in class org.jboss.util.file.JarUtils
This function will create a Jar archive containing the src file/directory.
jar(OutputStream, File[], FileFilter) - Static method in class org.jboss.util.file.JarUtils
This function will create a Jar archive containing the src file/directory.
jar(OutputStream, File[], FileFilter, String, Manifest) - Static method in class org.jboss.util.file.JarUtils
This function will create a Jar archive containing the src file/directory.
JAR_SEPARATOR - Static variable in class org.jboss.net.protocol.njar.Handler
 
JarArchiveBrowser - Class in org.jboss.util.file
Comment
JarArchiveBrowser(File, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarArchiveBrowser
 
JarArchiveBrowser(JarURLConnection, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarArchiveBrowser
 
JarInfo(JarOutputStream, FileFilter) - Constructor for class org.jboss.util.file.JarUtils.JarInfo
 
JarProtocolArchiveBrowserFactory - Class in org.jboss.util.file
comment
JarProtocolArchiveBrowserFactory() - Constructor for class org.jboss.util.file.JarProtocolArchiveBrowserFactory
 
JarStreamBrowser - Class in org.jboss.util.file
Comment
JarStreamBrowser(File, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarStreamBrowser
 
JarStreamBrowser(InputStream, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarStreamBrowser
 
JarUtils - Class in org.jboss.util.file
A utility class for dealing with Jar files.
JarUtils() - Constructor for class org.jboss.util.file.JarUtils
Hide the constructor
JarUtils.JarInfo - Class in org.jboss.util.file
This simple convenience class is used by the jar method to reduce the number of arguments needed.
Java - Class in org.jboss.util.platform
Provides common access to specifics about the version of Java that a virtual machine supports.
Java() - Constructor for class org.jboss.util.platform.Java
Prevent instantiation
JBOSS_402 - Static variable in class org.jboss.util.id.SerialVersion
The serialization compatible with Sun's RI, jboss-4.0.2+
JBOSS_THREAD_GROUP - Static variable in class org.jboss.util.threadpool.BasicThreadPool
The jboss thread group
JBossEntityResolver - Class in org.jboss.util.xml
Local entity resolver to handle standard J2EE DTDs and Schemas as well as JBoss specific DTDs.
JBossEntityResolver() - Constructor for class org.jboss.util.xml.JBossEntityResolver
 
JBossEntityResolver.LSInputImpl - Class in org.jboss.util.xml
 
JBossErrorHandler - Class in org.jboss.util.xml
 
JBossErrorHandler(String, JBossEntityResolver) - Constructor for class org.jboss.util.xml.JBossErrorHandler
 
JBossInterface - Interface in org.jboss.util
Clone the object without throwing a typed exception.
JBossObject - Class in org.jboss.util
Utility Class Utility Class that provides a Logger instance (log) and caching of toString() and hashCode() values.
JBossObject() - Constructor for class org.jboss.util.JBossObject
Create a new object
JBossObject(Logger) - Constructor for class org.jboss.util.JBossObject
Create a new object using the specified Logger instace
JBossStringBuilder - Class in org.jboss.util
A JBossStringBuilder, providing the same functionality as the java5 StringBuilder, except no Appendable which is java5 specific.
JBossStringBuilder() - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder with no characters and an intial size of 16
JBossStringBuilder(char[]) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given character array
JBossStringBuilder(char[], int, int) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given character array
JBossStringBuilder(int) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder with no characters
JBossStringBuilder(CharSequence) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given character sequence.
JBossStringBuilder(String) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given string.
jndiMap - Variable in class org.jboss.util.property.PropertyMap
This map avoids heavy contention for the properties that JNDI looks up everytime a new InitialContext instance is created.
JobItem(Executable) - Constructor for class org.jboss.util.WorkerQueue.JobItem
 
join(byte[]) - Static method in class org.jboss.util.Strings
Convert and join an array of bytes into one string.
join(Object[]) - Static method in class org.jboss.util.Strings
Convert and join an array of objects into one string.
join(Object[], String) - Static method in class org.jboss.util.Strings
Join an array of strings into one delimited string.
join(Object[], String, String, String) - Static method in class org.jboss.util.Strings
Return a string composed of the given array.
join(StringBuffer, Object[], String) - Static method in class org.jboss.util.Strings
Join an array of strings into one delimited string.
join(StringBuffer, Object[], String, String, String) - Static method in class org.jboss.util.Strings
Return a string composed of the given array.

K

keepAliveSize - Variable in class org.jboss.util.threadpool.MinPooledExecutor
The number of threads to keep alive threads
key - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
key - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Index
 
key - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Node
 
key - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
 
key - Variable in class org.jboss.util.collection.FastCopyHashMap.Entry
 
key - Variable in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
key - Variable in class org.jboss.util.collection.SoftSet.ComparableSoftReference
 
key - Variable in class org.jboss.util.collection.SoftValueRef
The key
key - Variable in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
key - Variable in class org.jboss.util.collection.WeakValueRef
The key
key - Static variable in class org.jboss.util.naming.ENCThreadLocalKey
 
key() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
keyEq(Object, Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
keyHash() - Method in interface org.jboss.util.collection.ConcurrentReferenceHashMap.KeyReference
 
keyHash() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftKeyReference
 
keyHash() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftValueReference
 
keyHash() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakKeyReference
 
keyHash() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakValueReference
 
keyIterator() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
KeyIterator() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.KeyIterator
 
KeyIterator() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.KeyIterator
 
KeyIterator() - Constructor for class org.jboss.util.collection.FastCopyHashMap.KeyIterator
 
KeyIterator() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.KeyIterator
 
keyRef - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
keyRef - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftValueReference
 
keyRef - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakValueReference
 
keyRef() - Method in interface org.jboss.util.collection.ConcurrentReferenceHashMap.KeyReference
 
keyRef() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftKeyReference
 
keyRef() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftValueReference
 
keyRef() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakKeyReference
 
keyRef() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakValueReference
 
keys() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
keySet - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Lazily initialized key set
keySet - Variable in class org.jboss.util.collection.FastCopyHashMap
 
keySet - Variable in class org.jboss.util.collection.WeakIdentityHashMap
Each of these fields are initialized to contain an instance of the appropriate view the first time this view is requested.
keySet() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
keySet() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.jboss.util.collection.FastCopyHashMap
 
keySet() - Method in class org.jboss.util.collection.LazyMap
 
keySet() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns a set view of the keys contained in this map.
keySet(boolean) - Method in class org.jboss.util.property.PropertyMap
Returns a set of keys for all entries in this group and optionally all of the keys in the defaults map.
KeySet() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
KeySet() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
KeySet() - Constructor for class org.jboss.util.collection.FastCopyHashMap.KeySet
 
KeySet() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
keySetView - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
KeySetView() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
keyType - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
keywords - Static variable in class org.jboss.util.Strings
List of valid Java keywords, see The Java Language Specification Second Edition Section 3.9, 3.10.3 and 3.10.7

L

last - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
the last node returned by next()
lastEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
lastEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastHandlerPkgs - Variable in class org.jboss.net.protocol.URLStreamHandlerFactory
The last java.protocol.handler.pkgs value.
lastIndexOf(char) - Method in class org.jboss.util.JBossStringBuilder
 
lastIndexOf(char, int) - Method in class org.jboss.util.JBossStringBuilder
 
lastIndexOf(Object) - Method in class org.jboss.util.collection.LazyList
 
lastIndexOf(String) - Method in class org.jboss.util.JBossStringBuilder
 
lastIndexOf(String, int) - Method in class org.jboss.util.JBossStringBuilder
 
lastKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
lastKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the last (highest) key currently in this map.
lastNode() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
lastPoolNumber - Static variable in class org.jboss.util.threadpool.BasicThreadPool
The internal pool number
lastReturned - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
lastReturned - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
lastThreadNumber - Variable in class org.jboss.util.threadpool.BasicThreadPool
The last thread number
lastValue - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
Cache of last value returned
LazyList<T> - Class in org.jboss.util.collection
LazyList.
LazyList() - Constructor for class org.jboss.util.collection.LazyList
 
LazyMap<K,​V> - Class in org.jboss.util.collection
LazyMap.
LazyMap() - Constructor for class org.jboss.util.collection.LazyMap
 
LazySet<T> - Class in org.jboss.util.collection
LazySet.
LazySet() - Constructor for class org.jboss.util.collection.LazySet
 
least - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
lower bound key, or null if from start
least - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapEntryIterator
 
least - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapKeyIterator
 
left(int) - Method in class org.jboss.util.Heap
 
LEGACY - Static variable in class org.jboss.util.id.SerialVersion
Legacy, jboss-4.0.1 through jboss-4.0.0
length() - Method in class org.jboss.util.JBossStringBuilder
 
level - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.HeadIndex
 
LINE_SEPARATOR - Static variable in class org.jboss.util.property.Property
Platform dependent line separator.
lineLength - Variable in class org.jboss.util.Base64.InputStream
 
lineLength - Variable in class org.jboss.util.Base64.OutputStream
 
link(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Index
Tries to CAS newSucc as successor.
LINKTYPE - Static variable in class org.jboss.util.xml.catalog.Catalog
The LINKTYPE Catalog Entry type.
list - Variable in class org.jboss.util.collection.CachedList
Wrapped list.
list - Variable in class org.jboss.util.collection.ListQueue
List container
list - Variable in class org.jboss.util.collection.ListSet
The List which will be used for element storage.
list - Variable in class org.jboss.util.collection.ReverseListIterator
The list to get elements from
list(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
list(Enumeration) - Static method in class org.jboss.util.collection.CollectionsUtil
Create a list from an enumeration
list(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
list(JBossStringBuilder, Collection) - Static method in class org.jboss.util.JBossObject
List the set of JBossObjects
listBindings(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
listBindings(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
listener - Variable in class org.jboss.util.stream.NotifyingBufferedInputStream
The listener notified every chunk
listener - Variable in class org.jboss.util.stream.NotifyingBufferedOutputStream
The listener notified every chunk
listeners - Static variable in class org.jboss.util.ThrowableHandler
The list of listeners
listIterator() - Method in class org.jboss.util.collection.LazyList
 
listIterator(int) - Method in class org.jboss.util.collection.LazyList
 
ListQueue<E> - Class in org.jboss.util.collection
A ListQueue implements a first-in, first-out container using a List as a data structure.
ListQueue() - Constructor for class org.jboss.util.collection.ListQueue
Construct a new unconstrained ListQueue using a LinkedList for a data-structure.
ListQueue(int) - Constructor for class org.jboss.util.collection.ListQueue
Construct a new constrained ListQueue using a LinkedList for a data-structure.
ListQueue(List<E>) - Constructor for class org.jboss.util.collection.ListQueue
Construct a new unconstrained ListQueue.
ListQueue(List<E>, int) - Constructor for class org.jboss.util.collection.ListQueue
Construct a new constrained ListQueue.
ListSet - Class in org.jboss.util.collection
A thin wrapper around a List transforming it into a modifiable Set.
ListSet() - Constructor for class org.jboss.util.collection.ListSet
Construct a ListSet using an ArrayList for backing.
ListSet(Collection) - Constructor for class org.jboss.util.collection.ListSet
Construct a ListSet using an ArrayList for backing and populated with the given elements.
ListSet(List) - Constructor for class org.jboss.util.collection.ListSet
Construct a ListSet.
load(String) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a PropertyReader specifed by the given class name.
load(String) - Method in class org.jboss.util.property.PropertyMap
Load properties from a PropertyReader specifed by the given class name.
load(String, Map) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a map.
load(String, Map) - Method in class org.jboss.util.property.PropertyMap
Load properties from a map.
load(Map) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a map.
load(Map) - Method in class org.jboss.util.property.PropertyMap
Load properties from a map.
load(PropertyReader) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a PropertyReader.
load(PropertyReader) - Method in class org.jboss.util.property.PropertyMap
Load properties from a PropertyReader.
loadClass(String) - Static method in class org.jboss.util.Classes
This method acts equivalently to invoking Thread.currentThread().getContextClassLoader().loadClass(className); but it also supports primitive types and array classes of object types or primitive types.
loadClass(String, boolean) - Method in class org.jboss.util.loading.DelegatingClassLoader
Load a class, by asking the parent
loadClass(String, ClassLoader) - Static method in class org.jboss.util.Classes
This method acts equivalently to invoking classLoader.loadClass(className) but it also supports primitive types and array classes of object types or primitive types.
loadClasspathResource(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Look for the resource name on the thread context loader resource path.
loadFactor - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
The load factor for the hash table.
loadFactor - Variable in class org.jboss.util.collection.FastCopyHashMap
The user defined load factor which defines when to resize
loadFactor - Variable in class org.jboss.util.collection.WeakIdentityHashMap
The load factor for the hash table.
loadProperties(Properties, String) - Method in class org.jboss.util.property.FilePropertyReader
Load properties from a file into a properties map.
loadResource(String) - Method in class org.jboss.util.xml.CatalogLocation
Loads the resolved resource.
loadSystemCatalogs() - Method in class org.jboss.util.xml.catalog.Catalog
Load the system catalog files.
localCatalogFiles - Variable in class org.jboss.util.xml.catalog.Catalog
A vector of catalog files constructed during processing of CATALOG entries in the current catalog.
localDelegate - Variable in class org.jboss.util.xml.catalog.Catalog
A vector of DELEGATE* Catalog entries constructed during processing of the Catalog.
LocaleEditor - Class in org.jboss.util.propertyeditor
Locale editor.
LocaleEditor() - Constructor for class org.jboss.util.propertyeditor.LocaleEditor
 
localEntities - Variable in class org.jboss.util.xml.JBossEntityResolver
A local entities map that overrides the class level entities
location - Variable in class org.jboss.util.xml.CatalogLocation
 
lock - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
The lock object
lock - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
The lock object
log - Static variable in class org.jboss.net.protocol.njar.Handler
 
log - Static variable in class org.jboss.net.protocol.resource.ResourceURLConnection
 
log - Static variable in class org.jboss.net.protocol.URLStreamHandlerFactory
Class logger.
log - Static variable in class org.jboss.util.Base64
 
log - Static variable in class org.jboss.util.file.Files
The Logger instance
log - Variable in class org.jboss.util.JBossObject
The log
log - Static variable in class org.jboss.util.naming.ENCThreadLocalKey
 
log - Static variable in class org.jboss.util.naming.Util
 
log - Static variable in class org.jboss.util.property.jmx.SystemPropertyClassValue
 
log - Static variable in class org.jboss.util.propertyeditor.PropertyEditors
The Logger object
log - Static variable in class org.jboss.util.state.StateMachine
 
log - Static variable in class org.jboss.util.state.xml.StateMachineParser
 
log - Static variable in class org.jboss.util.stream.Streams
 
log - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The log
log - Static variable in class org.jboss.util.threadpool.BasicThreadPool
 
log - Variable in class org.jboss.util.threadpool.BasicThreadPool.TimeoutMonitor
 
log - Static variable in class org.jboss.util.threadpool.RunnableTaskWrapper
The log
log - Static variable in class org.jboss.util.TimedCachePolicy
 
log - Static variable in class org.jboss.util.xml.CatalogLocation
 
log - Static variable in class org.jboss.util.xml.DOMUtils
 
log - Static variable in class org.jboss.util.xml.JBossEntityResolver
 
log - Static variable in class org.jboss.util.xml.JBossErrorHandler
 
logAcquire() - Method in class org.jboss.util.Semaphore
 
logDeadlock() - Method in class org.jboss.util.Semaphore
 
loggers - Static variable in class org.jboss.util.JBossObject
The loggers
logRelease() - Method in class org.jboss.util.Semaphore
 
LongCounter - Class in org.jboss.util
A long integer counter class.
LongCounter() - Constructor for class org.jboss.util.LongCounter
Construct a LongCounter.
LongCounter(long) - Constructor for class org.jboss.util.LongCounter
Construct a LongCounter with a starting value.
LongCounter.Wrapper - Class in org.jboss.util
Base wrapper class for other wrappers.
LongEditor - Class in org.jboss.util.propertyeditor
A property editor for Integer.
LongEditor() - Constructor for class org.jboss.util.propertyeditor.LongEditor
 
lookup(String) - Static method in class org.jboss.util.naming.NonSerializableFactory
Lookup a value from the NonSerializableFactory map.
lookup(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
lookup(String, Class<?>) - Static method in class org.jboss.util.naming.Util
Lookup an object in the default initial context
lookup(Context, String, Class) - Static method in class org.jboss.util.naming.Util
Lookup an object in the given context
lookup(Context, Name, Class) - Static method in class org.jboss.util.naming.Util
Lookup an object in the given context
lookup(Name) - Static method in class org.jboss.util.naming.NonSerializableFactory
Lookup a value from the NonSerializableFactory map.
lookup(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
lookup(Name, Class<?>) - Static method in class org.jboss.util.naming.Util
Lookup an object in the default initial context
lookupCatalogFiles() - Static method in class org.jboss.util.xml.CatalogLocation
Seach the path for oasis catalog files.
lookupLink(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
lookupLink(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
lowerEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
lowerEntry(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such entry.
lowerEntry(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such entry.
lowerKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
lowerKey(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
lowerKey(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
LRUCacheEntry(Object, Object) - Constructor for class org.jboss.util.LRUCachePolicy.LRUCacheEntry
Creates a new double linked cell, storing the object we want to cache and the key that is used to retrieve it.
LRUCachePolicy - Class in org.jboss.util
Implementation of a Least Recently Used cache policy.
LRUCachePolicy() - Constructor for class org.jboss.util.LRUCachePolicy
Creates a LRU cache policy object with zero cache capacity.
LRUCachePolicy(int, int) - Constructor for class org.jboss.util.LRUCachePolicy
Creates a LRU cache policy object with the specified minimum and maximum capacity.
LRUCachePolicy.LRUCacheEntry - Class in org.jboss.util
Double linked cell used as entry in the cache list.
LRUCachePolicy.LRUList - Class in org.jboss.util
Double queued list used to store cache entries.
LRUList() - Constructor for class org.jboss.util.LRUCachePolicy.LRUList
Creates a new double queued list.
LSInputImpl(String, String, String, InputSource) - Constructor for class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
LT - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
 

M

m - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
Underlying map
m_allowed - Variable in class org.jboss.util.Semaphore
 
m_cacheMiss - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The cache misses happened
m_capacity - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The current capacity of the cache list
m_comparator - Variable in class org.jboss.util.Heap
 
m_count - Variable in class org.jboss.util.Heap
 
m_count - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The number of cached objects
m_counter - Variable in class org.jboss.util.Semaphore.Info
 
m_currentJob - Variable in class org.jboss.util.WorkerQueue
The job that will be executed by the worker thread
m_debug - Static variable in class org.jboss.util.Semaphore
 
m_head - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The head of the double linked list
m_heap - Variable in class org.jboss.util.TimerQueue
 
m_job - Variable in class org.jboss.util.WorkerQueue.JobItem
 
m_key - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
The key used to retrieve the cached object
m_list - Variable in class org.jboss.util.LRUCachePolicy
The linked list used to implement the LRU algorithm
m_lock - Variable in class org.jboss.util.TimerTask
 
m_logMap - Variable in class org.jboss.util.Semaphore
 
m_map - Variable in class org.jboss.util.LRUCachePolicy
The map holding the cached objects
m_maxCapacity - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The maximum capacity of the cache list
m_maxCapacity - Variable in class org.jboss.util.LRUCachePolicy
The maximum capacity of this cache
m_minCapacity - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The minimum capacity of the cache list
m_minCapacity - Variable in class org.jboss.util.LRUCachePolicy
The minimum capacity of this cache
m_next - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
Reference to the next cell in the list
m_next - Variable in class org.jboss.util.WorkerQueue.JobItem
 
m_nextExecutionTime - Variable in class org.jboss.util.TimerTask
 
m_nodes - Variable in class org.jboss.util.Heap
 
m_object - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
The cached object
m_period - Variable in class org.jboss.util.TimerTask
 
m_prev - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
Reference to the previous cell in the list
m_queueThread - Variable in class org.jboss.util.WorkerQueue
The thread that runs the Executable jobs
m_state - Variable in class org.jboss.util.TimerTask
 
m_tail - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The tail of the double linked list
m_thread - Variable in class org.jboss.util.Semaphore.Info
 
m_time - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
The timestamp of the creation
m_trace - Variable in class org.jboss.util.Semaphore.Info
 
m_users - Variable in class org.jboss.util.Semaphore
 
m_waiters - Variable in class org.jboss.util.WaitSemaphore
 
main(String[]) - Static method in class org.jboss.util.file.JarUtils
 
main(String[]) - Static method in class org.jboss.util.xml.catalog.Version
Print the release version to the command line.
maintain() - Method in class org.jboss.util.collection.CachedCollection
Maintains the collection by removing garbage collected objects.
maintain() - Method in class org.jboss.util.collection.CachedList
Maintains the collection by removing garbage collected objects.
maintain() - Method in class org.jboss.util.collection.WeakSet
Maintain the elements in the set.
makeAbsolute(String) - Method in class org.jboss.util.xml.catalog.Catalog
Construct an absolute URI from a relative one, using the current base URI.
makeAbsolute(String) - Method in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Attempt to construct an absolute URI
makeDelegateUrl(URL) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
makeDelegateUrl(URL) - Method in class org.jboss.net.protocol.resource.ResourceURLConnection
 
makeDelegateUrlConnection(URL) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
makeDirectional(Counter, boolean) - Static method in class org.jboss.util.Counter
Returns a directional counter.
makeDirectional(LongCounter, boolean) - Static method in class org.jboss.util.LongCounter
Returns a directional counter.
makeImmutable(Iterator) - Static method in class org.jboss.util.collection.Iterators
Make an Iterator immutable
makeIndexPropertyName(String, int) - Method in class org.jboss.util.property.PropertyMap
Make an indexed property name.
makeMessage(String) - Static method in exception org.jboss.util.NullArgumentException
Make a execption message for the argument name.
makeMessage(String, Object) - Static method in exception org.jboss.util.NullArgumentException
Make a execption message for the argument name and index
makeName(String) - Method in class org.jboss.util.property.PropertyContainer
 
makePrefixedPropertyName(String, String) - Method in class org.jboss.util.property.PropertyMap
Make a optionaly prefixed property name.
makePropertyName(Object) - Method in class org.jboss.util.property.PropertyGroup
Make a fully qualified property name.
makePropertyName(String) - Method in class org.jboss.util.property.PropertyGroup
Make a fully qualified property name.
makeSynchronized(Enumeration) - Static method in class org.jboss.util.collection.Iterators
Returns a synchronized version of the given Enumeration.
makeSynchronized(Iterator) - Static method in class org.jboss.util.collection.Iterators
Returns a synchronized version of the given Iterator.
makeSynchronized(Counter) - Static method in class org.jboss.util.Counter
Return a synchronized counter.
makeSynchronized(LongCounter) - Static method in class org.jboss.util.LongCounter
Return a synchronized counter.
makeSynchronized(StopWatch) - Static method in class org.jboss.util.StopWatch
Return a synchronized stop watch.
makeURIFromFilespec(String, String) - Static method in class org.jboss.util.Strings
 
makeURLFromFilespec(String, String) - Static method in class org.jboss.util.Strings
A helper to make a URL from a filespec.
map - Variable in class org.jboss.util.collection.MapDelegateSet
The delegate map
map - Variable in class org.jboss.util.collection.ReferenceValueMap
Hash table mapping keys to ref values
map - Variable in class org.jboss.util.collection.SoftSet
 
MapDelegateSet<E> - Class in org.jboss.util.collection
Set implemented by a backing Map.
MapDelegateSet(Map<E, Object>) - Constructor for class org.jboss.util.collection.MapDelegateSet
Set the initial map.
mapJavaBeanProperties(Object, Properties) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
This method takes the properties found in the given beanProps to the bean using the property editor registered for the property.
mapJavaBeanProperties(Object, Properties, boolean) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
This method takes the properties found in the given beanProps to the bean using the property editor registered for the property.
mark - Variable in class org.jboss.util.graph.Edge
 
mark - Variable in class org.jboss.util.graph.Vertex
 
mark() - Method in class org.jboss.util.graph.Edge
Set the mark flag of the edge
mark() - Method in class org.jboss.util.graph.Vertex
Set the vertex mark flag.
mark(int) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
markState - Variable in class org.jboss.util.graph.Vertex
 
markSupported() - Method in class org.jboss.net.sockets.InterruptableInputStream
 
MarshalledValueInputStream - Class in org.jboss.util.stream
An ObjectInputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context class loader.
MarshalledValueInputStream(InputStream) - Constructor for class org.jboss.util.stream.MarshalledValueInputStream
Creates a new instance of MarshalledValueOutputStream
MarshalledValueOutputStream - Class in org.jboss.util.stream
An ObjectOutputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context class loader.
MarshalledValueOutputStream(OutputStream) - Constructor for class org.jboss.util.stream.MarshalledValueOutputStream
Creates a new instance of MarshalledValueOutputStream If there is a security manager installed, this method requires a SerializablePermission("enableSubstitution") permission to ensure it's ok to enable the stream to do replacement of objects in the stream.
maskNull(Object) - Static method in class org.jboss.util.collection.WeakIdentityHashMap
Use NULL_KEY for key if it is null.
maskNull(K) - Static method in class org.jboss.util.collection.FastCopyHashMap
 
MAX_LINE_LENGTH - Static variable in class org.jboss.util.Base64
Maximum line length (76) of Base64 output.
MAX_SEGMENTS - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The maximum number of segments to allow; used to bound constructor arguments.
MAX_USERS_ALLOWED - Static variable in class org.jboss.util.WaitSemaphore
 
MAXIMUM_CAPACITY - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
MAXIMUM_CAPACITY - Static variable in class org.jboss.util.collection.FastCopyHashMap
MAX_INT - 1
MAXIMUM_CAPACITY - Static variable in class org.jboss.util.collection.WeakIdentityHashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
maximumSize - Variable in class org.jboss.util.collection.AbstractQueue
Maximum queue size
message(int, String) - Method in class org.jboss.util.xml.catalog.helpers.Debug
Print debug message (if the debug level is high enough).
message(int, String, String) - Method in class org.jboss.util.xml.catalog.helpers.Debug
Print debug message (if the debug level is high enough).
message(int, String, String, String) - Method in class org.jboss.util.xml.catalog.helpers.Debug
Print debug message (if the debug level is high enough).
MethodBoundPropertyListener - Class in org.jboss.util.property
Binds property values to class methods.
MethodBoundPropertyListener(Object, String) - Constructor for class org.jboss.util.property.MethodBoundPropertyListener
Construct a MethodBoundPropertyListener.
MethodBoundPropertyListener(Object, String, String) - Constructor for class org.jboss.util.property.MethodBoundPropertyListener
Construct a MethodBoundPropertyListener.
methodHash(Method) - Static method in class org.jboss.util.MethodHashing
 
MethodHash - Class in org.jboss.net.sockets
 
MethodHash() - Constructor for class org.jboss.net.sockets.MethodHash
 
MethodHashing - Class in org.jboss.util
Create a unique hash for
MethodHashing() - Constructor for class org.jboss.util.MethodHashing
 
MinPooledExecutor - Class in org.jboss.util.threadpool
A pooled executor where the minimum pool size threads are kept alive.
MinPooledExecutor(int) - Constructor for class org.jboss.util.threadpool.MinPooledExecutor
Construct a new executor
MinPooledExecutor(BlockingQueue, int) - Constructor for class org.jboss.util.threadpool.MinPooledExecutor
Construct a new executor
MINS - Static variable in class org.jboss.util.Strings
 
modCount - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
Number of updates that alter the size of the table.
modCount - Variable in class org.jboss.util.collection.FastCopyHashMap
Counter used to detect changes made outside of an iterator
modCount - Variable in class org.jboss.util.collection.WeakIdentityHashMap
The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
MSEC - Static variable in class org.jboss.util.Strings
Millisecond conversion constants
MyClassLoaderClassLoaderSource - Class in org.jboss.util.loading
ClassLoaderSource implementation that returns the ClassLoader that loaded this class.
MyClassLoaderClassLoaderSource() - Constructor for class org.jboss.util.loading.MyClassLoaderClassLoaderSource
 
MyIterator(Iterator) - Constructor for class org.jboss.util.collection.CachedCollection.MyIterator
 

N

name - Variable in class org.jboss.util.graph.Vertex
 
name - Variable in exception org.jboss.util.NullArgumentException
The name of the argument that was null.
name - Variable in class org.jboss.util.property.PropertyEvent
Property name.
name - Variable in class org.jboss.util.state.State
The name of the state
name - Variable in class org.jboss.util.state.Transition
 
name - Variable in class org.jboss.util.threadpool.BasicThreadPool
The thread pool name
name - Variable in class org.jboss.util.threadpool.BlockingMode
The string form of the enum
names() - Static method in class org.jboss.util.property.PropertyManager
Return an iterator over all contained property names.
names() - Method in class org.jboss.util.property.PropertyMap
Return an iterator over all contained property names.
namespaceMap - Variable in class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Mapping table from QNames to CatalogParser classes.
namespaceMap - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Mapping table from QNames to CatalogParser classes.
namespaceName - Static variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The namespace name of OASIS ERTC catalogs
Namespaces - Class in org.jboss.util.xml.catalog.helpers
Static Namespace query methods.
Namespaces() - Constructor for class org.jboss.util.xml.catalog.helpers.Namespaces
 
namespaceStack - Variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
NavigableMap<K,​V> - Interface in org.jboss.util.collection
A SortedMap extended with navigation methods returning the closest matches for given search targets.
nested - Variable in class org.jboss.util.AbstractNestedThrowable
The nested throwable
nested - Variable in error org.jboss.util.NestedError
The nested throwable
nested - Variable in exception org.jboss.util.NestedException
The nested throwable
nested - Variable in exception org.jboss.util.NestedRuntimeException
The nested throwable
nested - Variable in exception org.jboss.util.NestedSQLException
The nested throwable
NESTED_TRACE_ENABLED - Static variable in interface org.jboss.util.NestedThrowable
A system wide flag to enable or disable printing of the nested detail throwable traces.
NestedError - Error in org.jboss.util
A common superclass for Error classes that can contain a nested Throwable detail object.
NestedError() - Constructor for error org.jboss.util.NestedError
Construct a NestedError with no detail.
NestedError(String) - Constructor for error org.jboss.util.NestedError
Construct a NestedError with the specified detail message.
NestedError(String, Throwable) - Constructor for error org.jboss.util.NestedError
Construct a NestedError with the specified detail message and nested Throwable.
NestedError(Throwable) - Constructor for error org.jboss.util.NestedError
Construct a NestedError with the specified nested Throwable.
NestedException - Exception in org.jboss.util
A common superclass for Exception classes that can contain a nested Throwable detail object.
NestedException() - Constructor for exception org.jboss.util.NestedException
Construct a NestedException with no detail.
NestedException(String) - Constructor for exception org.jboss.util.NestedException
Construct a NestedException with the specified detail message.
NestedException(String, Throwable) - Constructor for exception org.jboss.util.NestedException
Construct a NestedException with the specified detail message and nested Throwable.
NestedException(Throwable) - Constructor for exception org.jboss.util.NestedException
Construct a NestedException with the specified nested Throwable.
NestedRuntimeException - Exception in org.jboss.util
A common superclass for RuntimeException classes that can contain a nested Throwable detail object.
NestedRuntimeException() - Constructor for exception org.jboss.util.NestedRuntimeException
Construct a NestedRuntimeException with no detail.
NestedRuntimeException(String) - Constructor for exception org.jboss.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.jboss.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested Throwable.
NestedRuntimeException(Throwable) - Constructor for exception org.jboss.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified nested Throwable.
NestedSQLException - Exception in org.jboss.util
A common superclass for SQLException classes that can contain a nested Throwable detail object.
NestedSQLException(String) - Constructor for exception org.jboss.util.NestedSQLException
Construct a NestedSQLException with the specified detail message.
NestedSQLException(String, String) - Constructor for exception org.jboss.util.NestedSQLException
Construct a NestedSQLException.
NestedSQLException(String, String, int) - Constructor for exception org.jboss.util.NestedSQLException
Construct a NestedSQLException.
NestedSQLException(String, Throwable) - Constructor for exception org.jboss.util.NestedSQLException
Construct a NestedSQLException with the specified detail message and nested Throwable.
NestedSQLException(Throwable) - Constructor for exception org.jboss.util.NestedSQLException
Construct a NestedSQLException with the specified nested Throwable.
NestedThrowable - Interface in org.jboss.util
Interface which is implemented by all the nested throwable flavors.
NestedThrowable.Util - Class in org.jboss.util
Utilitiy methods for the various flavors of NestedThrowable.
NEW - Static variable in class org.jboss.util.TimerTask
The state before the first execution
NEW_LINE - Static variable in class org.jboss.util.Base64
The new line character (\n) as a byte.
newArray(int) - Static method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
newArray(int) - Static method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
newCatalog() - Method in class org.jboss.util.xml.catalog.Catalog
Create a new Catalog object.
newHashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
NewInstance() - Constructor for class org.jboss.util.loading.ContextClassLoader.NewInstance
 
NewInstance() - Constructor for class org.jboss.util.loading.ContextClassLoaderSwitcher.NewInstance
 
newKeyReference(K, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
NEWLINE - Static variable in class org.jboss.util.StringPropertyReplacer
New line string constant
newThread(Runnable) - Method in class org.jboss.util.threadpool.BasicThreadPool.ThreadPoolThreadFactory
 
newValueReference(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
next - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
next - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
the next node to return from next();
next - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Node
 
next - Variable in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
next - Variable in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
next - Variable in class org.jboss.util.file.JarArchiveBrowser
 
next - Variable in class org.jboss.util.file.JarStreamBrowser
 
next() - Method in class org.jboss.util.collection.ArrayIterator
Returns the next element in the iteration.
next() - Method in class org.jboss.util.collection.CachedCollection.MyIterator
 
next() - Method in class org.jboss.util.collection.CompoundIterator
Return the next element from the current iterator.
next() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntryIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeyIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.ValueIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingEntryIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingKeyIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapEntryIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.DescendingSubMapKeyIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeyIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapEntryIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapKeyIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SubMapValueIterator
 
next() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ValueIterator
 
next() - Method in class org.jboss.util.collection.FastCopyHashMap.EntryIterator
 
next() - Method in class org.jboss.util.collection.FastCopyHashMap.KeyIterator
 
next() - Method in class org.jboss.util.collection.FastCopyHashMap.ValueIterator
 
next() - Method in class org.jboss.util.collection.Iterators.EmptyIterator
 
next() - Method in class org.jboss.util.collection.Iterators.Enum2Iterator
 
next() - Method in class org.jboss.util.collection.Iterators.ImmutableIterator
 
next() - Method in class org.jboss.util.collection.Iterators.SyncIterator
 
next() - Method in class org.jboss.util.collection.ReferenceValueMap.EntrySetIterator
 
next() - Method in class org.jboss.util.collection.ReverseListIterator
Get the next element.
next() - Method in class org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
 
next() - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntryIterator
 
next() - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeyIterator
 
next() - Method in class org.jboss.util.collection.WeakIdentityHashMap.ValueIterator
 
next() - Method in class org.jboss.util.file.DirectoryArchiveBrowser
 
next() - Method in class org.jboss.util.file.JarArchiveBrowser
 
next() - Method in class org.jboss.util.file.JarStreamBrowser
 
nextChar() - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Return the next logical character from the input stream.
nextElement() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeyIterator
 
nextElement() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.ValueIterator
 
nextElement() - Method in class org.jboss.util.collection.Iterators.Iter2Enumeration
 
nextElement() - Method in class org.jboss.util.collection.Iterators.SyncEnumeration
 
nextElement() - Method in class org.jboss.util.collection.SerializableEnumeration
 
nextEntry - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
nextEntry - Static variable in class org.jboss.util.xml.catalog.CatalogEntry
The nextEntry is the ordinal number of the next entry type.
nextEntry() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
nextEntry() - Method in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
nextEntry() - Method in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
nextIndex(int, int) - Method in class org.jboss.util.collection.FastCopyHashMap
 
nextKey - Variable in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
Strong reference needed to avoid disappearance of key between hasNext and next
nextObject() - Method in class org.jboss.util.collection.CachedCollection.MyIterator
 
nextSegmentIndex - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
nextState(String) - Method in class org.jboss.util.state.StateMachine
Transition to the next state given the name of a valid transition.
nextTableIndex - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
nextToken() - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Return the next token in the catalog file.
nextUpdater - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap.Node
Updater for casNext
nextValue - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
Cache of next value field to maintain weak consistency
NJAR_SEPARATOR - Static variable in class org.jboss.net.protocol.njar.Handler
 
njarToFile(URL) - Static method in class org.jboss.net.protocol.njar.Handler
 
NO_OPTIONS - Static variable in class org.jboss.util.Base64
No options specified.
NO_XML_PARSER - Static variable in exception org.jboss.util.xml.catalog.CatalogException
Could not instantiate an XML parser
node - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Index
 
Node(K, Object, ConcurrentSkipListMap.Node<K, V>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.Node
Creates a new regular node.
Node(ConcurrentSkipListMap.Node<K, V>) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.Node
Creates a new marker node.
NON_PRIVILEDGED - Static variable in interface org.jboss.util.SysPropertyActions.SysProps
 
NON_PRIVILEGED - Static variable in interface org.jboss.util.collection.SecurityActions.GetClassLoaderAction
 
NonSerializableFactory - Class in org.jboss.util.naming
A utility class that allows one to bind a non-serializable object into a local JNDI context.
NonSerializableFactory() - Constructor for class org.jboss.util.naming.NonSerializableFactory
 
NORMAL - Static variable in class org.jboss.util.StringPropertyReplacer
 
normalize(String) - Static method in class org.jboss.util.xml.catalog.helpers.PublicId
Normalize a public identifier.
normalize(String, boolean) - Static method in class org.jboss.util.xml.DOMWriter
Normalizes the given string.
normalizeDown(int) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
normalizeUp(int) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
A new node has been added at index index.
normalizeUp(int) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
A new node has been added at index index.
normalizeURI(String) - Method in class org.jboss.util.xml.catalog.Catalog
Perform character normalization on a URI reference.
NoSuchMethodException - Exception in org.jboss.util
A better NoSuchMethodException which can take a Method object and formats the detail message based on in.
NoSuchMethodException() - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException with no detail.
NoSuchMethodException(Method) - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException using the given method object to construct the detail message.
NoSuchMethodException(String) - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException with the specified detail message.
NoSuchMethodException(String, Method) - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException using the given method object to construct the detail message.
NOTATION - Static variable in class org.jboss.util.xml.catalog.Catalog
The NOTATION Catalog Entry type.
notEqual(Object, Object) - Static method in class org.jboss.util.JBossObject
Safe inequality check
NotifyingBufferedInputStream - Class in org.jboss.util.stream
A buffered input stream that notifies every "chunk"
NotifyingBufferedInputStream(InputStream, int, int, StreamListener) - Constructor for class org.jboss.util.stream.NotifyingBufferedInputStream
Construct a notifying buffered inputstream.
NotifyingBufferedOutputStream - Class in org.jboss.util.stream
A buffered output stream that notifies every "chunk"
NotifyingBufferedOutputStream(OutputStream, int, int, StreamListener) - Constructor for class org.jboss.util.stream.NotifyingBufferedOutputStream
Construct a notifying buffered outputstream.
The listener is notified once every chunk.
NotImplementedException - Exception in org.jboss.util
Thrown to indicate that a method has not been implemented yet.
NotImplementedException() - Constructor for exception org.jboss.util.NotImplementedException
Construct a NotImplementedException with no detail.
NotImplementedException(String) - Constructor for exception org.jboss.util.NotImplementedException
Construct a NotImplementedException with a detail message.
now - Variable in class org.jboss.util.TimedCachePolicy
The caches notion of the current time
nthIndexOf(String, String, int) - Static method in class org.jboss.util.Strings
Return the nth index of the given token occurring in the given string.
Null - Class in org.jboss.util
A class that represents null.
Null() - Constructor for class org.jboss.util.Null
Do not allow public construction.
NULL - Static variable in class org.jboss.util.collection.FastCopyHashMap
Marks null keys.
NULL - Static variable in class org.jboss.util.propertyeditor.PropertyEditors
The null string
NULL_HASHCODE - Static variable in class org.jboss.util.HashCode
Hashcode for a 'null' value.
NULL_KEY - Static variable in class org.jboss.util.collection.WeakIdentityHashMap
Value representing null keys inside tables.
NULL_VALUE - Static variable in class org.jboss.util.property.PropertyMap
 
NullArgumentException - Exception in org.jboss.util
Thrown to indicate that a method argument was null and should not have been.
NullArgumentException() - Constructor for exception org.jboss.util.NullArgumentException
Construct a NullArgumentException.
NullArgumentException(String) - Constructor for exception org.jboss.util.NullArgumentException
Construct a NullArgumentException.
NullArgumentException(String, long) - Constructor for exception org.jboss.util.NullArgumentException
Construct a NullArgumentException.
NullArgumentException(String, Object) - Constructor for exception org.jboss.util.NullArgumentException
Construct a NullArgumentException.
numPermits - Variable in class org.jboss.net.sockets.QueuedClientSocketFactory
 
numSigBytes - Variable in class org.jboss.util.Base64.InputStream
 

O

oasisXMLCatalogPI - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current setting of the oasisXMLCatalogPI flag.
OASISXMLCatalogReader - Class in org.jboss.util.xml.catalog.readers
Parse OASIS Entity Resolution Technical Committee XML Catalog files.
OASISXMLCatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 
Objects - Class in org.jboss.util
A collection of Object utilities.
Objects() - Constructor for class org.jboss.util.Objects
 
offer(long, TimeoutTarget) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
offer(long, TimeoutTarget) - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Add a timeout to the queue
offer(long, TimeoutTarget) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
offer(HashedTimeoutPriorityQueueImpl.TimeoutExtImpl) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
onStreamNotification(Object, int) - Method in interface org.jboss.util.stream.StreamListener
Invoked by notifiying streams
onThrowable(int, Throwable) - Method in interface org.jboss.util.ThrowableListener
Process a throwable.
openConnection(URL) - Method in class org.jboss.net.protocol.file.Handler
 
openConnection(URL) - Method in class org.jboss.net.protocol.njar.Handler
 
openConnection(URL) - Method in class org.jboss.net.protocol.resource.Handler
 
Option() - Constructor for enum org.jboss.util.collection.ConcurrentReferenceHashMap.Option
 
org.jboss.net.protocol - package org.jboss.net.protocol
URL protocol stream helpers.
org.jboss.net.protocol.file - package org.jboss.net.protocol.file
 
org.jboss.net.protocol.njar - package org.jboss.net.protocol.njar
Provides a nested jar ('njar') protocol handler.
org.jboss.net.protocol.resource - package org.jboss.net.protocol.resource
Provides a system 'resource' access protocol handler.
org.jboss.net.sockets - package org.jboss.net.sockets
 
org.jboss.net.ssl - package org.jboss.net.ssl
 
org.jboss.util - package org.jboss.util
Utility classes and interfaces.
org.jboss.util.builder - package org.jboss.util.builder
 
org.jboss.util.collection - package org.jboss.util.collection
Extentions to the Java Collections framework.
org.jboss.util.deadlock - package org.jboss.util.deadlock
 
org.jboss.util.file - package org.jboss.util.file
File related classes.
org.jboss.util.graph - package org.jboss.util.graph
 
org.jboss.util.id - package org.jboss.util.id
Unique and globally unique identifier classes.
org.jboss.util.loading - package org.jboss.util.loading
 
org.jboss.util.naming - package org.jboss.util.naming
 
org.jboss.util.platform - package org.jboss.util.platform
Platform specific extentions to the Java programming language.
org.jboss.util.property - package org.jboss.util.property
An advanced property access, managment and notification system.
org.jboss.util.property.jmx - package org.jboss.util.property.jmx
 
org.jboss.util.propertyeditor - package org.jboss.util.propertyeditor
Property editors for use with java.beans.PropertyEditorManager.
org.jboss.util.state - package org.jboss.util.state
 
org.jboss.util.state.xml - package org.jboss.util.state.xml
 
org.jboss.util.stream - package org.jboss.util.stream
Stream related classes.
org.jboss.util.threadpool - package org.jboss.util.threadpool
 
org.jboss.util.timeout - package org.jboss.util.timeout
Timeout utilties.
org.jboss.util.xml - package org.jboss.util.xml
XML utilities.
org.jboss.util.xml.catalog - package org.jboss.util.xml.catalog
XML utilities.
org.jboss.util.xml.catalog.helpers - package org.jboss.util.xml.catalog.helpers
XML utilities.
org.jboss.util.xml.catalog.readers - package org.jboss.util.xml.catalog.readers
XML utilities.
origCL - Variable in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
The original classloader
out - Variable in class org.jboss.util.file.JarUtils.JarInfo
 
out - Variable in class org.jboss.util.xml.DOMWriter
 
outgoingEdges - Variable in class org.jboss.util.graph.Vertex
 
OutputStream(OutputStream) - Constructor for class org.jboss.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.jboss.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
OVERRIDE - Static variable in class org.jboss.util.xml.catalog.Catalog
The OVERRIDE Catalog Entry type.
overrideStack - Variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
 

P

PACKAGE_PREFIX - Static variable in class org.jboss.net.protocol.URLStreamHandlerFactory
The package prefix where JBoss protocol handlers live.
PACKAGE_SEPARATOR - Static variable in class org.jboss.util.Classes
The string used to separator packages
PACKAGE_SEPARATOR_CHAR - Static variable in class org.jboss.util.Classes
The characther used to separator packages
pad(Object, int) - Static method in class org.jboss.util.Strings
Return a string padded with the given string value of an object for the given count.
pad(StringBuffer, String, int) - Static method in class org.jboss.util.Strings
Return a string padded with the given string for the given count.
pad(String, int) - Static method in class org.jboss.util.Strings
Return a string padded with the given string for the given count.
pAllowPI - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
parent - Variable in class org.jboss.util.loading.DelegatingClassLoader
Cache the parent
parent(int) - Method in class org.jboss.util.Heap
 
PARENT_TRACE_ENABLED - Static variable in interface org.jboss.util.NestedThrowable
A system wide flag to enable or disable printing of the parent throwable traces.
parse(InputStream) - Static method in class org.jboss.util.xml.DOMUtils
Parse the given XML stream and return the root Element
parse(String) - Static method in class org.jboss.util.xml.DOMUtils
Parse the given XML string and return the root Element
parse(URL) - Method in class org.jboss.util.state.xml.StateMachineParser
 
parse(InputSource) - Static method in class org.jboss.util.xml.DOMUtils
Parse the given input source and return the root Element
PARSE_FAILED - Static variable in exception org.jboss.util.xml.catalog.CatalogException
XML but parse failed
parseAllCatalogs() - Method in class org.jboss.util.xml.catalog.Catalog
Parse all subordinate catalogs.
parseCatalog(String) - Method in class org.jboss.util.xml.catalog.Catalog
Parse a catalog file, augmenting internal data structures.
parseCatalog(String, InputStream) - Method in class org.jboss.util.xml.catalog.Catalog
Parse a catalog file, augmenting internal data structures.
parseCatalog(URL) - Method in class org.jboss.util.xml.catalog.Catalog
Parse a catalog document, augmenting internal data structures.
parseCatalogEntry(Catalog, Node) - Method in interface org.jboss.util.xml.catalog.readers.DOMCatalogParser
Parse a DOM node as a catalog entry.
parseCatalogFile(String) - Method in class org.jboss.util.xml.catalog.Catalog
Parse a single catalog file, augmenting internal data structures.
parseList(String) - Static method in class org.jboss.util.propertyeditor.StringArrayEditor
 
parseLocaleString(String) - Static method in class org.jboss.util.Strings
Parse the given localeString into a Locale.
parsePendingCatalogs() - Method in class org.jboss.util.xml.catalog.Catalog
Parse all of the pending catalogs.
parsePositiveTimePeriod(String) - Static method in class org.jboss.util.Strings
Same like parseTimePeriod(), but guards for negative entries.
parserClass - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX Parser Class
parserFactory - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX Parser Factory
parseTimePeriod(String) - Static method in class org.jboss.util.Strings
Parses a time period into a long.
parseURL(URL, String, int, int) - Method in class org.jboss.net.protocol.file.Handler
 
PATH_SEPARATOR - Static variable in class org.jboss.util.property.Property
Platform dependant path separator.
PATH_SEPARATOR - Static variable in class org.jboss.util.StringPropertyReplacer
Path separator value
PATH_SEPARATOR_ALIAS - Static variable in class org.jboss.util.StringPropertyReplacer
Path separator alias
pClassname - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
peek() - Method in class org.jboss.util.Heap
 
peek() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
peek() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Retrieves but does not remove the top of the queue or null if there is no such element
peek() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
peek(Class<?>) - Method in class org.jboss.util.collection.WeakTypeCache
Peek into the cache
peek(Object) - Method in interface org.jboss.util.CachePolicy
Returns the object paired with the specified key if it's present in the cache, otherwise must return null.
peek(Object) - Method in class org.jboss.util.LRUCachePolicy
 
peek(Object) - Method in class org.jboss.util.SynchronizedCachePolicy
 
peek(Object) - Method in class org.jboss.util.TimedCachePolicy
Get the cache value for key.
peek(ParameterizedType) - Method in class org.jboss.util.collection.WeakTypeCache
Peek into the cache
peekEntry(Object) - Method in class org.jboss.util.TimedCachePolicy
Get the raw TimedEntry for key without performing any expiration check.
permits - Variable in class org.jboss.net.sockets.QueuedClientSocketFactory
 
pFiles - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
pid - Variable in class org.jboss.util.id.VMID
The process identifier of the current virtual machine
PID - Class in org.jboss.util.platform
Provides access to the process identifier for this virtual machine.
PID(int) - Constructor for class org.jboss.util.platform.PID
Construct a new PID.
pIgnoreMissing - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
poll() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
poll() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Retrieves and removes the top of the queue if it times out or null if there is no such element
poll() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
poll(long) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
poll(long) - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Retrieves and removes the top of the queue if it times out or null if there is no such element
poll(long) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
pollFirstEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
pollFirstEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in interface org.jboss.util.collection.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Remove first entry; return key or null if empty.
pollLastEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
pollLastEntry() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in interface org.jboss.util.collection.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Remove last entry; return key or null if empty.
poolNumber - Variable in class org.jboss.util.threadpool.BasicThreadPool
The internal pool number
pos - Variable in class org.jboss.util.JBossStringBuilder
The position
position - Variable in class org.jboss.util.Base64.InputStream
 
position - Variable in class org.jboss.util.Base64.OutputStream
 
pPrefer - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
preferPublic - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current preference setting.
preferPublic() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
PREFERRED_ENCODING - Static variable in class org.jboss.util.Base64
Preferred encoding.
prefix - Variable in class org.jboss.util.file.FilenamePrefixFilter
The prefix which files must have to be accepted.
prefix - Variable in class org.jboss.util.file.FilePrefixFilter
The prefix which files must have to be accepted.
preload() - Static method in class org.jboss.net.protocol.URLStreamHandlerFactory
Preload the JBoss specific protocol handlers, so that URL knows about them even if the handler factory is changed.
PRESENT - Static variable in class org.jboss.util.collection.MapDelegateSet
The dummy object
prettyIndent - Variable in class org.jboss.util.xml.DOMWriter
 
prettyprint - Variable in class org.jboss.util.xml.DOMWriter
 
PrettyString - Interface in org.jboss.util
A simple interface for objects that can return pretty (ie.
PrettyString.Appendable - Interface in org.jboss.util
Interface for appending the objects pretty string onto a buffer.
primClasses - Static variable in class org.jboss.util.stream.MarshalledValueInputStream
 
PRIMITIVE_NAME_TYPE_MAP - Static variable in class org.jboss.util.Classes
Primitive type name -> class map.
PRIMITIVE_WRAPPER_MAP - Static variable in class org.jboss.util.Classes
Map of primitive types to their wrapper classes
Primitives - Class in org.jboss.util
Primitive utilities.
Primitives() - Constructor for class org.jboss.util.Primitives
 
print(Throwable, PrintStream) - Static method in class org.jboss.util.NestedThrowable.Util
Prints the nested Throwable to the given stream.
print(Throwable, PrintWriter) - Static method in class org.jboss.util.NestedThrowable.Util
Prints the nested Throwable to the given writer.
print(Node) - Method in class org.jboss.util.xml.DOMWriter
 
printDebugStats() - Method in class org.jboss.util.collection.FastCopyHashMap
 
printInternal(Node, boolean) - Method in class org.jboss.util.xml.DOMWriter
 
println() - Method in class org.jboss.util.stream.CRLFPrintWriter
 
printNode(Node, boolean) - Static method in class org.jboss.util.xml.DOMWriter
Print a node with explicit prettyprinting.
printStackTrace() - Method in class org.jboss.util.AbstractNestedThrowable
Prints the composite message and the embedded stack trace to System.err.
printStackTrace() - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to System.err.
printStackTrace() - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to System.err.
printStackTrace() - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to System.err.
printStackTrace() - Method in exception org.jboss.util.NestedSQLException
Prints the composite message and the embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in class org.jboss.util.AbstractNestedThrowable
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintStream) - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintStream) - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintStream) - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintStream) - Method in exception org.jboss.util.NestedSQLException
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.jboss.util.AbstractNestedThrowable
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintWriter) - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintWriter) - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintWriter) - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintWriter) - Method in exception org.jboss.util.NestedSQLException
Prints the composite message and the embedded stack trace to the specified print writer.
priority - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The priority
priorityQueueClass - Static variable in class org.jboss.util.timeout.TimeoutFactory
The priority queue class
priorityQueueName - Static variable in class org.jboss.util.timeout.TimeoutFactory
The priority queue default
priorityQueueProperty - Static variable in class org.jboss.util.timeout.TimeoutFactory
The priority queue property
PRIVILEDGED - Static variable in interface org.jboss.util.SysPropertyActions.SysProps
 
PRIVILEGED - Static variable in interface org.jboss.util.collection.SecurityActions.GetClassLoaderAction
 
processingInstruction(String, String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX processingInstruction method does nothing.
processingInstruction(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX processingInstruction method.
processingInstruction(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
processingInstruction(String, String) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX processingInstruction method does nothing.
processQueue() - Method in class org.jboss.util.collection.ReferenceValueMap
Remove all entries whose values have been discarded.
processQueue() - Method in class org.jboss.util.collection.SoftSet
Iterate through the gcqueue for for any cleared reference, remove the associated value from the underlying set.
promote(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Promotes the cache entry entry to the last used position of the list.
PropertiesEditor - Class in org.jboss.util.propertyeditor
A property editor for Properties.
PropertiesEditor() - Constructor for class org.jboss.util.propertyeditor.PropertiesEditor
 
property - Variable in class org.jboss.util.property.jmx.SystemPropertyClassValue
Property name.
Property - Class in org.jboss.util.property
Provides shorter method names for working with the PropertyManager.
Property() - Constructor for class org.jboss.util.property.Property
 
PROPERTY_NAME_SEPARATOR - Static variable in class org.jboss.util.property.PropertyMap
Property name separator
PropertyAdapter - Class in org.jboss.util.property
An abstract adapter class for receving property events.
PropertyAdapter() - Constructor for class org.jboss.util.property.PropertyAdapter
 
propertyAdded(PropertyEvent) - Method in class org.jboss.util.property.FieldBoundPropertyListener
Notifies that a property has been added.
propertyAdded(PropertyEvent) - Method in class org.jboss.util.property.MethodBoundPropertyListener
Notifies that a property has been added.
propertyAdded(PropertyEvent) - Method in class org.jboss.util.property.PropertyAdapter
Notifies that a property was added.
propertyAdded(PropertyEvent) - Method in interface org.jboss.util.property.PropertyListener
Notifies that a property was added
propertyBound(PropertyMap) - Method in class org.jboss.util.property.BoundPropertyAdapter
Notifies that this listener was bound to a property.
propertyBound(PropertyMap) - Method in interface org.jboss.util.property.BoundPropertyListener
Notifies that this listener was bound to a property.
propertyBound(PropertyMap) - Method in class org.jboss.util.property.FieldBoundPropertyListener
Notifies that this listener was bound to a property.
propertyBound(PropertyMap) - Method in class org.jboss.util.property.MethodBoundPropertyListener
Notifies that this listener was bound to a property.
propertyChanged(PropertyEvent) - Method in class org.jboss.util.property.FieldBoundPropertyListener
Notifies that a property has changed
propertyChanged(PropertyEvent) - Method in class org.jboss.util.property.MethodBoundPropertyListener
Notifies that a property has changed.
propertyChanged(PropertyEvent) - Method in class org.jboss.util.property.PropertyAdapter
Notifies that a property has changed.
propertyChanged(PropertyEvent) - Method in interface org.jboss.util.property.PropertyListener
Notifies that a property has changed
PropertyContainer - Class in org.jboss.util.property
Provides helper methods for working with instance or class properties.
PropertyContainer(Class<?>) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group of the given class name.
PropertyContainer(String) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group of the given name.
PropertyContainer(Properties) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group.
PropertyEditors - Class in org.jboss.util.propertyeditor
A collection of PropertyEditor utilities.
PropertyEditors() - Constructor for class org.jboss.util.propertyeditor.PropertyEditors
 
PropertyEditors.Initialize - Class in org.jboss.util.propertyeditor
 
PropertyError - Error in org.jboss.util.property
Thrown to indicate a fatal problem with the property system.
PropertyError() - Constructor for error org.jboss.util.property.PropertyError
Construct a PropertyError with no detail.
PropertyError(String) - Constructor for error org.jboss.util.property.PropertyError
Construct a PropertyError with the specified detail message.
PropertyError(String, Throwable) - Constructor for error org.jboss.util.property.PropertyError
Construct a PropertyError with the specified detail message and nested Throwable.
PropertyError(Throwable) - Constructor for error org.jboss.util.property.PropertyError
Construct a PropertyError with the specified nested Throwable.
PropertyEvent - Class in org.jboss.util.property
A property event.
PropertyEvent(Object, String) - Constructor for class org.jboss.util.property.PropertyEvent
Construct a new PropertyEvent.
PropertyEvent(Object, String, String) - Constructor for class org.jboss.util.property.PropertyEvent
Construct a new PropertyEvent.
PropertyException - Exception in org.jboss.util.property
This exception is thrown to indicate a non-fatal problem with the property system.
PropertyException() - Constructor for exception org.jboss.util.property.PropertyException
Construct a PropertyException with no detail.
PropertyException(String) - Constructor for exception org.jboss.util.property.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, Throwable) - Constructor for exception org.jboss.util.property.PropertyException
Construct a PropertyException with the specified detail message and nested Throwable.
PropertyException(Throwable) - Constructor for exception org.jboss.util.property.PropertyException
Construct a PropertyException with the specified nested Throwable.
propertyFile - Variable in class org.jboss.util.xml.catalog.CatalogManager
The name of the CatalogManager properties file.
propertyFileURI - Variable in class org.jboss.util.xml.catalog.CatalogManager
The location of the propertyFile
PropertyGroup - Class in org.jboss.util.property
This is a helper class to access a group of properties with out having to refer to their full names.
PropertyGroup(String, Properties) - Constructor for class org.jboss.util.property.PropertyGroup
Construct a PropertyGroup.
PropertyListener - Interface in org.jboss.util.property
The listener interface for receiving property events.
PropertyManager - Class in org.jboss.util.property
A more robust replacement of java.lang.System for property access.
PropertyManager() - Constructor for class org.jboss.util.property.PropertyManager
Do not allow instantiation of this class.
PropertyMap - Class in org.jboss.util.property
A replacement for the standard java.util.Properties class which adds, among others, property event capabilities.
PropertyMap() - Constructor for class org.jboss.util.property.PropertyMap
Construct a PropertyMap.
PropertyMap(Properties) - Constructor for class org.jboss.util.property.PropertyMap
Construct a PropertyMap with default properties.
propertyName - Variable in class org.jboss.util.property.FieldBoundPropertyListener
Property name which we are bound to
propertyName - Variable in class org.jboss.util.property.MethodBoundPropertyListener
Property name which we are bound to
PropertyReader - Interface in org.jboss.util.property
Iterface used to allow a PropertyMap to read property definitions in an implementation independent fashion.
propertyRemoved(PropertyEvent) - Method in class org.jboss.util.property.PropertyAdapter
Notifies that a property was removed.
propertyRemoved(PropertyEvent) - Method in interface org.jboss.util.property.PropertyListener
Notifies that a property was removed
propertyUnbound(PropertyMap) - Method in class org.jboss.util.property.BoundPropertyAdapter
Notifies that this listener was unbound from a property.
propertyUnbound(PropertyMap) - Method in interface org.jboss.util.property.BoundPropertyListener
Notifies that this listener was unbound from a property.
props - Static variable in class org.jboss.util.property.PropertyManager
Default property container
PROTOCOL - Static variable in class org.jboss.net.protocol.njar.Handler
 
PROTOCOLS - Static variable in class org.jboss.net.protocol.URLStreamHandlerFactory
A list of JBoss specific protocols for preloading.
pStatic - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
PUBLIC - Static variable in class org.jboss.util.xml.catalog.Catalog
The PUBLIC Catalog Entry type.
publicID - Variable in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
PublicId - Class in org.jboss.util.xml.catalog.helpers
Static methods for dealing with public identifiers.
PublicId() - Constructor for class org.jboss.util.xml.catalog.helpers.PublicId
 
publicMap - Variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Private hash used for public identifiers.
purgeStaleEntries() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(Class<?>, T) - Method in class org.jboss.util.collection.WeakTypeCache
Put a result into the cache
put(Object, Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class org.jboss.util.property.PropertyGroup
Set a property.
put(Object, Object) - Method in class org.jboss.util.property.PropertyMap
Set a property.
put(ParameterizedType, T) - Method in class org.jboss.util.collection.WeakTypeCache
Put a result into the cache
put(K, int, V, boolean) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
put(K, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
put(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.jboss.util.collection.FastCopyHashMap
 
put(K, V) - Method in class org.jboss.util.collection.LazyMap
 
put(K, V) - Method in class org.jboss.util.collection.ReferenceValueMap
 
putAll(Map) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.util.collection.FastCopyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.util.collection.LazyMap
 
putForCreate(K, V) - Method in class org.jboss.util.collection.FastCopyHashMap
 
putIfAbsent(K, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
putIfAbsent(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
putIfAbsent(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
If the specified key is not already associated with a value, associate it with the given value.
putJob(Executable) - Method in class org.jboss.util.WorkerQueue
Called by a thread that is not the WorkerQueue thread, this method queues the job and, if necessary, wakes up this worker queue that is waiting in WorkerQueue.getJob().
putJobImpl(Executable) - Method in class org.jboss.util.TimerQueue
 
putJobImpl(Executable) - Method in class org.jboss.util.WorkerQueue
Never call this method, only override in subclasses to perform job adding in a specific way, normally tied to the data structure holding the jobs.
pVerbosity - Static variable in class org.jboss.util.xml.catalog.CatalogManager
 
pvtLog - Static variable in class org.jboss.util.NestedThrowable.Util
 

Q

queryAllowOasisXMLCatalogPI() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the oasisXMLCatalogPI setting from the properties.
queryCatalogClassName() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the Catalog class name setting from the properties.
queryCatalogFiles() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the list of catalog files from the properties.
queryPreferPublic() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the preferPublic setting from the properties.
queryRelativeCatalogs() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the relativeCatalogs setting from the properties.
queryResolver(String, String, String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Query an external RFC2483 resolver.
queryUseStaticCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the static-catalog setting from the properties.
queryVerbosity() - Method in class org.jboss.util.xml.catalog.CatalogManager
Obtain the verbosity setting from the properties.
queue - Variable in class org.jboss.util.collection.CachedCollection
Reference queue
queue - Variable in class org.jboss.util.collection.CachedList
Reference queue.
queue - Variable in class org.jboss.util.collection.ReferenceValueMap
Reference queue for cleared RefKeys
queue - Variable in class org.jboss.util.collection.WeakIdentityHashMap
Reference queue for cleared WeakEntries
queue - Variable in class org.jboss.util.collection.WeakSet
The reference queue used to get object removal notifications.
queue - Variable in class org.jboss.util.threadpool.BasicThreadPool
The queue
queue - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
The timeouts
queue - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
The internal priority queue
queue - Variable in class org.jboss.util.timeout.TimeoutFactory
The priority queue
queue - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
The timeouts
Queue<E> - Interface in org.jboss.util.collection
An iterface used to implement a first-in, first-out container.
QueuedClientSocketFactory - Class in org.jboss.net.sockets
 
QueuedClientSocketFactory() - Constructor for class org.jboss.net.sockets.QueuedClientSocketFactory
 
QueuedClientSocketFactory(long) - Constructor for class org.jboss.net.sockets.QueuedClientSocketFactory
 
QueueLoop() - Constructor for class org.jboss.util.WorkerQueue.QueueLoop
 
queues - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
The hashed queues

R

random - Variable in class org.jboss.net.sockets.RMIMultiSocketClient
 
randomLevel() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Return a random level for inserting a new node.
randomSeed - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Seed for simple random number generator.
Range() - Constructor for class org.jboss.util.Strings.Range
Default constructor.
Range(int, int) - Constructor for class org.jboss.util.Strings.Range
Construct a new range.
rangeOf(String, String, String) - Static method in class org.jboss.util.Strings
Return the range from a begining token to an ending token.
rangeOf(String, String, String, int) - Static method in class org.jboss.util.Strings
Return the range from a begining token to an ending token.
read() - Method in class org.jboss.net.sockets.InterruptableInputStream
 
read() - Method in class org.jboss.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read() - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
read(byte[]) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
read(byte[], int, int) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
read(byte[], int, int) - Method in class org.jboss.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(byte[], int, int) - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
readCatalog(Catalog, InputStream) - Method in interface org.jboss.util.xml.catalog.readers.CatalogReader
Read a catalog from an input stream.
readCatalog(Catalog, InputStream) - Method in class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Read a catalog from an input stream.
readCatalog(Catalog, InputStream) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Parse an XML Catalog stream.
readCatalog(Catalog, InputStream) - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
 
readCatalog(Catalog, InputStream) - Method in class org.jboss.util.xml.catalog.readers.TR9401CatalogReader
Start parsing an OASIS TR9401 Open Catalog file.
readCatalog(Catalog, String) - Method in interface org.jboss.util.xml.catalog.readers.CatalogReader
Read a catalog from a file.
readCatalog(Catalog, String) - Method in class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Read the catalog behind the specified URL.
readCatalog(Catalog, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Parse an XML Catalog file.
readCatalog(Catalog, String) - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Start parsing a text catalog file.
READER_PROPERTY_NAME - Static variable in class org.jboss.util.property.PropertyManager
Property reader list property name
readerArr - Variable in class org.jboss.util.xml.catalog.Catalog
A vector of CatalogReaders.
readerMap - Variable in class org.jboss.util.xml.catalog.Catalog
A hash of CatalogReaders.
readExternal(ObjectInput) - Method in class org.jboss.net.sockets.QueuedClientSocketFactory
 
readObject(ObjectInputStream) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Reconstitute the Map instance from a stream.
readObject(ObjectInputStream) - Method in class org.jboss.util.collection.FastCopyHashMap
 
readObject(ObjectInputStream) - Method in class org.jboss.util.collection.SerializableEnumeration
 
readObject(ObjectInputStream) - Method in class org.jboss.util.property.PropertyMap
 
ReadOnlyContext - Class in org.jboss.util.naming
A JNDI context wrapper implementation that delegates read-only methods to its delegate Context, and throws OperationNotSupportedException for any method with a side-effect.
ReadOnlyContext(Context) - Constructor for class org.jboss.util.naming.ReadOnlyContext
 
readProperties() - Method in class org.jboss.util.property.FilePropertyReader
Read properties from each specified filename
readProperties() - Method in interface org.jboss.util.property.PropertyReader
Read a map of properties from this input source.
readProperties() - Method in class org.jboss.util.xml.catalog.CatalogManager
Load the properties from the propertyFile and build the resources from it.
readResolve() - Method in class org.jboss.util.threadpool.BlockingMode
Overriden to return the indentity instance of BlockingMode based on the stream type int value.
readValueUnderLock(ConcurrentReferenceHashMap.HashEntry<K, V>) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
Reads value field of an entry under lock.
rebind(String, Object) - Static method in class org.jboss.util.naming.NonSerializableFactory
Place or replace an object in the NonSerializableFactory namespce for subsequent access by getObject.
rebind(String, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
rebind(Context, String, Object) - Static method in class org.jboss.util.naming.NonSerializableFactory
A convenience method that simplifies the process of rebinding a non-serializable object into a JNDI context.
rebind(Context, String, Object) - Static method in class org.jboss.util.naming.Util
Rebind val to name in ctx, and make sure that all intermediate contexts exist
rebind(Context, String, Object, boolean) - Static method in class org.jboss.util.naming.NonSerializableFactory
A convenience method that simplifies the process of rebinding a non-serializable object into a JNDI context.
rebind(Context, Name, Object) - Static method in class org.jboss.util.naming.Util
Rebind val to name in ctx, and make sure that all intermediate contexts exist
rebind(Name, Object) - Static method in class org.jboss.util.naming.NonSerializableFactory
A convenience method that simplifies the process of rebinding a non-serializable object into a JNDI context.
rebind(Name, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
rebind(Name, Object, boolean) - Static method in class org.jboss.util.naming.NonSerializableFactory
A convenience method that simplifies the process of rebinding a non-serializable object into a JNDI context.
recalculateTop(boolean) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
ReferenceType() - Constructor for enum org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
 
ReferenceValueHashMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
ReferenceValueHashMap() - Constructor for class org.jboss.util.collection.ReferenceValueHashMap
 
ReferenceValueHashMap(int) - Constructor for class org.jboss.util.collection.ReferenceValueHashMap
 
ReferenceValueHashMap(int, float) - Constructor for class org.jboss.util.collection.ReferenceValueHashMap
 
ReferenceValueHashMap(Map<K, V>) - Constructor for class org.jboss.util.collection.ReferenceValueHashMap
 
ReferenceValueMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
ReferenceValueMap() - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(int) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(int, float) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(Comparator<K>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(Map<K, V>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(SortedMap<K, ValueRef<K, V>>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap.EntrySet - Class in org.jboss.util.collection
EntrySet.
ReferenceValueMap.EntrySetIterator - Class in org.jboss.util.collection
EntrySet iterator
ReferenceValueTreeMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
ReferenceValueTreeMap() - Constructor for class org.jboss.util.collection.ReferenceValueTreeMap
 
ReferenceValueTreeMap(Comparator<K>) - Constructor for class org.jboss.util.collection.ReferenceValueTreeMap
 
ReferenceValueTreeMap(SortedMap<K, ValueRef<K, V>>) - Constructor for class org.jboss.util.collection.ReferenceValueTreeMap
 
refQueue - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
The collected weak-key reference queue for this segment.
refresh() - Method in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
refresh() - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
Attempt to extend the entry lifetime by refreshing it.
registerEditor(Class<?>, Class<?>) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Register an editor class to be used to editor values of a given target class.
registerEditor(String, String) - Static method in class org.jboss.util.propertyeditor.PropertyEditors
Register an editor class to be used to editor values of a given target class.
registerEntity(String, String) - Static method in class org.jboss.util.xml.JBossEntityResolver
Register the mapping from the public id/system id to the dtd/xsd file name.
registerLocalEntity(String, String) - Method in class org.jboss.util.xml.JBossEntityResolver
Register the mapping from the public id/system id to the dtd/xsd file name.
rehash() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
rejected(long, Throwable) - Method in interface org.jboss.util.threadpool.Task
The task has been rejected
rejectTask(RuntimeException) - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
rejectTask(RuntimeException) - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
rejectTask(RuntimeException) - Method in interface org.jboss.util.threadpool.TaskWrapper
The task has been rejected
relativeCatalogs - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current setting of the relativeCatalogs flag.
relativeCatalogs() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
release() - Method in class org.jboss.util.Semaphore
 
release() - Method in interface org.jboss.util.Sync
Releases this sync
relocate(int) - Method in class org.jboss.util.collection.FastCopyHashMap
 
remove() - Method in class org.jboss.util.collection.AbstractQueue
Remove and return the first object in the queue.
remove() - Method in class org.jboss.util.collection.ArrayIterator
Unsupported.
remove() - Method in class org.jboss.util.collection.CachedCollection.MyIterator
 
remove() - Method in class org.jboss.util.collection.CompoundIterator
Remove the current element from the current iterator.
remove() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashIterator
 
remove() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Iter
 
remove() - Method in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
remove() - Method in class org.jboss.util.collection.Iterators.EmptyIterator
 
remove() - Method in class org.jboss.util.collection.Iterators.Enum2Iterator
 
remove() - Method in class org.jboss.util.collection.Iterators.ImmutableIterator
 
remove() - Method in class org.jboss.util.collection.Iterators.SyncIterator
 
remove() - Method in interface org.jboss.util.collection.Queue
Dequeue an object from the queue.
remove() - Method in class org.jboss.util.collection.ReferenceValueMap.EntrySetIterator
 
remove() - Method in class org.jboss.util.collection.ReverseListIterator
Remove the current element.
remove() - Method in class org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
 
remove() - Method in class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
 
remove() - Method in class org.jboss.util.file.DirectoryArchiveBrowser
 
remove() - Method in class org.jboss.util.file.JarArchiveBrowser
 
remove() - Method in class org.jboss.util.file.JarStreamBrowser
 
remove(int) - Method in class org.jboss.util.collection.CachedList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class org.jboss.util.collection.LazyList
 
remove(Object) - Method in interface org.jboss.util.CachePolicy
Remove the cached object paired with the specified key.
remove(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Removes the mapping for this key from this Map if present.
remove(Object) - Method in class org.jboss.util.collection.FastCopyHashMap.KeySet
 
remove(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
remove(Object) - Method in class org.jboss.util.collection.LazyList
 
remove(Object) - Method in class org.jboss.util.collection.LazyMap
 
remove(Object) - Method in class org.jboss.util.collection.LazySet
 
remove(Object) - Method in class org.jboss.util.collection.ListSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.jboss.util.collection.MapDelegateSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class org.jboss.util.collection.ReferenceValueMap
 
remove(Object) - Method in class org.jboss.util.collection.SoftSet
 
remove(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
remove(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
remove(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.jboss.util.collection.WeakSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.jboss.util.LRUCachePolicy
 
remove(Object) - Method in class org.jboss.util.property.PropertyGroup
Remove a property.
remove(Object) - Method in class org.jboss.util.property.PropertyMap
Remove a property.
remove(Object) - Method in class org.jboss.util.SynchronizedCachePolicy
 
remove(Object) - Method in class org.jboss.util.TimedCachePolicy
Remove the entry associated with key and call destroy on the entry if found.
remove(Object, int, Object, boolean) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
Remove; match on key only if value null, else match both.
remove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
remove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
remove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Remove entry for key only if currently mapped to given value.
remove(String) - Static method in class org.jboss.util.property.Property
Remove a property
remove(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Remove an edge from this vertex
remove(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.util.LRUCachePolicy.LRUList
Removes from the cache list the specified entry.
remove(TimeoutExt) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
remove(TimeoutExt) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
remove(TimeoutExt) - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Removes the passed timeout from the queue
remove(TimeoutExt) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
removeAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
removeAll(Collection<?>) - Method in class org.jboss.util.collection.LazyList
 
removeAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
removeEdge(Vertex<T>, Vertex<T>) - Method in class org.jboss.util.graph.Graph
Remove an Edge from the graph
removeFirst() - Method in class org.jboss.util.collection.AbstractQueue
Remove the first object in the queue
removeFirst() - Method in class org.jboss.util.collection.ListQueue
Remove the first object in the queue.
removeFirstEntryOfSubrange(K, K, boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Find and remove least element of subrange.
removeFromEnvironment(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
removeLastEntryOfSubrange(K, K, boolean) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Find and remove greatest element of subrange.
removeLinkRef(String) - Static method in class org.jboss.util.naming.Util
Remove the link ref
removeLinkRef(Context, String) - Static method in class org.jboss.util.naming.Util
Remove the link ref
removeListener(PropertyListener) - Static method in class org.jboss.util.property.Property
Remove a property listener
removeMapping(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Special version of remove needed by Entry set
removeNode(int) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
Remove a node from the tree and normalize.
removeNode(int) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Remove a node from the tree and normalize.
removep(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Version of remove with boolean return.
removeProperty(String) - Static method in class org.jboss.util.property.PropertyManager
Remove a property.
removeProperty(String) - Method in class org.jboss.util.property.PropertyMap
Remove a property.
removePropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyGroup
Remove a bound property listener.
removePropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyMap
Remove a bound property listener.
removePropertyListener(PropertyListener) - Static method in class org.jboss.util.property.PropertyManager
Remove a property listener.
removePropertyListener(PropertyListener) - Method in class org.jboss.util.property.PropertyMap
Remove a property listener.
removeStale() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
removeThrowableListener(ThrowableListener) - Static method in class org.jboss.util.ThrowableHandler
Remove a ThrowableListener from the listener list.
removeVertex(Vertex<T>) - Method in class org.jboss.util.graph.Graph
Remove a vertex from the graph
removeWaiting(Object) - Method in class org.jboss.util.deadlock.DeadlockDetector
Remove a transaction waiting for a lock
removeWhiteSpace(String) - Static method in class org.jboss.util.Strings
Returns a new string with all the whitespace removed
rename(String, String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
rename(Name, Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
replace(int, int, String) - Method in class org.jboss.util.JBossStringBuilder
 
replace(K, int, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
replace(K, int, V, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
replace(K, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
replace(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Replace entry for key only if currently mapped to some value.
replace(K, V, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
replace(K, V, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
replace(K, V, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Replace entry for key only if currently mapped to given value.
replaceObject(Object) - Method in class org.jboss.util.stream.MarshalledValueOutputStream
Override replaceObject to check for Remote objects that are not RemoteStubs.
replaceProperties(String) - Static method in class org.jboss.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
replaceProperties(String, Properties) - Static method in class org.jboss.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the props.getProperty(p) value.
replaceSystemProperties - Variable in class org.jboss.util.xml.JBossEntityResolver
Should system property refs in system ids be replaced
reset() - Method in class org.jboss.net.sockets.InterruptableInputStream
 
reset() - Method in class org.jboss.util.Counter
Reset the counter to zero.
reset() - Method in class org.jboss.util.Counter.Wrapper
 
reset() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
Reset back to the original classloader, only when it has changed.
reset() - Method in class org.jboss.util.LongCounter
Reset the counter to zero.
reset() - Method in class org.jboss.util.LongCounter.Wrapper
 
reset() - Method in class org.jboss.util.state.StateMachine
Reset the state machine back to the start state
reset() - Method in class org.jboss.util.StopWatch
Reset the watch.
reset() - Method in class org.jboss.util.StopWatch.Wrapper
 
resize(int) - Method in class org.jboss.util.collection.FastCopyHashMap
 
resize(int) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Rehashes the contents of this map into a new HashMap instance with a larger capacity.
resolution - Variable in class org.jboss.util.TimedCachePolicy
The resolution in seconds of the cach current time
resolutionTimer - Static variable in class org.jboss.util.TimedCachePolicy
 
ResolutionTimer() - Constructor for class org.jboss.util.TimedCachePolicy.ResolutionTimer
 
resolve(String, String) - Method in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Transformer resolve API.
resolveAllLocalSystem(String) - Method in class org.jboss.util.xml.catalog.Resolver
Return all applicable SYSTEM system identifiers in this catalog.
resolveAllSubordinateCatalogs(int, String, String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Search the subordinate catalogs, in order, looking for all match.
resolveAllSystem(String) - Method in class org.jboss.util.xml.catalog.Resolver
Return the applicable SYSTEM system identifiers.
resolveAllSystemReverse(String) - Method in class org.jboss.util.xml.catalog.Resolver
Find the URNs for a given system identifier in all catalogs.
resolveClass(ObjectStreamClass) - Method in class org.jboss.util.stream.MarshalledValueInputStream
Use the thread context class loader to resolve the class
resolveClasspathName(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Resolve the systemId as a classpath resource.
resolveCompositeKey(String, Properties) - Static method in class org.jboss.util.StringPropertyReplacer
Try to resolve a "key" from the provided properties by checking if it is actually a "key1,key2", in which case try first "key1", then "key2".
resolveDoctype(String, String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable DOCTYPE system identifier.
resolveDocument() - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable DOCUMENT entry.
resolveEntity(String, String) - Method in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
SAX resolveEntity API.
resolveEntity(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
resolveEntity(String, String) - Method in class org.jboss.util.xml.CatalogLocation
Tries to resolve the entity using the thread specific catolog resolvers
resolveEntity(String, String) - Method in class org.jboss.util.xml.JBossEntityResolver
Returns DTD/Schema inputSource.
resolveEntity(String, String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable ENTITY system identifier.
resolveExternalPublic(String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Query an external RFC2483 resolver for a public identifier.
resolveExternalSystem(String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Query an external RFC2483 resolver for a system identifier.
resolveLocalPublic(int, String, String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable PUBLIC or SYSTEM identifier.
resolveLocalSystem(String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable SYSTEM system identifier in this catalog.
resolveLocalSystemReverse(String) - Method in class org.jboss.util.xml.catalog.Resolver
Find the URNs for a given system identifier in the current catalog.
resolveLocalURI(String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable URI in this catalog.
resolveNotation(String, String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable NOTATION system identifier.
resolveProxyClass(String[]) - Method in class org.jboss.util.stream.MarshalledValueInputStream
 
resolvePublic(String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable PUBLIC or SYSTEM identifier.
resolvePublic(String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Return the applicable PUBLIC or SYSTEM identifier, resorting to external resolvers if necessary.
resolvePublicID(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Load the schema from the class entity to schema file mapping.
resolveQName(Element, String) - Static method in class org.jboss.util.xml.DOMUtils
Transform the giveen qualified name into a QName
resolver - Variable in class org.jboss.util.xml.JBossErrorHandler
 
Resolver - Class in org.jboss.util.xml.catalog
An extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.
Resolver() - Constructor for class org.jboss.util.xml.catalog.Resolver
 
RESOLVER - Static variable in class org.jboss.util.xml.catalog.Resolver
The RESOLVER Catalog Entry type.
resolveResource(String, String, String, String, String) - Method in class org.jboss.util.xml.JBossEntityResolver
 
resolveSubordinateCatalogs(int, String, String, String) - Method in class org.jboss.util.xml.catalog.Catalog
Search the subordinate catalogs, in order, looking for a match.
resolveSystem(String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable SYSTEM system identifier.
resolveSystem(String) - Method in class org.jboss.util.xml.catalog.Resolver
Return the applicable SYSTEM system identifier, resorting to external RESOLVERs if necessary.
resolveSystemID(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Attempt to use the systemId as a URL from which the schema can be read.
resolveSystemIDasURL(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Attempt to use the systemId as a URL from which the schema can be read.
resolveSystemReverse(String) - Method in class org.jboss.util.xml.catalog.Resolver
Find the URN for a given system identifier.
resolveURI(String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable URI.
resolveURI(String) - Method in class org.jboss.util.xml.catalog.Resolver
Return the applicable URI.
Resource - Interface in org.jboss.util.deadlock
Created by IntelliJ IDEA.
resources - Variable in class org.jboss.util.xml.catalog.CatalogManager
Holds the resources after they are loaded from the file.
ResourceURLConnection - Class in org.jboss.net.protocol.resource
Provides access to system resources as a URLConnection.
ResourceURLConnection(URL) - Constructor for class org.jboss.net.protocol.resource.ResourceURLConnection
 
RestoreTCCLThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.jboss.util.threadpool.BasicThreadPool.RestoreTCCLThreadPoolExecutor
 
resumeEncoding() - Method in class org.jboss.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
retainAll(Collection<?>) - Method in class org.jboss.util.collection.LazyList
 
retainAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
RETRIES_BEFORE_LOCK - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
Number of unsynchronized retries in size and containsValue methods before resorting to locking.
retry - Variable in exception org.jboss.util.deadlock.ApplicationDeadlockException
 
retryable() - Method in exception org.jboss.util.deadlock.ApplicationDeadlockException
 
reverse() - Method in class org.jboss.util.JBossStringBuilder
 
reverseIterator() - Method in class org.jboss.util.collection.ListQueue
Returns an iterator over the elements in this list in reverse sequence.
ReverseListIterator<E> - Class in org.jboss.util.collection
An iterator that returns elements in reverse order from a list.
ReverseListIterator(List<E>) - Constructor for class org.jboss.util.collection.ReverseListIterator
Construct a ReverseListIterator for the given list.
REWRITE_SYSTEM - Static variable in class org.jboss.util.xml.catalog.Catalog
The REWRITE_SYSTEM Catalog Entry type.
REWRITE_URI - Static variable in class org.jboss.util.xml.catalog.Catalog
The REWRITE_URI Catalog Entry type.
right - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Index
 
right(int) - Method in class org.jboss.util.Heap
 
rightUpdater - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap.Index
Updater for casRight
RMIMultiSocket - Interface in org.jboss.net.sockets
 
RMIMultiSocketClient - Class in org.jboss.net.sockets
 
RMIMultiSocketClient(Remote[]) - Constructor for class org.jboss.net.sockets.RMIMultiSocketClient
 
RMIMultiSocketHandler - Class in org.jboss.net.sockets
 
RMIMultiSocketHandler(Object, Map) - Constructor for class org.jboss.net.sockets.RMIMultiSocketHandler
 
RMIMultiSocketServer - Class in org.jboss.net.sockets
 
RMIMultiSocketServer() - Constructor for class org.jboss.net.sockets.RMIMultiSocketServer
 
rootNode - Variable in class org.jboss.util.xml.DOMWriter
 
rootVertex - Variable in class org.jboss.util.graph.Graph
The vertex identified as the root of the graph
run() - Method in class org.jboss.util.builder.AbstractBuilder
 
run() - Method in class org.jboss.util.loading.ContextClassLoader.NewInstance
 
run() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.NewInstance
 
run() - Method in class org.jboss.util.propertyeditor.PropertyEditors.Initialize
 
run() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Called by the thread pool executor
run() - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutMonitor
The monitor thread loops until the pool is shutdown.
run() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
run() - Method in class org.jboss.util.TimedCachePolicy.ResolutionTimer
 
run() - Method in class org.jboss.util.TimedCachePolicy
The TimerTask run method.
run() - Method in class org.jboss.util.timeout.TimeoutFactory.TimeoutWorker
Override to fire the timeout.
run() - Method in class org.jboss.util.TimerQueue.TimerTaskLoop
 
run() - Method in class org.jboss.util.WorkerQueue.QueueLoop
 
run(Runnable) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
run(Runnable) - Method in interface org.jboss.util.threadpool.ThreadPool
Run a runnable
run(Runnable, long, long) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
run(Runnable, long, long) - Method in interface org.jboss.util.threadpool.ThreadPool
Run runnable with start and complete time out set explicitely.
RUN - Static variable in class org.jboss.util.threadpool.BlockingMode
Set the policy for blocked execution to be that the current thread executes the command if there are no available threads in the pool.
RUN_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
runnable - Variable in class org.jboss.util.threadpool.RunnableTaskWrapper
The runnable
runnable - Variable in class org.jboss.util.timeout.TimeoutFactory.TimeoutTargetImpl
 
RunnableTaskWrapper - Class in org.jboss.util.threadpool
Makes a runnable a task.
RunnableTaskWrapper(Runnable) - Constructor for class org.jboss.util.threadpool.RunnableTaskWrapper
Create a new RunnableTaskWrapper
RunnableTaskWrapper(Runnable, long, long) - Constructor for class org.jboss.util.threadpool.RunnableTaskWrapper
 
running - Variable in class org.jboss.util.StopWatch
Is the watch started
runTask(Task) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
runTask(Task) - Method in interface org.jboss.util.threadpool.ThreadPool
Run a task
runTaskWrapper(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
runTaskWrapper(TaskWrapper) - Method in interface org.jboss.util.threadpool.ThreadPool
Run a task wrapper
runThread - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The thread
runThread - Variable in class org.jboss.util.threadpool.RunnableTaskWrapper
 

S

s - Variable in class org.jboss.net.sockets.TimeoutSocket
 
savedJars - Variable in class org.jboss.net.protocol.njar.Handler
 
SAXCatalogParser - Interface in org.jboss.util.xml.catalog.readers
The SAXCatalogParser interface.
SAXCatalogReader - Class in org.jboss.util.xml.catalog.readers
A SAX-based CatalogReader.
SAXCatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The constructor
SAXCatalogReader(String) - Constructor for class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The constructor
SAXCatalogReader(SAXParserFactory) - Constructor for class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The constructor
saxParser - Variable in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The parser in use for the current catalog.
SAXParserHandler - Class in org.jboss.util.xml.catalog.readers
An entity-resolving DefaultHandler.
SAXParserHandler() - Constructor for class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
schedule(long, Runnable) - Method in class org.jboss.util.timeout.TimeoutFactory
Schedules a new timeout.
schedule(long, TimeoutTarget) - Method in class org.jboss.util.timeout.TimeoutFactory
Schedules a new timeout.
schedule(TimerTask) - Method in class org.jboss.util.TimerQueue
Schedules the given TimerTask for immediate execution.
schedule(TimerTask, long) - Method in class org.jboss.util.TimerQueue
Schedule the given TimerTask to be executed after delay milliseconds.
SCHEDULED - Static variable in class org.jboss.util.TimerTask
The state after first execution if the TimerTask is repeating
SECS - Static variable in class org.jboss.util.Strings
 
SecurityActions - Class in org.jboss.util.collection
 
SecurityActions() - Constructor for class org.jboss.util.collection.SecurityActions
 
SecurityActions.GetClassLoaderAction - Interface in org.jboss.util.collection
 
SEEN_DOLLAR - Static variable in class org.jboss.util.StringPropertyReplacer
 
Segment(int, float, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, boolean) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
segmentFor(int) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns the segment that should be used for key with given hash
segmentMask - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
Mask value for indexing into segments.
segments - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
The segments, each of which is a specialized hash table
segmentShift - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
Shift value for indexing within segments.
Semaphore - Class in org.jboss.util
Semaphore that can allow a specified number of threads to enter, blocking the others.
Semaphore(int) - Constructor for class org.jboss.util.Semaphore
 
Semaphore.Info - Class in org.jboss.util
 
sendUrgentData(int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
SerializableEnumeration - Class in org.jboss.util.collection
???
SerializableEnumeration() - Constructor for class org.jboss.util.collection.SerializableEnumeration
 
SerializableEnumeration(int) - Constructor for class org.jboss.util.collection.SerializableEnumeration
 
SerializableEnumeration(Collection) - Constructor for class org.jboss.util.collection.SerializableEnumeration
 
SerialVersion - Class in org.jboss.util.id
Serialization version compatibility mode constants.
SerialVersion() - Constructor for class org.jboss.util.id.SerialVersion
 
serialVersionUID - Static variable in class org.jboss.net.sockets.DefaultClientSocketFactory
 
serialVersionUID - Static variable in class org.jboss.net.sockets.DefaultSocketFactory
 
serialVersionUID - Static variable in class org.jboss.net.sockets.RMIMultiSocketClient
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.net.sockets.TimeoutClientSocketFactory
 
serialVersionUID - Static variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
serialVersionUID - Static variable in class org.jboss.util.collection.ArrayIterator
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.collection.CollectionException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.CompoundKey
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.WriteThroughEntry
 
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentReferenceHashSet
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentSet
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
serialVersionUID - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap
 
serialVersionUID - Static variable in exception org.jboss.util.collection.EmptyCollectionException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.FastCopyHashMap
Serialization ID
serialVersionUID - Static variable in class org.jboss.util.collection.FastCopyHashSet
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.collection.FullCollectionException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.LazyList
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.LazyMap
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.LazySet
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.ListSet
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.MapDelegateSet
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.collection.SerializableEnumeration
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.Counter
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.Counter.Wrapper
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.deadlock.ApplicationDeadlockException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.EmptyStringException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.HashCode
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.id.GUID
The serial version id, @since 1.6
serialVersionUID - Static variable in class org.jboss.util.id.UID
 
serialVersionUID - Static variable in class org.jboss.util.id.VMID
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.JBossStringBuilder
Serialization
serialVersionUID - Static variable in class org.jboss.util.LongCounter
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.LongCounter.Wrapper
The serialVersionUID
serialVersionUID - Static variable in error org.jboss.util.NestedError
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NestedException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NestedRuntimeException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NestedSQLException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NoSuchMethodException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NotImplementedException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.Null
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.NullArgumentException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.platform.PID
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.property.PropertyContainer
The serialVersionUID
serialVersionUID - Static variable in error org.jboss.util.property.PropertyError
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.property.PropertyEvent
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.property.PropertyException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.property.PropertyGroup
Serial version uid
serialVersionUID - Static variable in class org.jboss.util.property.PropertyMap
Serial version uid
serialVersionUID - Static variable in exception org.jboss.util.state.IllegalTransitionException
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.StopWatch
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.StopWatch.Wrapper
The serialVersionUID
serialVersionUID - Static variable in class org.jboss.util.threadpool.BlockingMode
 
serialVersionUID - Static variable in exception org.jboss.util.threadpool.StartTimeoutException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.threadpool.TaskStoppedException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.threadpool.ThreadPoolFullException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.threadpool.ThreadPoolStoppedException
The serialVersionUID
serialVersionUID - Static variable in error org.jboss.util.UnexpectedThrowable
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.UnreachableStatementException
The serialVersionUID
serialVersionUID - Static variable in exception org.jboss.util.xml.catalog.CatalogException
The serialVersionUID
set - Variable in class org.jboss.util.collection.WeakSet
The Set which will be used for element storage.
set(int, Object) - Method in class org.jboss.util.collection.CachedList
Replaces the element at the specified position in this list with the specified element.
set(int, T) - Method in class org.jboss.util.collection.LazyList
 
set(Object) - Method in class org.jboss.util.FieldInstance
Set the value of the field instance
set(String, String) - Static method in class org.jboss.util.property.Property
Set a property
setAllowOasisXMLCatalogPI(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the XML Catalog PI setting
setAllowUserInteraction(boolean) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.AtomicBooleanEditor
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.AtomicIntegerEditor
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.AtomicLongEditor
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.BooleanEditor
Map the argument text into Boolean.TRUE or Boolean.FALSE using Boolean.valueOf.
setAsText(String) - Method in class org.jboss.util.propertyeditor.ByteArrayEditor
Map the argument text into and Byte using Byte.decode.
setAsText(String) - Method in class org.jboss.util.propertyeditor.ByteEditor
Map the argument text into and Byte using Byte.decode.
setAsText(String) - Method in class org.jboss.util.propertyeditor.CharacterEditor
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.ClassArrayEditor
Build a Class[] from a comma/whitespace seperated list of classes
setAsText(String) - Method in class org.jboss.util.propertyeditor.DateEditor
Parse the text into a java.util.Date by trying one by one the registered DateFormat(s).
setAsText(String) - Method in class org.jboss.util.propertyeditor.DocumentEditor
Sets as an Document created by a String.
setAsText(String) - Method in class org.jboss.util.propertyeditor.DoubleEditor
Map the argument text into and Integer using Integer.valueOf.
setAsText(String) - Method in class org.jboss.util.propertyeditor.ElementEditor
Sets as an Element created by a String.
setAsText(String) - Method in class org.jboss.util.propertyeditor.FloatEditor
Map the argument text into and Integer using Integer.valueOf.
setAsText(String) - Method in class org.jboss.util.propertyeditor.IntArrayEditor
Build a int[] from comma or eol seperated elements
setAsText(String) - Method in class org.jboss.util.propertyeditor.IntegerEditor
Map the argument text into and Integer using Integer.decode.
setAsText(String) - Method in class org.jboss.util.propertyeditor.LocaleEditor
 
setAsText(String) - Method in class org.jboss.util.propertyeditor.LongEditor
Map the argument text into and Integer using Integer.valueOf.
setAsText(String) - Method in class org.jboss.util.propertyeditor.ShortEditor
Map the argument text into and Short using Short.decode.
setAsText(String) - Method in class org.jboss.util.propertyeditor.StringArrayEditor
Build a String[] from comma or eol seperated elements with a \, representing a ',' to include in the current string element.
setAsText(String) - Method in class org.jboss.util.propertyeditor.StringEditor
Keep the provided String as is.
setAsText(String) - Method in class org.jboss.util.propertyeditor.TextPropertyEditorSupport
Sets the property value by parsing a given String.
setBaseURI(String) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setBindAddress(String) - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
 
setBindAddress(String) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
setBindAddress(String) - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
setBindAddress(InetAddress) - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
setBlockingMode(String) - Method in class org.jboss.util.threadpool.BasicThreadPool
For backward compatibility with the previous string based mode
setBlockingMode(BlockingMode) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setBlockingMode(BlockingMode) - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Set the behavior of the pool when a task is added and the queue is full.
setBlockingModeString(String) - Method in class org.jboss.util.threadpool.BasicThreadPool
For backward compatibility with the previous string based mode This is needed for microcontainer as it gets confused with overloaded setters.
setBootstrapResolver(BootstrapResolver) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the bootstrap resolver.
setByteStream(InputStream) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setCanonical(boolean) - Method in class org.jboss.util.xml.DOMWriter
Set wheter entities should appear in their canonical form.
setCaseSensitive(boolean) - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
 
setCatalog(Catalog) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
Set the current catalog.
setCatalog(Catalog) - Method in interface org.jboss.util.xml.catalog.readers.SAXCatalogParser
Set the Catalog for which parsing is being performed.
setCatalog(Catalog) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
Set the current catalog.
setCatalogClassName(String) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the Catalog class name.
setCatalogFiles(String) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the list of catalog files.
setCatalogManager(CatalogManager) - Method in class org.jboss.util.xml.catalog.Catalog
Establish the CatalogManager used by this catalog.
setCatalogParser(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.DOMCatalogReader
Add a new parser to the reader.
setCatalogParser(String, String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Set the SAXCatalogParser class for the given namespace/root element type.
setCertifiedText(boolean) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setCharacterStream(Reader) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setCharAt(int, char) - Method in class org.jboss.util.JBossStringBuilder
 
setClassLoader(ClassLoader) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
Change the context classloader
setClassLoaderSource(ClassLoaderSource) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setClassLoaderSource(ClassLoaderSource) - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Sets the source of the classloader that will be set as the thread context classloader for pool threads.
setClassName(String) - Method in class org.jboss.util.property.jmx.SystemPropertyClassValue
The class name to use a value for the system property when it is available
setClassName(String) - Method in interface org.jboss.util.property.jmx.SystemPropertyClassValueMBean
The class name to use a value for the system property when it is available
setCompleteNamespaces(boolean) - Method in class org.jboss.util.xml.DOMWriter
Set wheter subelements should have their namespaces completed.
setContentHandler(ContentHandler) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
setContextClassLoader(ClassLoader) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Set the context classloader
setContextClassLoader(Thread, ClassLoader) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Set the context classloader for the given thread
SETCONTEXTCLASSLOADER - Static variable in class org.jboss.util.loading.ContextClassLoaderSwitcher
Set the context classloader permission
setData(Object) - Method in class org.jboss.util.state.State
 
setData(T) - Method in class org.jboss.util.graph.Vertex
 
setDebug(int) - Method in class org.jboss.util.xml.catalog.helpers.Debug
Set the debug level for future messages.
setDefaultLifetime(int) - Method in class org.jboss.util.TimedCachePolicy
Set the default lifetime of cache entries for new values added to the cache.
setDefaultThreadContextClassLoader(Thread) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setDefaultUseCaches(boolean) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setDocumentLocator(Locator) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX setDocumentLocator method does nothing.
setDocumentLocator(Locator) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX setDocumentLocator method.
setDocumentLocator(Locator) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
setDocumentLocator(Locator) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX setDocumentLocator method does nothing.
setDoInput(boolean) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setDoOutput(boolean) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setEditorSearchPath(String[]) - Method in class org.jboss.util.propertyeditor.PropertyEditors
Sets the package names that will be searched for property editors.
setEncoding(String) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setEntityResolver(EntityResolver) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
setEntryArg(int, String) - Method in class org.jboss.util.xml.catalog.CatalogEntry
Set an entry argument.
setFieldValue(String) - Method in class org.jboss.util.property.FieldBoundPropertyListener
Coerce and set specified value to field.
setIfModifiedSince(long) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setIgnoreMissingProperties(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
How should missing properties be handled?
setIgnoreWhitespace(boolean) - Method in class org.jboss.util.xml.DOMWriter
Set whether whitespace should be ignored.
setKeepAlive(boolean) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setKeepAliveSize(int) - Method in class org.jboss.util.threadpool.MinPooledExecutor
 
setKeepAliveTime(long) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setKeepAliveTime(long) - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Set the keep alive time
setKey(String) - Static method in class org.jboss.util.naming.ENCThreadLocalKey
 
setLength(int) - Method in class org.jboss.util.JBossStringBuilder
 
setMarkState(int) - Method in class org.jboss.util.graph.Vertex
Set the mark state to state.
setMaximumPoolSize(int) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setMaximumPoolSize(int) - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Set the maximum pool size
setMaximumQueueSize(int) - Method in class org.jboss.util.threadpool.BasicThreadPool
This resets the work queue capacity.
setMaximumQueueSize(int) - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Set the maximum queue size
setMaximumSize(int) - Method in class org.jboss.util.collection.AbstractQueue
Set the maximum size of the queue
setMaximumSize(int) - Method in interface org.jboss.util.collection.Queue
Set the maximum size of the queue.
setMinimumPoolSize(int) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setMinimumPoolSize(int) - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Set the minimum pool size
setName(String) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setName(String) - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Set the thread pool name
setNext() - Method in class org.jboss.util.file.JarArchiveBrowser
 
setNext() - Method in class org.jboss.util.file.JarStreamBrowser
 
setNextExecutionTime(long) - Method in class org.jboss.util.TimerTask
Sets the next execution time for this TimerTask
setOOBInline(boolean) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setParserClass(String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Set the XML SAX Parser Class
setParserFactory(SAXParserFactory) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Set the XML SAX Parser Factory.
setPreferPublic(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the prefer public setting.
setPrettyprint(boolean) - Method in class org.jboss.util.xml.DOMWriter
Set wheter element should be indented.
setProperty(String) - Method in class org.jboss.util.property.jmx.SystemPropertyClassValue
The system property value
setProperty(String) - Method in interface org.jboss.util.property.jmx.SystemPropertyClassValueMBean
The system property value
setProperty(String, String) - Static method in class org.jboss.util.property.PropertyManager
Set a property.
setProperty(String, String) - Method in class org.jboss.util.property.PropertyMap
Set a property.
setPublicId(String) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setReceiveBufferSize(int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setRelativeCatalogs(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the relativeCatalogs setting.
setReplaceSystemProperties(boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
 
setRequestProperty(String, String) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setResolution(int) - Method in class org.jboss.util.TimedCachePolicy
Set the cache timer resolution
setReuseAddress(boolean) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setRootVertex(Vertex<T>) - Method in class org.jboss.util.graph.Graph
Set a root vertex.
setSendBufferSize(int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setSoLinger(boolean, int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setSoTimeout(int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setState(int) - Method in class org.jboss.util.TimerTask
Sets the state of execution of this TimerTask
setStreamListener(StreamListener) - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
setStreamListener(StreamListener) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
 
setStringData(String) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setSystemId(String) - Method in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
setSystemPropertyClassValue(String, String) - Static method in class org.jboss.util.property.jmx.SystemPropertyClassValue
Sets the system property to a class when the class is available.
setTable(ConcurrentReferenceHashMap.HashEntry<K, V>[]) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
Sets table to new HashEntry array.
setTask(Task) - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Set thetask for this wrapper
setTcpNoDelay(boolean) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setter - Variable in class org.jboss.util.property.MethodBoundPropertyListener
Property setter method
setThreadGroupName(String) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setThreadGroupName(String) - Method in interface org.jboss.util.threadpool.BasicThreadPoolMBean
Set the thread group name
setTimeout(long) - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
setTrafficClass(int) - Method in class org.jboss.net.sockets.TimeoutSocket
 
setupReaders() - Method in class org.jboss.util.xml.catalog.Catalog
Setup readers.
setupReaders() - Method in class org.jboss.util.xml.catalog.Resolver
Setup readers.
setUseCaches(boolean) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
setUseStaticCatalog(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the use static catalog setting.
setValue(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
setValue(Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
setValue(Object) - Method in class org.jboss.util.propertyeditor.DateEditor
Sets directly the java.util.Date value
setValue(V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
setValue(V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.WriteThroughEntry
Set our entry's value and write through to the map.
setValue(V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
setValue(V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
Always fails, throwing UnsupportedOperationException.
setValue(V) - Method in class org.jboss.util.collection.FastCopyHashMap.EntryIterator.WriteThroughEntry
 
setValue(V) - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
setValue(V) - Method in class org.jboss.util.collection.SoftValueRef
 
setValue(V) - Method in class org.jboss.util.collection.WeakValueRef
 
setValue(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
setVerbosity(int) - Method in class org.jboss.util.xml.catalog.CatalogManager
Set the current verbosity.
setWarnOnNonFileURLs(boolean) - Static method in class org.jboss.util.xml.JBossEntityResolver
 
setWriteXMLDeclaration(boolean) - Method in class org.jboss.util.xml.DOMWriter
Set wheter the XML declaration should be written.
SGMLDECL - Static variable in class org.jboss.util.xml.catalog.Catalog
The SGMLDECL Catalog Entry type.
ShortEditor - Class in org.jboss.util.propertyeditor
A property editor for Short.
ShortEditor() - Constructor for class org.jboss.util.propertyeditor.ShortEditor
 
shutdownInput() - Method in class org.jboss.net.sockets.TimeoutSocket
 
shutdownOutput() - Method in class org.jboss.net.sockets.TimeoutSocket
 
SimpleEntry(Object, Object) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
SimpleEntry(Map.Entry) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
SimpleEntry(Map.Entry<K, V>) - Constructor for class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
SimpleEntry(K, V) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
SimpleEntry(K, V) - Constructor for class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
singleton - Static variable in class org.jboss.util.deadlock.DeadlockDetector
 
singleton - Static variable in class org.jboss.util.timeout.TimeoutFactory
Our singleton instance
size - Variable in class org.jboss.util.collection.FastCopyHashMap
The current number of key-value pairs
size - Variable in class org.jboss.util.collection.WeakIdentityHashMap
The number of key-value mappings contained in this weak hash map.
size - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
The size of the timeout queue.
size - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
The size of the timeout queue.
size() - Method in interface org.jboss.util.CachePolicy
 
size() - Method in class org.jboss.util.collection.CachedCollection
Returns the size of the collection.
size() - Method in class org.jboss.util.collection.CachedList
Return the size of the list.
size() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.EntrySet
 
size() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.KeySet
 
size() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the number of elements in this map.
size() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
size() - Method in class org.jboss.util.collection.FastCopyHashMap.EntrySet
 
size() - Method in class org.jboss.util.collection.FastCopyHashMap.KeySet
 
size() - Method in class org.jboss.util.collection.FastCopyHashMap
 
size() - Method in class org.jboss.util.collection.FastCopyHashMap.Values
 
size() - Method in class org.jboss.util.collection.LazyList
 
size() - Method in class org.jboss.util.collection.LazyMap
 
size() - Method in class org.jboss.util.collection.LazySet
 
size() - Method in class org.jboss.util.collection.ListQueue
Get the size of the queue.
size() - Method in class org.jboss.util.collection.ListSet
Return the size of the set.
size() - Method in class org.jboss.util.collection.MapDelegateSet
Returns the number of elements in this set (its cardinality).
size() - Method in class org.jboss.util.collection.ReferenceValueMap.EntrySet
 
size() - Method in class org.jboss.util.collection.ReferenceValueMap
 
size() - Method in class org.jboss.util.collection.SoftSet
 
size() - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
size() - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
size() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
size() - Method in class org.jboss.util.collection.WeakSet
Return the size of the set.
size() - Method in class org.jboss.util.graph.Graph
Get the vertex count.
size() - Method in class org.jboss.util.LRUCachePolicy
 
size() - Method in class org.jboss.util.SynchronizedCachePolicy
 
size() - Method in class org.jboss.util.TimedCachePolicy
 
size() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
 
size() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
size() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
 
size() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
skip(long) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
skippedEntity(String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX skippedEntity method does nothing.
skippedEntity(String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX skippedentity method.
skippedEntity(String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
SnapshotEntry(K, V) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
Creates a new entry representing the given key and value.
SOFT - org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
Indicates a SoftReference should be used
SoftKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftKeyReference
 
SoftObject - Class in org.jboss.util
Convenience class to wrap an Object into a SoftReference.
SoftObject(Object) - Constructor for class org.jboss.util.SoftObject
Construct a SoftObject.
SoftObject(Object, ReferenceQueue) - Constructor for class org.jboss.util.SoftObject
Construct a SoftObject.
SoftSet - Class in org.jboss.util.collection
An implementation of Set that manages a map of soft references to the set values.
SoftSet() - Constructor for class org.jboss.util.collection.SoftSet
 
SoftSet.ComparableSoftReference - Class in org.jboss.util.collection
 
SoftSet.ComparableSoftReferenceIterator - Class in org.jboss.util.collection
 
SoftValueHashMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
SoftValueHashMap() - Constructor for class org.jboss.util.collection.SoftValueHashMap
Constructs a new, empty SoftValueHashMap with the default initial capacity and the default load factor, which is 0.75.
SoftValueHashMap(int) - Constructor for class org.jboss.util.collection.SoftValueHashMap
Constructs a new, empty SoftValueHashMap with the given initial capacity and the default load factor, which is 0.75.
SoftValueHashMap(int, float) - Constructor for class org.jboss.util.collection.SoftValueHashMap
Constructs a new, empty SoftValueHashMap with the given initial capacity and the given load factor.
SoftValueHashMap(Map<K, V>) - Constructor for class org.jboss.util.collection.SoftValueHashMap
Constructs a new SoftValueHashMap with the same mappings as the specified Map.
SoftValueRef<K,​V> - Class in org.jboss.util.collection
Soft value ref.
SoftValueRef(K, V, ReferenceQueue<V>) - Constructor for class org.jboss.util.collection.SoftValueRef
Create a new SoftValueRef.
SoftValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.SoftValueReference
 
SoftValueTreeMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
SoftValueTreeMap() - Constructor for class org.jboss.util.collection.SoftValueTreeMap
 
SoftValueTreeMap(Comparator<K>) - Constructor for class org.jboss.util.collection.SoftValueTreeMap
 
SoftValueTreeMap(SortedMap<K, ValueRef<K, V>>) - Constructor for class org.jboss.util.collection.SoftValueTreeMap
 
sortAttributes(NamedNodeMap) - Method in class org.jboss.util.xml.DOMWriter
Returns a sorted list of attributes.
split(String, String) - Static method in class org.jboss.util.Strings
Split up a string into multiple strings based on a delimiter.
split(String, String, int) - Static method in class org.jboss.util.Strings
Split up a string into multiple strings based on a delimiter.
SSLSocketFactoryBuilder - Interface in org.jboss.net.ssl
A simple builder for creating SSLSocketFactory instances.
stack - Variable in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Character lookahead stack.
standard - Variable in class org.jboss.util.loading.DelegatingClassLoader
Whether to use standard loading
start - Variable in class org.jboss.util.StopWatch
Start time
start - Variable in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
start() - Method in interface org.jboss.util.CachePolicy
 
start() - Method in class org.jboss.util.LRUCachePolicy
Starts this cache that is now ready to be used.
start() - Method in class org.jboss.util.StopWatch
Start the watch.
start() - Method in class org.jboss.util.StopWatch.Wrapper
 
start() - Method in class org.jboss.util.SynchronizedCachePolicy
 
start() - Method in class org.jboss.util.TimedCachePolicy
Schedules this with the class resolutionTimer Timer object for execution every resolution seconds.
start() - Method in class org.jboss.util.WorkerQueue
Starts the worker queue.
start(boolean) - Method in class org.jboss.util.StopWatch
Start the watch.
start(boolean) - Method in class org.jboss.util.StopWatch.Wrapper
 
startDocument() - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX startDocument method does nothing.
startDocument() - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX startDocument method.
startDocument() - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
startDocument() - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX startDocument method does nothing.
started - Variable in class org.jboss.util.threadpool.RunnableTaskWrapper
 
started(long) - Method in interface org.jboss.util.threadpool.Task
The task has been started
startElement(String, String, String, Attributes) - Method in class org.jboss.util.xml.catalog.readers.ExtendedXMLCatalogReader
The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
startElement(String, String, String, Attributes) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
startElement(String, String, String, Attributes) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX2 startElement method.
startElement(String, String, String, Attributes) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
startElement(String, String, String, Attributes) - Method in class org.jboss.util.xml.catalog.readers.XCatalogReader
The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
startElement(String, AttributeList) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX startElement method.
startPrefixMapping(String, String) - Method in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The SAX startPrefixMapping method does nothing.
startPrefixMapping(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX startPrefixMapping method.
startPrefixMapping(String, String) - Method in class org.jboss.util.xml.catalog.readers.SAXParserHandler
 
startState - Variable in class org.jboss.util.state.StateMachine
The starting state
startTime - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The start time
startTimeout - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The start timeout
startTimeout - Variable in class org.jboss.util.threadpool.RunnableTaskWrapper
The start timeout
StartTimeoutException - Exception in org.jboss.util.threadpool
The start timeout was exceeded.
StartTimeoutException() - Constructor for exception org.jboss.util.threadpool.StartTimeoutException
Create a new StartTimeoutException
StartTimeoutException(String) - Constructor for exception org.jboss.util.threadpool.StartTimeoutException
Create a new StartTimeoutException
state - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The state of the task
State - Class in org.jboss.util.state
The respresentation of a state in a state machine.
State(String) - Constructor for class org.jboss.util.state.State
 
State(String, Map) - Constructor for class org.jboss.util.state.State
 
stateLock - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The state lock
StateMachine - Class in org.jboss.util.state
The representation of a finite state machine.
StateMachine(Set, State) - Constructor for class org.jboss.util.state.StateMachine
Create a state machine given its states and start state.
StateMachine(Set, State, String) - Constructor for class org.jboss.util.state.StateMachine
Create a state machine given its states and start state.
StateMachineParser - Class in org.jboss.util.state.xml
Parse an xml representation of a state machine.
StateMachineParser() - Constructor for class org.jboss.util.state.xml.StateMachineParser
 
states - Variable in class org.jboss.util.state.StateMachine
The set of states making up the state machine
staticCatalog - Static variable in class org.jboss.util.xml.catalog.CatalogManager
The static catalog used by this manager.
staticCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
staticManager - Static variable in class org.jboss.util.xml.catalog.CatalogManager
A static CatalogManager instance for sharing
stop - Variable in class org.jboss.util.StopWatch
Stop time
stop() - Method in interface org.jboss.util.CachePolicy
 
stop() - Method in class org.jboss.util.LRUCachePolicy
Stops this cache thus LRUCachePolicy.flush()ing all cached objects.
stop() - Method in class org.jboss.util.StopWatch
Stop the watch.
stop() - Method in class org.jboss.util.StopWatch.Wrapper
 
stop() - Method in class org.jboss.util.SynchronizedCachePolicy
 
stop() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
stop() - Method in interface org.jboss.util.threadpool.Task
Invoked by the threadpool when it wants to stop the task
stop() - Method in interface org.jboss.util.threadpool.ThreadPoolMBean
Stop the thread pool
stop() - Method in class org.jboss.util.TimedCachePolicy
Stop cancels the resolution timer and flush()es the cache.
stop() - Method in class org.jboss.util.WorkerQueue
Stops nicely the worker queue.
stop(boolean) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
stop(boolean) - Method in interface org.jboss.util.threadpool.ThreadPool
Stop the pool
stopped - Variable in class org.jboss.util.threadpool.BasicThreadPool
Has the pool been stopped?
stopTask() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
stopTask() - Method in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
Invoke stopTask on the wrapper and indicate whether this was the first time the task has been notified to stop.
stopTask() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
stopTask() - Method in interface org.jboss.util.threadpool.TaskWrapper
Invoked by the threadpool when it wants to stop the task
StopWatch - Class in org.jboss.util
Simulates a stop watch with a lap counter.
StopWatch() - Constructor for class org.jboss.util.StopWatch
Default constructor.
StopWatch(boolean) - Constructor for class org.jboss.util.StopWatch
Construct a StopWatch.
StopWatch.Wrapper - Class in org.jboss.util
Base wrapper class for other wrappers.
StreamListener - Interface in org.jboss.util.stream
A stream listener
Streams - Class in org.jboss.util.stream
A collection of stream related utility methods.
Streams() - Constructor for class org.jboss.util.stream.Streams
 
StringArrayEditor - Class in org.jboss.util.propertyeditor
A property editor for String[].
StringArrayEditor() - Constructor for class org.jboss.util.propertyeditor.StringArrayEditor
 
StringEditor - Class in org.jboss.util.propertyeditor
A property editor for String.
StringEditor() - Constructor for class org.jboss.util.propertyeditor.StringEditor
 
StringPropertyReplacer - Class in org.jboss.util
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.jboss.util.StringPropertyReplacer
 
stringReplace(String, String, String) - Static method in class org.jboss.util.xml.catalog.helpers.PublicId
Replace one string with another.
Strings - Class in org.jboss.util
A collection of String utilities.
Strings() - Constructor for class org.jboss.util.Strings
 
Strings.Range - Class in org.jboss.util
Represents a range between two integers.
stripPackageName(Class) - Static method in class org.jboss.util.Classes
Get the short name of the specified class by striping off the package name.
stripPackageName(String) - Static method in class org.jboss.util.Classes
Get the short name of the specified class by striping off the package name.
STRONG - org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
Indicates a normal Java strong reference should be used
stubmap - Static variable in class org.jboss.net.sockets.RMIMultiSocketServer
 
stubs - Variable in class org.jboss.net.sockets.RMIMultiSocketClient
 
subList(int, int) - Method in class org.jboss.util.collection.LazyList
 
subMap(K, K) - Method in interface org.jboss.util.collection.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
subMap(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMapEntryIterator(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
SubMapEntryIterator(K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.SubMapEntryIterator
 
subMapKeyIterator(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
SubMapKeyIterator(K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.SubMapKeyIterator
 
subMapValueIterator(K, K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
 
SubMapValueIterator(K, K) - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.SubMapValueIterator
 
subSequence(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
subst(StringBuffer, String, String[], char) - Static method in class org.jboss.util.Strings
Substitute index identifiers with the replacement value from the given array for the corresponding index.
subst(StringBuffer, String, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
subst(StringBuffer, String, Map, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
subst(String, String[]) - Static method in class org.jboss.util.Strings
Substitute index identifiers (with % for the index token) with the replacement value from the given array for the corresponding index.
subst(String, String[], char) - Static method in class org.jboss.util.Strings
Substitute index identifiers with the replacement value from the given array for the corresponding index.
subst(String, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
subst(String, Map, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
substring(int) - Method in class org.jboss.util.JBossStringBuilder
 
substring(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
suffix - Variable in class org.jboss.util.file.FilenameSuffixFilter
The suffix which files must have to be accepted.
suffixes - Variable in class org.jboss.util.file.FileSuffixFilter
A list of suffixes which files must have to be accepted.
suspendEncoding - Variable in class org.jboss.util.Base64.OutputStream
 
suspendEncoding() - Method in class org.jboss.util.Base64.OutputStream
Suspends encoding of the stream.
swap(int, int) - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.InternalPriorityQueue
Swap two nodes in the tree.
swap(int, int) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Swap two nodes in the tree.
SwitchContext() - Constructor for class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
 
SwitchContext(ClassLoader) - Constructor for class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
 
Sync - Interface in org.jboss.util
Interface that gives synchronization semantic to implementors
SyncEnumeration(Enumeration) - Constructor for class org.jboss.util.collection.Iterators.SyncEnumeration
 
SynchronizedCachePolicy - Class in org.jboss.util
A synchronized cache policy wrapper.
SynchronizedCachePolicy(CachePolicy) - Constructor for class org.jboss.util.SynchronizedCachePolicy
 
SyncIterator(Iterator) - Constructor for class org.jboss.util.collection.Iterators.SyncIterator
 
SysPropertyActions - Class in org.jboss.util
Priviledged actions for the package
SysPropertyActions() - Constructor for class org.jboss.util.SysPropertyActions
 
SysPropertyActions.SysProps - Interface in org.jboss.util
 
SYSTEM - Static variable in class org.jboss.util.xml.catalog.Catalog
The SYSTEM Catalog Entry type.
systemID - Variable in class org.jboss.util.xml.JBossEntityResolver.LSInputImpl
 
systemMap - Variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Private hash used for system identifiers.
SystemPropertyClassValue - Class in org.jboss.util.property.jmx
A helper for setting system properties based on class availablity.
SystemPropertyClassValue() - Constructor for class org.jboss.util.property.jmx.SystemPropertyClassValue
Constructor.
SystemPropertyClassValueMBean - Interface in org.jboss.util.property.jmx
MBean interface.
SYSTEMREVERSE - Static variable in class org.jboss.util.xml.catalog.Resolver
The SYSTEMREVERSE Catalog Entry type.
SYSTEMSUFFIX - Static variable in class org.jboss.util.xml.catalog.Resolver
The SYSTEMSUFFIX Catalog Entry type.

T

table - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
The per-segment table.
table - Variable in class org.jboss.util.collection.FastCopyHashMap.FastCopyHashMapIterator
 
table - Variable in class org.jboss.util.collection.FastCopyHashMap
The open-addressed table
table - Variable in class org.jboss.util.collection.WeakIdentityHashMap
The table, resized as necessary.
tailMap(K) - Method in interface org.jboss.util.collection.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
tailMap(K) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface org.jboss.util.collection.NavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
take() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
take() - Method in interface org.jboss.util.timeout.TimeoutPriorityQueue
Take a timeout when it times out
take() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
target - Variable in class org.jboss.net.sockets.RMIMultiSocketHandler
 
target - Variable in class org.jboss.util.state.Transition
 
target - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
The timeout target
target - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
The timeout target
task - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task
Task - Interface in org.jboss.util.threadpool
A task for a thread pool.
TASK_ACCEPTED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task has been accepted
TASK_COMPLETED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task has completed
TASK_NOT_ACCEPTED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task has not been accepted
TASK_REJECTED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task was rejected
TASK_STARTED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task has been started
TASK_STOPPED - Static variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task has been stopped
taskAccepted() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Notify the task it has been accepted
taskCompleted(Throwable) - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Notify the task it has completed
taskRejected(RuntimeException) - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Notify the task it has been rejected
taskStarted() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Notify the task it has started
taskStop() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Stop the task
TaskStoppedException - Exception in org.jboss.util.threadpool
The task was stopped.
TaskStoppedException() - Constructor for exception org.jboss.util.threadpool.TaskStoppedException
Create a new TaskStoppedException
TaskStoppedException(String) - Constructor for exception org.jboss.util.threadpool.TaskStoppedException
Create a new TaskStoppedException
taskString - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The task as a string
tasksWithTimeouts - Variable in class org.jboss.util.threadpool.BasicThreadPool
The Heap of tasks ordered by their completion timeout
TaskWrapper - Interface in org.jboss.util.threadpool
A task wrapper for a thread pool.
text - Variable in class org.jboss.util.propertyeditor.DateEditor
Keep the text version of the date
TextCatalogReader - Class in org.jboss.util.xml.catalog.readers
Parses plain text Catalog files.
TextCatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.TextCatalogReader
Construct a CatalogReader object.
TextPropertyEditorSupport - Class in org.jboss.util.propertyeditor
A property editor support class for textual properties.
TextPropertyEditorSupport() - Constructor for class org.jboss.util.propertyeditor.TextPropertyEditorSupport
 
TextPropertyEditorSupport(Object) - Constructor for class org.jboss.util.propertyeditor.TextPropertyEditorSupport
 
theIter - Variable in class org.jboss.util.collection.SoftSet.ComparableSoftReferenceIterator
 
theTimer - Variable in class org.jboss.util.TimedCachePolicy
 
threadGroup - Variable in class org.jboss.util.threadpool.BasicThreadPool
The thread group
threadGroups - Static variable in class org.jboss.util.threadpool.BasicThreadPool
The thread groups
threadPool - Variable in class org.jboss.util.timeout.TimeoutFactory
Per TimeoutFactory thread pool used to execute timeouts
ThreadPool - Interface in org.jboss.util.threadpool
A thread pool.
ThreadPoolFullException - Exception in org.jboss.util.threadpool
The thread pool is full.
ThreadPoolFullException() - Constructor for exception org.jboss.util.threadpool.ThreadPoolFullException
Create a new ThreadPoolFullException
ThreadPoolFullException(String) - Constructor for exception org.jboss.util.threadpool.ThreadPoolFullException
Create a new ThreadPoolFullException
ThreadPoolFullException(String, Throwable) - Constructor for exception org.jboss.util.threadpool.ThreadPoolFullException
Create a new ThreadPoolFullException.
ThreadPoolMBean - Interface in org.jboss.util.threadpool
Management interface for the thread pool.
ThreadPoolStoppedException - Exception in org.jboss.util.threadpool
The thread pool was stopped.
ThreadPoolStoppedException() - Constructor for exception org.jboss.util.threadpool.ThreadPoolStoppedException
Create a new ThreadPoolStoppedException
ThreadPoolStoppedException(String) - Constructor for exception org.jboss.util.threadpool.ThreadPoolStoppedException
Create a new ThreadPoolStoppedException
ThreadPoolThreadFactory() - Constructor for class org.jboss.util.threadpool.BasicThreadPool.ThreadPoolThreadFactory
 
threadSafe - Variable in class org.jboss.util.TimedCachePolicy
A flag indicating if entryMap should be synchronized
threshold - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
The table is rehashed when its size exceeds this threshold.
threshold - Variable in class org.jboss.util.collection.FastCopyHashMap
The next resize
threshold - Variable in class org.jboss.util.collection.WeakIdentityHashMap
The next size value at which to resize (capacity * load factor).
ThrowableHandler - Class in org.jboss.util
A static singleton that handles processing throwables that otherwise would be ignored or dumped to System.err.
ThrowableHandler() - Constructor for class org.jboss.util.ThrowableHandler
 
ThrowableHandler.Type - Interface in org.jboss.util
Container for throwable types.
ThrowableListener - Interface in org.jboss.util
An interface used to handle Throwable events.
Throwables - Class in org.jboss.util
A collection of Throwable utilities.
Throwables() - Constructor for class org.jboss.util.Throwables
 
throwException(String) - Method in class org.jboss.util.property.PropertyContainer
 
throwException(String, String) - Method in class org.jboss.util.property.PropertyContainer
 
throwException(String, String, Throwable) - Method in class org.jboss.util.property.PropertyContainer
 
throwException(String, Throwable) - Method in class org.jboss.util.property.PropertyContainer
 
time - Variable in class org.jboss.util.id.UID
The time portion of the UID
time - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Time of the timeout
time - Variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
Time of the timeout
TimedCachePolicy - Class in org.jboss.util
An implementation of a timed cache.
TimedCachePolicy() - Constructor for class org.jboss.util.TimedCachePolicy
Creates a new TimedCachePolicy with a default entry lifetime of 30 mins that does not synchronized access to its policy store and uses a 60 second resolution.
TimedCachePolicy(int) - Constructor for class org.jboss.util.TimedCachePolicy
Creates a new TimedCachePolicy with the given default entry lifetime that does not synchronized access to its policy store and uses a 60 second resolution.
TimedCachePolicy(int, boolean, int) - Constructor for class org.jboss.util.TimedCachePolicy
Creates a new TimedCachePolicy with the given default entry lifetime that does/does not synchronized access to its policy store depending on the value of threadSafe.
TimedCachePolicy.DefaultTimedEntry - Class in org.jboss.util
The default implementation of TimedEntry used to wrap non-TimedEntry objects inserted into the cache.
TimedCachePolicy.ResolutionTimer - Class in org.jboss.util
 
TimedCachePolicy.TimedEntry - Interface in org.jboss.util
The interface that cache entries support.
timedOut(Timeout) - Method in class org.jboss.util.timeout.TimeoutFactory.TimeoutTargetImpl
 
timedOut(Timeout) - Method in interface org.jboss.util.timeout.TimeoutTarget
The timeout callback function is invoked when the timeout expires.
Timeout - Interface in org.jboss.util.timeout
The public interface of timeouts.
TIMEOUT - Static variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
In timeout
TIMEOUT - Static variable in class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
In timeout
TimeoutClientSocketFactory - Class in org.jboss.net.sockets
A RMIClientSocketFactory that installs a InterruptableInputStream to be responsive to thead interruption events.
TimeoutClientSocketFactory() - Constructor for class org.jboss.net.sockets.TimeoutClientSocketFactory
 
TimeoutExt - Interface in org.jboss.util.timeout
Timeout Extension.
TimeoutExtImpl() - Constructor for class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
 
TimeoutExtImpl() - Constructor for class org.jboss.util.timeout.TimeoutPriorityQueueImpl.TimeoutExtImpl
 
timeoutFactoriesCount - Static variable in class org.jboss.util.timeout.TimeoutFactory
Number of TimeoutFactories created
TimeoutFactory - Class in org.jboss.util.timeout
The timeout factory.
TimeoutFactory() - Constructor for class org.jboss.util.timeout.TimeoutFactory
Constructs a new TimeoutFactory that uses the default thread pool
TimeoutFactory(ThreadPool) - Constructor for class org.jboss.util.timeout.TimeoutFactory
Constructs a new TimeoutFactory that uses the provided ThreadPool
TimeoutFactory.TimeoutTargetImpl - Class in org.jboss.util.timeout
Simple TimeoutTarget implementation that wraps a Runnable
TimeoutFactory.TimeoutWorker - Class in org.jboss.util.timeout
A runnable that fires the timeout callback
TimeoutInfo(TaskWrapper, long) - Constructor for class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
TimeoutMonitor(String, Logger) - Constructor for class org.jboss.util.threadpool.BasicThreadPool.TimeoutMonitor
 
timeoutMS - Variable in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
TimeoutPriorityQueue - Interface in org.jboss.util.timeout
TimeoutPriorityQueue.
TimeoutPriorityQueueImpl - Class in org.jboss.util.timeout
TimeoutPriorityQueueImpl.
TimeoutPriorityQueueImpl() - Constructor for class org.jboss.util.timeout.TimeoutPriorityQueueImpl
Create a new TimeoutPriorityQueueImpl.
TimeoutPriorityQueueImpl.TimeoutExtImpl - Class in org.jboss.util.timeout
Our private Timeout implementation.
TimeoutServerSocket - Class in org.jboss.net.sockets
A ServerSocket that returns a TimeoutSocket from the overriden accept.
TimeoutServerSocket(int) - Constructor for class org.jboss.net.sockets.TimeoutServerSocket
 
TimeoutServerSocket(int, int) - Constructor for class org.jboss.net.sockets.TimeoutServerSocket
 
TimeoutServerSocket(int, int, InetAddress) - Constructor for class org.jboss.net.sockets.TimeoutServerSocket
 
TimeoutServerSocketFactory - Class in org.jboss.net.sockets
A RMIServerSocketFactory that installs a InterruptableInputStream to be responsive to thead interruption events.
TimeoutServerSocketFactory() - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory that binds on any address with a default backlog of 200
TimeoutServerSocketFactory(int) - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory with the given backlog
TimeoutServerSocketFactory(InetAddress) - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory with the given bind address
TimeoutServerSocketFactory(InetAddress, int) - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory with the given bind address and backlog
TimeoutSocket - Class in org.jboss.net.sockets
A Socket that overrides the getInputStream to return a InterruptableInputStream
TimeoutSocket(Socket) - Constructor for class org.jboss.net.sockets.TimeoutSocket
 
TimeoutTarget - Interface in org.jboss.util.timeout
The interface of objects that can receive timeouts.
TimeoutTargetImpl(Runnable) - Constructor for class org.jboss.util.timeout.TimeoutFactory.TimeoutTargetImpl
 
timeoutTask - Variable in class org.jboss.util.threadpool.BasicThreadPool
The task completion timeout monitor runnable
TimeoutWorker(TimeoutExt) - Constructor for class org.jboss.util.timeout.TimeoutFactory.TimeoutWorker
Create a new instance.
TIMER_CLASSLOADER_CONTEXT - Static variable in class org.jboss.util.TimedCachePolicy
Value for TimedCachePolicy.TIMER_CLASSLOADER_PROPERTY indicating the thread context classloader in effect when this class is loaded should be used.
TIMER_CLASSLOADER_CURRENT - Static variable in class org.jboss.util.TimedCachePolicy
Value for TimedCachePolicy.TIMER_CLASSLOADER_PROPERTY indicating the classloader that loaded this class should be used.
TIMER_CLASSLOADER_PROPERTY - Static variable in class org.jboss.util.TimedCachePolicy
Name of system property that this class consults to determine what classloader to assign to its static Timer's thread.
TIMER_CLASSLOADER_SYSTEM - Static variable in class org.jboss.util.TimedCachePolicy
Value for TimedCachePolicy.TIMER_CLASSLOADER_PROPERTY indicating the system classloader should be used.
TimerQueue - Class in org.jboss.util
This class runs in a single thread TimerTasks that have been scheduled.
TimerQueue() - Constructor for class org.jboss.util.TimerQueue
Creates a new timer queue with default thread name of "TimerTask Thread"
TimerQueue(String) - Constructor for class org.jboss.util.TimerQueue
Creates a new timer queue with the specified thread name
TimerQueue.TimerTaskLoop - Class in org.jboss.util
Class that loops getting the next job to be executed and then executing it, in the timer task thread.
TimerTask - Class in org.jboss.util
A class that represent a task that can be scheduled for one-shot or repeated execution by a TimerQueue.
TimerTask() - Constructor for class org.jboss.util.TimerTask
Creates a TimerTask object that will be executed once.
TimerTask(long) - Constructor for class org.jboss.util.TimerTask
Creates a TimerTask object that will be executed every period milliseconds.
TimerTaskLoop() - Constructor for class org.jboss.util.TimerQueue.TimerTaskLoop
 
to - Variable in class org.jboss.util.graph.Edge
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
toArray() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
toArray() - Method in class org.jboss.util.collection.LazyList
 
toArray() - Method in class org.jboss.util.collection.LazySet
 
toArray() - Method in class org.jboss.util.collection.SoftSet
 
toArray() - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
toArray() - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
toArray() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
toArray(Object) - Static method in class org.jboss.util.Objects
 
toArray(Object[]) - Method in class org.jboss.util.collection.SoftSet
 
toArray(Object[]) - Method in class org.jboss.util.collection.WeakIdentityHashMap.EntrySet
 
toArray(Object[]) - Method in class org.jboss.util.collection.WeakIdentityHashMap.KeySet
 
toArray(Object[]) - Method in class org.jboss.util.collection.WeakIdentityHashMap.Values
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.EntrySetView
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntrySet
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
 
toArray(T[]) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
toArray(U[]) - Method in class org.jboss.util.collection.LazyList
 
toArray(U[]) - Method in class org.jboss.util.collection.LazySet
 
toBlockingMode(String) - Static method in class org.jboss.util.threadpool.BlockingMode
A utility method to convert a string name to a BlockingMode
toEnumeration(Iterator) - Static method in class org.jboss.util.collection.Iterators
Return an Enumeration for the given Iterator.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.jboss.util.Strings
Tokenize the given String into a String array via a StringTokenizer.
tokenStack - Variable in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Token stack.
top - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
The top element
top - Variable in class org.jboss.util.xml.catalog.readers.TextCatalogReader
The current position on the lookahead stack
TOP - Static variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Top
topLock - Variable in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
The lock object
toPrettyString(String) - Method in interface org.jboss.util.PrettyString
Returns a pretty representation of the object.
toShortString() - Method in interface org.jboss.util.JBossInterface
Print a short version of the object
toShortString() - Method in class org.jboss.util.JBossObject
 
toShortString(JBossStringBuilder) - Method in interface org.jboss.util.JBossInterface
Append the key class properties to the buffer
toShortString(JBossStringBuilder) - Method in class org.jboss.util.JBossObject
Append the key class properties to the buffer
toString - Variable in class org.jboss.util.id.GUID
 
toString - Variable in class org.jboss.util.JBossObject
Cached toString
toString() - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
toString() - Method in class org.jboss.net.sockets.DefaultClientSocketFactory
 
toString() - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
toString() - Method in class org.jboss.net.sockets.TimeoutSocket
 
toString() - Method in class org.jboss.util.collection.CompoundKey
Return a string representation of this object.
toString() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
toString() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
 
toString() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
Returns a String consisting of the key followed by an equals sign ("=") followed by the associated value.
toString() - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
toString() - Method in class org.jboss.util.collection.LazyList
 
toString() - Method in class org.jboss.util.collection.LazyMap
 
toString() - Method in class org.jboss.util.collection.LazySet
 
toString() - Method in class org.jboss.util.collection.ListQueue
Return a String representation of this queue.
toString() - Method in class org.jboss.util.collection.MapDelegateSet
 
toString() - Method in class org.jboss.util.collection.ReferenceValueMap
 
toString() - Method in class org.jboss.util.collection.SoftValueRef
 
toString() - Method in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
toString() - Method in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
toString() - Method in class org.jboss.util.collection.WeakValueRef
 
toString() - Method in class org.jboss.util.Counter
Return a string representation of this.
toString() - Method in class org.jboss.util.Counter.Wrapper
 
toString() - Method in class org.jboss.util.graph.Edge
String rep of edge
toString() - Method in class org.jboss.util.graph.Graph
 
toString() - Method in class org.jboss.util.graph.Vertex
 
toString() - Method in class org.jboss.util.HashCode
Return a string representation of this HashCode.
toString() - Method in class org.jboss.util.id.GUID
Return a string representation of this GUID.
toString() - Method in class org.jboss.util.id.UID
Return a string representation of this UID.
toString() - Method in class org.jboss.util.id.VMID
Return a string representation of this VMID.
toString() - Method in class org.jboss.util.JBossObject
Override toString to cache the value
toString() - Method in class org.jboss.util.JBossStringBuilder
 
toString() - Method in class org.jboss.util.LongCounter
Return a string representation of this.
toString() - Method in class org.jboss.util.LongCounter.Wrapper
 
toString() - Method in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
 
toString() - Method in class org.jboss.util.LRUCachePolicy.LRUList
 
toString() - Method in class org.jboss.util.Null
Return a string representation.
toString() - Method in class org.jboss.util.platform.PID
Return a string representation of this PID.
toString() - Method in class org.jboss.util.property.PropertyEvent
Return a string representation of this event.
toString() - Method in class org.jboss.util.Semaphore.Info
 
toString() - Method in class org.jboss.util.Semaphore
 
toString() - Method in class org.jboss.util.state.State
 
toString() - Method in class org.jboss.util.state.StateMachine
 
toString() - Method in class org.jboss.util.StopWatch
Return a string representation.
toString() - Method in class org.jboss.util.StopWatch.Wrapper
 
toString() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
toString() - Method in class org.jboss.util.threadpool.BlockingMode
 
toString() - Method in class org.jboss.util.WaitSemaphore
 
toString() - Method in exception org.jboss.util.xml.catalog.CatalogException
Override toString to pick up any embedded exception.
toString(int) - Method in class org.jboss.util.platform.PID
Return a string representation of this PID.
toString(Throwable) - Static method in class org.jboss.util.Throwables
Return a string that consists of the stack trace of the given Throwable.
toString(Iterator) - Static method in class org.jboss.util.collection.Iterators
Return a comma delimited string representation of all of the elements in the given Iterator.
toString(Iterator, String) - Static method in class org.jboss.util.collection.Iterators
Return a delimited string representation of all of the elements in the given Iterator.
toString(JBossStringBuilder) - Method in class org.jboss.util.JBossObject
Append the class properties to the buffer
toStringImplementation() - Method in class org.jboss.util.JBossObject
Implementation of String
total - Variable in class org.jboss.util.StopWatch
Total time
toURI(String) - Static method in class org.jboss.util.Strings
 
toURI(String, String) - Static method in class org.jboss.util.Strings
 
toURL(String) - Static method in class org.jboss.util.Strings
Make a URL from the given string.
toURL(String, String) - Static method in class org.jboss.util.Strings
Make a URL from the given string.
TR9401CatalogReader - Class in org.jboss.util.xml.catalog.readers
Parses OASIS Open Catalog files.
TR9401CatalogReader() - Constructor for class org.jboss.util.xml.catalog.readers.TR9401CatalogReader
 
tr9401NamespaceName - Static variable in class org.jboss.util.xml.catalog.readers.OASISXMLCatalogReader
The namespace name of OASIS ERTC TR9401 catalog extension
trace - Variable in class org.jboss.util.threadpool.BasicThreadPool
The trace level logging flag
transfer(WeakIdentityHashMap.Entry[], WeakIdentityHashMap.Entry[]) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Transfer all entries from src to dest tables
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface org.jboss.util.loading.Translator
Optionally transform the supplied class file and return a new replacement class file.
Transition - Class in org.jboss.util.state
A representation of a transition from a state to another state.
Transition(String, State) - Constructor for class org.jboss.util.state.Transition
 
Translatable - Interface in org.jboss.util.loading
An interface representing class loader like senamics used in the aop layer.
Translator - Interface in org.jboss.util.loading
An interface for transforming byte code before Class creation.
trim(String[]) - Static method in class org.jboss.util.Strings
Trim each string in the given string array.
trimLeadingCharacter(String, char) - Static method in class org.jboss.util.Strings
Trim all occurences of the supplied leading character from the given String.
trimLeadingCharacter(String, CharacterChecker) - Static method in class org.jboss.util.Strings
Trim all occurences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.jboss.util.Strings
Trim leading whitespace from the given String.
trimToSize() - Method in class org.jboss.util.JBossStringBuilder
 
TRUE_HASHCODE - Static variable in class org.jboss.util.HashCode
Hashcode for a 'true' boolean
tryReduceLevel() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Possibly reduce head level if it has no nodes.
type - Variable in class org.jboss.util.threadpool.BlockingMode
The enum manifest constant

U

uid - Variable in class org.jboss.util.id.GUID
The unique identifier
uid - Variable in class org.jboss.util.id.VMID
A unique identifier to ensure uniqueness across the host machine
UID - Class in org.jboss.util.id
A unique identifier (uniqueness only guarantied inside of the virtual machine in which it was created).
UID() - Constructor for class org.jboss.util.id.UID
Construct a new UID.
UID(UID) - Constructor for class org.jboss.util.id.UID
Copy a UID.
unbind(String) - Static method in class org.jboss.util.naming.NonSerializableFactory
Remove a binding from the NonSerializableFactory map.
unbind(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
unbind(Context, String) - Static method in class org.jboss.util.naming.Util
Unbinds a name from ctx, and removes parents if they are empty
unbind(Context, Name) - Static method in class org.jboss.util.naming.Util
Unbinds a name from ctx, and removes parents if they are empty
unbind(Name) - Static method in class org.jboss.util.naming.NonSerializableFactory
Remove a binding from the NonSerializableFactory map.
unbind(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
unboundListeners - Variable in class org.jboss.util.property.PropertyMap
Property listener list
UnexpectedThrowable - Error in org.jboss.util
Thrown to indicate that a Throwable was caught but was not expected.
UnexpectedThrowable() - Constructor for error org.jboss.util.UnexpectedThrowable
Construct a UnexpectedThrowable with no detail.
UnexpectedThrowable(String) - Constructor for error org.jboss.util.UnexpectedThrowable
Construct a UnexpectedThrowable with the specified detail message.
UnexpectedThrowable(String, Throwable) - Constructor for error org.jboss.util.UnexpectedThrowable
Construct a UnexpectedThrowable with the specified detail message and nested Throwable.
UnexpectedThrowable(Throwable) - Constructor for error org.jboss.util.UnexpectedThrowable
Construct a UnexpectedThrowable with the specified nested Throwable.
unexportObject(Remote, boolean) - Static method in class org.jboss.net.sockets.RMIMultiSocketServer
 
union(Iterator[]) - Static method in class org.jboss.util.collection.Iterators
Returns an Iterator containing the union of all of the elements in the given iterator array.
unjar(InputStream, File) - Static method in class org.jboss.util.file.JarUtils
 
UNKNOWN - Static variable in interface org.jboss.util.ThrowableHandler.Type
Unknown throwable.
UNKNOWN_FORMAT - Static variable in exception org.jboss.util.xml.catalog.CatalogException
Unknown XML format
UNKNOWN_HOST - Static variable in class org.jboss.util.id.VMID
The address used when conventional methods fail to return the address of the current machine.
unknownEntry(Vector) - Method in class org.jboss.util.xml.catalog.Catalog
Handle unknown CatalogEntry types.
UNLIMITED_MAXIMUM_SIZE - Static variable in interface org.jboss.util.collection.Queue
Unlimited maximum queue size identifier.
unlink(ConcurrentSkipListMap.Index<K, V>) - Method in class org.jboss.util.collection.ConcurrentSkipListMap.Index
Tries to CAS right field to skip over apparent successor succ.
unmaskNull(Object) - Static method in class org.jboss.util.collection.WeakIdentityHashMap
Return internal representation of null key back to caller as null
unmaskNull(K) - Static method in class org.jboss.util.collection.FastCopyHashMap
 
UNPARSEABLE - Static variable in exception org.jboss.util.xml.catalog.CatalogException
Unparseable XML catalog (not XML)
UnreachableStatementException - Exception in org.jboss.util
Thrown to indicate that section of code that should never have been reachable, has just been reached.
UnreachableStatementException() - Constructor for exception org.jboss.util.UnreachableStatementException
Construct a UnreachableStatementException with no detail.
UnreachableStatementException(String) - Constructor for exception org.jboss.util.UnreachableStatementException
Construct a UnreachableStatementException with a detail message.
unregisterClassLoader(ClassLoader) - Method in interface org.jboss.util.loading.Translator
Called to indicate that the ClassLoader is being discarded by the server.
updateJndiCache(String, String) - Method in class org.jboss.util.property.PropertyMap
Called by setProperty to update the jndiMap cache values.
URI - Static variable in class org.jboss.util.xml.catalog.Catalog
The URI Catalog Entry type.
URIEditor - Class in org.jboss.util.propertyeditor
A property editor for URI.
URIEditor() - Constructor for class org.jboss.util.propertyeditor.URIEditor
 
uriMap - Variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Private hash used for URIs.
URISUFFIX - Static variable in class org.jboss.util.xml.catalog.Resolver
The URISUFFIX Catalog Entry type.
URLEditor - Class in org.jboss.util.propertyeditor
A property editor for URL.
URLEditor() - Constructor for class org.jboss.util.propertyeditor.URLEditor
 
URLStreamHandlerFactory - Class in org.jboss.net.protocol
A factory for loading URL protocol handlers.
URLStreamHandlerFactory() - Constructor for class org.jboss.net.protocol.URLStreamHandlerFactory
 
useStaticCatalog - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current setting of the static catalog flag.
useURI - Static variable in class org.jboss.net.protocol.file.FileURLConnection
 
Util - Class in org.jboss.util.naming
A static utility class for common JNDI operations.
Util() - Constructor for class org.jboss.util.naming.Util
 
Util() - Constructor for class org.jboss.util.NestedThrowable.Util
 

V

value - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.SimpleEntry
 
value - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.Node
 
value - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
 
value - Variable in class org.jboss.util.collection.FastCopyHashMap.Entry
 
value - Variable in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
value - Variable in class org.jboss.util.collection.WeakIdentityHashMap.Entry
 
value - Variable in class org.jboss.util.collection.WeakIdentityHashMap.SimpleEntry
 
value - Variable in class org.jboss.util.HashCode
The hash-code value.
value - Variable in class org.jboss.util.property.PropertyEvent
Property value.
value - Variable in class org.jboss.util.TimedCachePolicy.DefaultTimedEntry
 
value() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
VALUE - Static variable in class org.jboss.util.Null
The primary instance of Null.
ValueIterator() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.ValueIterator
 
ValueIterator() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ValueIterator
 
ValueIterator() - Constructor for class org.jboss.util.collection.FastCopyHashMap.ValueIterator
 
ValueIterator() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.ValueIterator
 
valueOf(boolean) - Static method in class org.jboss.util.Primitives
Get a Boolean from a boolean, equivalent to the java 1.4 method Boolean.valueOf(boolean)
valueOf(String) - Static method in enum org.jboss.util.collection.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueRef - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.HashEntry
 
ValueRef<K,​V> - Interface in org.jboss.util.collection
ValueRef.
values - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap
 
values - Variable in class org.jboss.util.collection.ConcurrentSkipListMap
Lazily initialized values collection
values - Variable in class org.jboss.util.collection.FastCopyHashMap
 
values - Variable in class org.jboss.util.collection.WeakIdentityHashMap
 
values() - Static method in enum org.jboss.util.collection.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
values() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns a collection view of the values contained in this map.
values() - Method in class org.jboss.util.collection.FastCopyHashMap
 
values() - Method in class org.jboss.util.collection.LazyMap
 
values() - Method in class org.jboss.util.collection.WeakIdentityHashMap
Returns a collection view of the values contained in this map.
Values() - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.Values
 
Values() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.Values
 
Values() - Constructor for class org.jboss.util.collection.FastCopyHashMap.Values
 
Values() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap.Values
 
valuesView - Variable in class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap
 
ValuesView() - Constructor for class org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.ValuesView
 
valueType - Variable in class org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
 
valueUpdater - Static variable in class org.jboss.util.collection.ConcurrentSkipListMap.Node
 
verbosity - Variable in class org.jboss.util.xml.catalog.CatalogManager
Current verbosity level.
verbosity() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
version - Static variable in class org.jboss.util.id.SerialVersion
The serialization version to use
Version - Class in org.jboss.util.xml.catalog
Administrative class to keep track of the version number of xml-commons external sources releases.
Version() - Constructor for class org.jboss.util.xml.catalog.Version
 
VERSION - Static variable in class org.jboss.util.platform.Java
Private to avoid over optimization by the compiler.
VERSION_1_0 - Static variable in class org.jboss.util.platform.Java
Java version 1.0 token
VERSION_1_1 - Static variable in class org.jboss.util.platform.Java
Java version 1.1 token
VERSION_1_2 - Static variable in class org.jboss.util.platform.Java
Java version 1.2 token
VERSION_1_3 - Static variable in class org.jboss.util.platform.Java
Java version 1.3 token
VERSION_1_4 - Static variable in class org.jboss.util.platform.Java
Java version 1.4 token
VERSION_1_5 - Static variable in class org.jboss.util.platform.Java
Java version 1.5 token
VERSION_1_6 - Static variable in class org.jboss.util.platform.Java
Java version 1.6 token
Vertex<T> - Class in org.jboss.util.graph
A named graph vertex with optional data.
Vertex() - Constructor for class org.jboss.util.graph.Vertex
Calls this(null, null).
Vertex(String) - Constructor for class org.jboss.util.graph.Vertex
Create a vertex with the given name and no data
Vertex(String, T) - Constructor for class org.jboss.util.graph.Vertex
Create a Vertex with name n and given data
verticies - Variable in class org.jboss.util.graph.Graph
Map of graph verticies
visit() - Method in class org.jboss.util.graph.Vertex
Visit the vertex and set the mark flag to true.
visit(Graph<T>, Vertex<T>) - Method in interface org.jboss.util.graph.DFSVisitor
Called by the graph traversal methods when a vertex is first visited.
visit(Graph<T>, Vertex<T>) - Method in interface org.jboss.util.graph.Visitor
Called by the graph traversal methods when a vertex is first visited.
visit(Graph<T>, Vertex<T>) - Method in interface org.jboss.util.graph.VisitorEX
Called by the graph traversal methods when a vertex is first visited.
visit(Graph<T>, Vertex<T>, Edge<T>) - Method in interface org.jboss.util.graph.DFSVisitor
Used dfsSpanningTree to notify the visitor of each outgoing edge to an unvisited vertex.
visit(Vertex<T>, ArrayList<Edge<T>>) - Method in class org.jboss.util.graph.Graph
 
VISIT_COLOR_BLACK - Static variable in class org.jboss.util.graph.Graph
Color used to mark nodes after descendants are completely visited
VISIT_COLOR_GREY - Static variable in class org.jboss.util.graph.Graph
Color used to mark nodes as they are first visited in DFS order
VISIT_COLOR_WHITE - Static variable in class org.jboss.util.graph.Graph
Color used to mark unvisited nodes
visited() - Method in class org.jboss.util.graph.Vertex
Has this vertex been marked during a visit
Visitor<T> - Interface in org.jboss.util.graph
A graph visitor interface.
VisitorEX<T,​E extends java.lang.Exception> - Interface in org.jboss.util.graph
A graph visitor interface that can throw an exception during a visit callback.
vmid - Variable in class org.jboss.util.id.GUID
The virtual machine identifier
VMID - Class in org.jboss.util.id
An object that uniquely identifies a virtual machine.
VMID(byte[], PID, UID) - Constructor for class org.jboss.util.id.VMID
Construct a new VMID.
VMID(VMID) - Constructor for class org.jboss.util.id.VMID
Copy a VMID.

W

WAIT - Static variable in class org.jboss.util.threadpool.BlockingMode
Set the policy for blocked execution to be to wait until a thread is available, unless the pool has been shut down, in which case the action is discarded.
WAIT_FOR_COMPLETE - Static variable in interface org.jboss.util.threadpool.Task
Synchronized task, wait for task to complete
WAIT_FOR_START - Static variable in interface org.jboss.util.threadpool.Task
Synchronized start, wait for task to start
WAIT_NONE - Static variable in interface org.jboss.util.threadpool.Task
Don't wait for task
WAIT_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
waitForTask() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
waitForTask() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
waitForTask() - Method in interface org.jboss.util.threadpool.TaskWrapper
Wait according the wait type
waitForTask(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Wait for a task
waitForTasks() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
waitForTasks() - Method in interface org.jboss.util.threadpool.ThreadPool
Wait on the queued tasks to complete.
waitForTasks(long) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
waitForTasks(long) - Method in interface org.jboss.util.threadpool.ThreadPool
Wait on the queued tasks to complete upto maxWaitTime milliseconds.
waitImpl(Object) - Method in class org.jboss.util.Semaphore
 
waiting - Variable in class org.jboss.util.deadlock.DeadlockDetector
 
WaitSemaphore - Class in org.jboss.util
Wait exclusive semaphore with wait - notify primitives
WaitSemaphore() - Constructor for class org.jboss.util.WaitSemaphore
 
WaitSync - Interface in org.jboss.util
Interface that gives wait - notify primitives to implementors.
waitType - Variable in class org.jboss.util.threadpool.BasicTaskWrapper
The wait type
warning(TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
warning(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
WARNING - Static variable in interface org.jboss.util.ThrowableHandler.Type
Warning throwable.
warnOnNonFileURLs - Static variable in class org.jboss.util.xml.JBossEntityResolver
A class flag indicating whether an attempt to resolve a systemID as a non-file URL should produce a warning rather than a trace level log msg.
watch - Variable in class org.jboss.util.StopWatch.Wrapper
 
WEAK - org.jboss.util.collection.ConcurrentReferenceHashMap.ReferenceType
Indicates a WeakReference should be used
WeakClassCache<T> - Class in org.jboss.util.collection
A weak class cache that instantiates does not a hold a strong reference to either the classloader or class.
WeakClassCache() - Constructor for class org.jboss.util.collection.WeakClassCache
 
WeakIdentityHashMap - Class in org.jboss.util.collection
A hashtable-based Map implementation with weak keys and using reference-equality in place of object-equality when comparing keys (and values).
WeakIdentityHashMap() - Constructor for class org.jboss.util.collection.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakIdentityHashMap(int) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakIdentityHashMap(int, float) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the given load factor.
WeakIdentityHashMap(Map) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap
Constructs a new WeakIdentityHashMap with the same mappings as the specified Map.
WeakIdentityHashMap.Entry - Class in org.jboss.util.collection
The entries in this hash table extend WeakReference, using its main ref field as the key.
WeakIdentityHashMap.EntryIterator - Class in org.jboss.util.collection
 
WeakIdentityHashMap.EntrySet - Class in org.jboss.util.collection
 
WeakIdentityHashMap.HashIterator - Class in org.jboss.util.collection
 
WeakIdentityHashMap.KeyIterator - Class in org.jboss.util.collection
 
WeakIdentityHashMap.KeySet - Class in org.jboss.util.collection
 
WeakIdentityHashMap.SimpleEntry - Class in org.jboss.util.collection
 
WeakIdentityHashMap.ValueIterator - Class in org.jboss.util.collection
 
WeakIdentityHashMap.Values - Class in org.jboss.util.collection
 
WeakKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakKeyReference
 
WeakObject - Class in org.jboss.util
Convenience class to wrap an Object into a WeakReference.
WeakObject(Object) - Constructor for class org.jboss.util.WeakObject
Construct a WeakObject.
WeakObject(Object, ReferenceQueue) - Constructor for class org.jboss.util.WeakObject
Construct a WeakObject.
WeakSet - Class in org.jboss.util.collection
A Set implementation with weak elements.
WeakSet() - Constructor for class org.jboss.util.collection.WeakSet
Construct a WeakSet based on a HashSet.
WeakSet(Set) - Constructor for class org.jboss.util.collection.WeakSet
Construct a WeakSet.
WeakTypeCache<T> - Class in org.jboss.util.collection
A weak class cache that instantiates does not a hold a strong reference to either the classloader or class.
WeakTypeCache() - Constructor for class org.jboss.util.collection.WeakTypeCache
 
WeakValueHashMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
WeakValueHashMap() - Constructor for class org.jboss.util.collection.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the default initial capacity and the default load factor, which is 0.75.
WeakValueHashMap(int) - Constructor for class org.jboss.util.collection.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakValueHashMap(int, float) - Constructor for class org.jboss.util.collection.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the given initial capacity and the given load factor.
WeakValueHashMap(Map<K, V>) - Constructor for class org.jboss.util.collection.WeakValueHashMap
Constructs a new WeakValueHashMap with the same mappings as the specified Map.
WeakValueRef<K,​V> - Class in org.jboss.util.collection
Weak value ref.
WeakValueRef(K, V, ReferenceQueue<V>) - Constructor for class org.jboss.util.collection.WeakValueRef
Create a new WeakValueRef.
WeakValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.WeakValueReference
 
WeakValueTreeMap<K,​V> - Class in org.jboss.util.collection
This Map will remove entries when the value in the map has been cleaned from garbage collection
WeakValueTreeMap() - Constructor for class org.jboss.util.collection.WeakValueTreeMap
 
WeakValueTreeMap(Comparator<K>) - Constructor for class org.jboss.util.collection.WeakValueTreeMap
 
WeakValueTreeMap(SortedMap<K, ValueRef<K, V>>) - Constructor for class org.jboss.util.collection.WeakValueTreeMap
 
WHITE_SPACE_ENC - Static variable in class org.jboss.util.Base64
 
WHITESPACE - Static variable in interface org.jboss.util.CharacterChecker
 
WhitespaceChecker() - Constructor for class org.jboss.util.CharacterChecker.WhitespaceChecker
 
work - Variable in class org.jboss.util.timeout.TimeoutFactory.TimeoutWorker
 
WorkerQueue - Class in org.jboss.util
Class that queues Executable jobs that are executed sequentially by a single thread.
WorkerQueue() - Constructor for class org.jboss.util.WorkerQueue
Creates a new worker queue with default thread name of "Worker Thread"
WorkerQueue(String) - Constructor for class org.jboss.util.WorkerQueue
Creates a new worker queue with the specified thread name
WorkerQueue(String, boolean) - Constructor for class org.jboss.util.WorkerQueue
Creates a new worker queue with the specified thread name and daemon mode flag
WorkerQueue.JobItem - Class in org.jboss.util
Simple linked cell, that has only a reference to the next job.
WorkerQueue.QueueLoop - Class in org.jboss.util
Class that loops getting the next job to be executed and then executing it, in the worker thread.
workerThread - Variable in class org.jboss.util.timeout.TimeoutFactory
The daemon thread that dequeues timeouts tasks and issues them for execution to the thread pool
wrapper - Variable in class org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
 
Wrapper(Counter) - Constructor for class org.jboss.util.Counter.Wrapper
 
Wrapper(LongCounter) - Constructor for class org.jboss.util.LongCounter.Wrapper
 
Wrapper(StopWatch) - Constructor for class org.jboss.util.StopWatch.Wrapper
 
WRAPPER - Static variable in exception org.jboss.util.xml.catalog.CatalogException
A wrapper around another exception
wrapperMap - Static variable in class org.jboss.util.naming.NonSerializableFactory
 
write(byte[], int, int) - Method in class org.jboss.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(byte[], int, int) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
 
write(int) - Method in class org.jboss.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(int) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
 
write(Writer, Document) - Static method in class org.jboss.util.xml.XmlHelper
 
writeExternal(ObjectOutput) - Method in class org.jboss.net.sockets.QueuedClientSocketFactory
 
writeObject(ObjectOutputStream) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Save the state of the Map instance to a stream.
writeObject(ObjectOutputStream) - Method in class org.jboss.util.collection.FastCopyHashMap
 
writeObject(ObjectOutputStream) - Method in class org.jboss.util.collection.SerializableEnumeration
 
writeObject(ObjectOutputStream) - Method in class org.jboss.util.property.PropertyMap
 
WriteThroughEntry(K, V) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashMap.WriteThroughEntry
 
WriteThroughEntry(K, V) - Constructor for class org.jboss.util.collection.FastCopyHashMap.EntryIterator.WriteThroughEntry
 
writeXMLDeclaration - Variable in class org.jboss.util.xml.DOMWriter
 
wroteXMLDeclaration - Variable in class org.jboss.util.xml.DOMWriter
 

X

XCatalogReader - Class in org.jboss.util.xml.catalog.readers
Parse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.
XCatalogReader(SAXParserFactory) - Constructor for class org.jboss.util.xml.catalog.readers.XCatalogReader
The constructor
xmlCatalogPubId - Static variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Public identifier for OASIS XML Catalog files.
xmlCatalogRNG - Static variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
URI of the RELAX NG Grammar for OASIS XML Catalog files.
xmlCatalogSysId - Static variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
System identifier for OASIS XML Catalog files.
xmlCatalogXSD - Static variable in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
URI of the W3C XML Schema for OASIS XML Catalog files.
XmlHelper - Class in org.jboss.util.xml
A utility class to cover up the rough bits of xml parsing
XmlHelper() - Constructor for class org.jboss.util.xml.XmlHelper
 
XmlLoadable - Interface in org.jboss.util.xml

Z

zip - Variable in class org.jboss.util.file.JarArchiveBrowser
 

_

_NATIVE_ALPHABET - Static variable in class org.jboss.util.Base64
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages