JBoss Common Classes 2.5.0.Final
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

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(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.
AbstractNestedThrowable() - Constructor for class org.jboss.util.AbstractNestedThrowable
Construct a AbstractNestedThrowable with no detail.
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(URL, String) - Method in interface org.jboss.net.protocol.URLLister.URLFilter
Determine whether the supplied memberName should be accepted
accept(URL, String) - Method in class org.jboss.net.protocol.URLListerBase.URLFilterImpl
 
accept() - Method in class org.jboss.net.sockets.TimeoutServerSocket
 
accept(String) - Method in interface org.jboss.util.file.ArchiveBrowser.Filter
Deprecated.
 
accept(String) - Method in class org.jboss.util.file.ClassFileFilter
 
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(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.
acceptAllFilter - Static variable in class org.jboss.net.protocol.URLListerBase
 
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
add(E) - Method in class org.jboss.util.collection.AbstractQueue
Append and object to the underling list.
add(Object) - Method in class org.jboss.util.collection.CachedCollection
Add an object to the collection.
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, T) - Method in class org.jboss.util.collection.LazyList
 
add(T) - Method in class org.jboss.util.collection.LazyList
 
add(T) - Method in class org.jboss.util.collection.LazySet
 
add(Object) - Method in class org.jboss.util.collection.ListSet
Add an element to the set.
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.SoftSet
 
add(Object) - Method in class org.jboss.util.collection.WeakSet
Add an element to the set.
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(short) - 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(long) - 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(double) - Method in class org.jboss.util.HashCode
Add the hash-code of the given value.
add(Object) - Method in class org.jboss.util.HashCode
Add the hash-code of the given object.
add(int, Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled.
add(Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled with unknown type.
addAll(Collection<? extends T>) - Method in class org.jboss.util.collection.LazyList
 
addAll(int, Collection<? extends T>) - Method in class org.jboss.util.collection.LazyList
 
addAll(Collection<? extends T>) - Method in class org.jboss.util.collection.LazySet
 
addAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
addDelegate(CatalogEntry) - Method in class org.jboss.util.xml.catalog.Catalog
Add to the current list of delegated catalogs.
addEdge(Vertex<T>, Vertex<T>, int) - Method in class org.jboss.util.graph.Graph
Insert a directed, weighted Edge into the graph.
addEdge(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Add an edge to the vertex.
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
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(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.
addPropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyMap
Add a bound 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.
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.
allowAll - Variable in class org.jboss.net.protocol.URLListerBase.URLFilterImpl
 
allowOasisXMLCatalogPI() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
annotateClass(Class<?>) - Method in class org.jboss.util.stream.MarshalledValueOutputStream
 
annotateProxyClass(Class<?>) - Method in class org.jboss.util.stream.MarshalledValueOutputStream
 
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
 
append(CharSequence) - Method in class org.jboss.util.JBossStringBuilder
 
append(CharSequence, int, int) - 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(boolean) - Method in class org.jboss.util.JBossStringBuilder
 
append(char) - 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(float) - Method in class org.jboss.util.JBossStringBuilder
 
append(double) - Method in class org.jboss.util.JBossStringBuilder
 
appendClassInfo(StringBuffer, Class) - Static method in class org.jboss.util.naming.Util
Append Class Info
appendPrettyString(StringBuffer, String) - Method in interface org.jboss.util.PrettyString.Appendable
Appends a pretty representation of the object to the given buffer.
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.
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

backlog - Variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
BASE - Static variable in class org.jboss.util.xml.catalog.Catalog
The BASE Catalog Entry type.
base - Variable in class org.jboss.util.xml.catalog.Catalog
The base URI for relative system identifiers in the catalog.
Base64 - Class in org.jboss.util
Encodes and decodes to and from Base64 notation.
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.InputStream(InputStream) - Constructor for class org.jboss.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jboss.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
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.
Base64.OutputStream(OutputStream) - Constructor for class org.jboss.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jboss.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
basename - Variable in class org.jboss.util.property.PropertyGroup
Base property name
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.
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(Name, 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
bindAddress - Variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
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.
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.
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.
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.
BlockingMode - Class in org.jboss.util.threadpool
A type-safe enum for the BasicThreadPool blocking mode.
BlockingModeEditor - Class in org.jboss.util.propertyeditor
A property editor for BlockingMode enum.
BlockingModeEditor() - Constructor for class org.jboss.util.propertyeditor.BlockingModeEditor
 
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.
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
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.
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(List) - Constructor for class org.jboss.util.collection.CachedList
Construct a CachedList.
CachedList() - Constructor for class org.jboss.util.collection.CachedList
Construct a CachedList using a LinkedList for storage.
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 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.TimerTask
Cancels the next execution of this TimerTask (if any).
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?
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.
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.XCatalogReader
The catalog object needs to be stored by the object so that SAX callbacks can use it.
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(String, Vector) - Constructor for class org.jboss.util.xml.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(int, 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, String) - Constructor for exception org.jboss.util.xml.catalog.CatalogException
Create a new CatalogException.
CatalogException(int) - 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() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
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
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 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 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.
CharacterChecker - Interface in org.jboss.util
Character checker interface.
CharacterChecker.WhitespaceChecker - Class in org.jboss.util
 
CharacterChecker.WhitespaceChecker() - Constructor for class org.jboss.util.CharacterChecker.WhitespaceChecker
 
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
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
 
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
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
 
ClassLoaderSource - Interface in org.jboss.util.loading
Interface for objects that provide a reference to a classloader.
className - Variable in class org.jboss.util.property.jmx.SystemPropertyClassValue
Class Name.
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.ConcurrentSkipListMap
Removes all mappings from this map.
clear() - Method in class org.jboss.util.collection.FastCopyHashMap
 
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.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 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.
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.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.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(OutputStream) - Static method in class org.jboss.util.stream.Streams
Attempt to close an OutputStream.
close(Object) - Static method in class org.jboss.util.stream.Streams
Attempt to close an InputStream or OutputStream.
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 array of OutputStreams.
close(Object[]) - Static method in class org.jboss.util.stream.Streams
Attempt to close an array of InputStreama and/or OutputStreams.
collection - Variable in class org.jboss.util.collection.CachedCollection
Wrapped collection
CollectionException - Exception in org.jboss.util.collection
A generic collection exception.
CollectionException(String) - Constructor for exception org.jboss.util.collection.CollectionException
Construct a CollectionException with the specified detail message.
CollectionException() - Constructor for exception org.jboss.util.collection.CollectionException
Construct a CollectionException with no detail.
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
 
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.
compare(Object, Object) - Method in class org.jboss.util.Heap
 
compare(String, String) - Static method in class org.jboss.util.Strings
Compare two strings.
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.TimerTask
A TimerTask is less than another if it will be scheduled before.
completed(long, Throwable) - Method in interface org.jboss.util.threadpool.Task
The task has been completed
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(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, 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) - 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, 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(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(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() - 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(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.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.
ConcurrentReferenceHashSet<E> - Class in org.jboss.util.collection
Set based on top of ConcurrentReferenceHashMap.
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, 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, 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(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.
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() - 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(Set<? extends E>) - Constructor for class org.jboss.util.collection.ConcurrentReferenceHashSet
Creates a new set with the same contents as the given set.
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(Collection<? extends E>) - Constructor for class org.jboss.util.collection.ConcurrentSet
Constructs a new set containing the elements in the specified collection.
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(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.
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.
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.
constants - Variable in class org.jboss.net.protocol.URLListerBase.URLFilterImpl
 
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.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.WeakSet
Returns true if this set contains the specified element.
containsAll(Collection<?>) - Method in class org.jboss.util.collection.LazyList
 
containsAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
containsAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
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
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.
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.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.
ContextClassLoaderSwitcher - Class in org.jboss.util.loading
A helper for context classloading switching.
ContextClassLoaderSwitcher.SwitchContext - Class in org.jboss.util.loading
A helper class to remember the original classloader and avoid continually retrieveing the current thread.
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, 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(File, File) - Static method in class org.jboss.util.file.Files
Copy a file.
copy(URL, File) - Static method in class org.jboss.util.file.Files
Copy a remote/local URL to a local file
copy(Serializable) - Static method in class org.jboss.util.Objects
Copy an serializable object deeply.
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(InputStream, OutputStream) - Static method in class org.jboss.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
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(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.StopWatch
The lap count
count(String, String) - Static method in class org.jboss.util.Strings
Count the number of instances of substring within a string.
count(String, char) - Static method in class org.jboss.util.Strings
Count the number of instances of character within a string.
Counter - Class in org.jboss.util
An integer counter class.
Counter(int) - Constructor for class org.jboss.util.Counter
Construct a Counter with a starting value.
Counter() - Constructor for class org.jboss.util.Counter
Construct a Counter.
COUNTER - Static variable in class org.jboss.util.id.UID
A counter for generating identity values
create() - Method in interface org.jboss.util.CachePolicy
 
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>) - 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>) - Method in class org.jboss.util.collection.WeakValueTreeMap
 
create(URL, ArchiveBrowser.Filter) - Method in interface org.jboss.util.file.ArchiveBrowserFactory
 
create(List, File, ArchiveBrowser.Filter) - Static method in class org.jboss.util.file.DirectoryArchiveBrowser
 
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() - Method in class org.jboss.util.LRUCachePolicy
Initializes the cache, creating all required objects and initializing their values.
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(Object) - 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.SoftObject
Create a SoftObject for the given object.
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.WeakObject
Create a WeakObject for the given object.
create(Object, ReferenceQueue) - Static method in class org.jboss.util.WeakObject
Create a WeakObject for the given object.
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
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.
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap() - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueHashMap
 
createMap() - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueMap
Create map.
createMap() - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(Comparator<K>) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(SortedMap<K, ValueRef<K, V>>) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(int) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap(int, float) - Method in class org.jboss.util.collection.ReferenceValueTreeMap
 
createMap() - Method in class org.jboss.util.LRUCachePolicy
Create map holding entries.
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, int) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.jboss.net.sockets.DefaultSocketFactory
 
createServerSocket(int) - Method in class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
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(Name) - 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.
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
createURLLister(URL) - Method in class org.jboss.net.protocol.URLListerFactory
Create a URL lister using the protocol from the URL
createURLLister(String) - Method in class org.jboss.net.protocol.URLListerFactory
Create a URL lister for the supplied protocol
createURLStreamHandler(String) - Method in class org.jboss.net.protocol.URLStreamHandlerFactory
Search the handlerPkgs for URLStreamHandler classes matching the pkg + protocol + ".Handler" naming convention.
CRLFPrintWriter - Class in org.jboss.util.stream
A PrintWriter that ends lines with a carriage return-line feed (CRLF).
CRLFPrintWriter(Writer) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(Writer, boolean) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(OutputStream) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
CRLFPrintWriter(OutputStream, boolean) - Constructor for class org.jboss.util.stream.CRLFPrintWriter
 
current - Variable in class org.jboss.util.collection.ReverseListIterator
The current index of the list
currentTimeMillis() - Method in class org.jboss.util.TimedCachePolicy
Get the cache time.

D

DateEditor - Class in org.jboss.util.propertyeditor
A property editor for Date.
DateEditor() - Constructor for class org.jboss.util.propertyeditor.DateEditor
 
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 - 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
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.
DECODE - Static variable in class org.jboss.util.Base64
Specify decoding.
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.
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.
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.LongCounter
Decrement the counter.
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_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
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
 
defaultLifetime - Variable in class org.jboss.util.TimedCachePolicy
The lifetime in seconds to use for objects inserted that do not implement the TimedEntry interface.
DefaultPropertyReader - Class in org.jboss.util.property
Reads properties from files specified via a system property.
DefaultPropertyReader(String) - Constructor for class org.jboss.util.property.DefaultPropertyReader
Construct a DefaultPropertyReader with a specified property name.
DefaultPropertyReader() - Constructor for class org.jboss.util.property.DefaultPropertyReader
Construct a DefaultPropertyReader.
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(InetAddress) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given bind address
DefaultSocketFactory(int) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given backlog
DefaultSocketFactory(InetAddress, int) - Constructor for class org.jboss.net.sockets.DefaultSocketFactory
Create a socket factory with the given bind address and backlog
defaultToString(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
defaultToString(StringBuffer, Object) - Static method in class org.jboss.util.Strings
The default toString implementation of an object
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(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.
delete(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
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
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.
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.
describe(StringBuffer, Object) - Static method in class org.jboss.util.Classes
Describe the class of an object
describe(StringBuffer, Class) - Static method in class org.jboss.util.Classes
Describe the class
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
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
 
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
 
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
DOMWriter - Class in org.jboss.util.xml
Traverse a DOM tree in order to print a document that is parsed.
DOMWriter(Writer) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(Writer, String) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(OutputStream) - Constructor for class org.jboss.util.xml.DOMWriter
 
DOMWriter(OutputStream, String) - Constructor for class org.jboss.util.xml.DOMWriter
 
done() - Method in interface org.jboss.util.timeout.TimeoutExt
Mark the work as 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)
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.
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.
ElementEditor - Class in org.jboss.util.propertyeditor
A property editor for Element.
ElementEditor() - Constructor for class org.jboss.util.propertyeditor.ElementEditor
 
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(String) - Constructor for exception org.jboss.util.collection.EmptyCollectionException
Construct a EmptyCollectionException with the specified detail message.
EmptyCollectionException() - Constructor for exception org.jboss.util.collection.EmptyCollectionException
Construct a EmptyCollectionException with no detail.
EmptyStringException - Exception in org.jboss.util
Thrown to indicate that a string was empty (aka.
EmptyStringException(String) - Constructor for exception org.jboss.util.EmptyStringException
Construct a EmptyStringException.
EmptyStringException() - Constructor for exception org.jboss.util.EmptyStringException
Construct a EmptyStringException.
ENCODE - Static variable in class org.jboss.util.Base64
Specify encoding.
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, 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) - 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.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
 
ENTITY - Static variable in class org.jboss.util.xml.catalog.Catalog
The ENTITY Catalog Entry type.
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.
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() - 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
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.
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.).
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.ConcurrentSkipListMap
Compares the specified object with this map for equality.
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.Counter
Check if the given object is equal to this.
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, Object) - Static method in class org.jboss.util.JBossObject
Safe equality check
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.Null
Check if the given object is a Null instance or null.
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.Objects
Test the equality of two object arrays.
equals(Object, Object) - Static method in class org.jboss.util.Objects
Test the equality of two objects.
equals(Object) - Method in class org.jboss.util.platform.PID
Check if the given object is equal to this PID.
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(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(byte[], byte[]) - Static method in class org.jboss.util.Primitives
Test the equality of two byte arrays.
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.
ERROR - Static variable in interface org.jboss.util.ThrowableHandler.Type
Error throwable.
error(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
error(TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
Executable - Interface in org.jboss.util
Interface for the execution of a task.
execute() - Method in interface org.jboss.util.Executable
 
execute(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Execute a task
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.
executeOnThread(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Execute a task on the same thread
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
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory, Class[], int) - Static method in class org.jboss.net.sockets.RMIMultiSocketServer
 
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory, int) - Static method in class org.jboss.net.sockets.RMIMultiSocketServer
 
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

factoryFinder - Static variable in class org.jboss.util.file.ArchiveBrowser
Deprecated.
 
FastCopyHashMap<K,V> - Class in org.jboss.util.collection
A HashMap that is optimized for fast shallow copies.
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(int) - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap() - Constructor for class org.jboss.util.collection.FastCopyHashMap
 
FastCopyHashMap.SimpleEntry<K,V> - Class in org.jboss.util.collection
 
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(Collection<? extends E>) - Constructor for class org.jboss.util.collection.FastCopyHashSet
Constructs a new set containing the elements in the specified collection.
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(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.
fatalError(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
fatalError(TransformerException) - 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.
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, String) - Constructor for class org.jboss.util.property.FieldBoundPropertyListener
Constructs a FieldBoundPropertyListener.
FieldBoundPropertyListener(Object, String) - Constructor for class org.jboss.util.property.FieldBoundPropertyListener
Constructs a FieldBoundPropertyListener.
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.
fieldInstance - Variable in class org.jboss.util.property.FieldBoundPropertyListener
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.
FileEditor - Class in org.jboss.util.propertyeditor
A property editor for File.
FileEditor() - Constructor for class org.jboss.util.propertyeditor.FileEditor
 
FilenamePrefixFilter - Class in org.jboss.util.file
A prefix based filename filter.
FilenamePrefixFilter(String, boolean) - Constructor for class org.jboss.util.file.FilenamePrefixFilter
Construct a FilenamePrefixFilter.
FilenamePrefixFilter(String) - Constructor for class org.jboss.util.file.FilenamePrefixFilter
Construct a case sensitive 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, boolean) - Constructor for class org.jboss.util.file.FilenameSuffixFilter
Construct a FilenameSuffixFilter.
FilenameSuffixFilter(String) - Constructor for class org.jboss.util.file.FilenameSuffixFilter
Construct a case sensitive FilenameSuffixFilter.
FilePrefixFilter - Class in org.jboss.util.file
A prefix based file filter.
FilePrefixFilter(String, boolean) - Constructor for class org.jboss.util.file.FilePrefixFilter
Construct a FilePrefixFilter.
FilePrefixFilter(String) - Constructor for class org.jboss.util.file.FilePrefixFilter
Construct a case sensitive 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 an array of filenames to read from.
FilePropertyReader(String) - Constructor for class org.jboss.util.property.FilePropertyReader
Construct a FilePropertyReader with a single filename to read from.
FileProtocolArchiveBrowserFactory - Class in org.jboss.util.file
comment
FileProtocolArchiveBrowserFactory() - Constructor for class org.jboss.util.file.FileProtocolArchiveBrowserFactory
 
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[], boolean) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a 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) - Constructor for class org.jboss.util.file.FileSuffixFilter
Construct a case sensitive 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
 
FileURLLister - Class in org.jboss.net.protocol.file
FileURLLister
FileURLLister() - Constructor for class org.jboss.net.protocol.file.FileURLLister
 
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.
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(Vertex<T>) - Method in class org.jboss.util.graph.Vertex
Search the outgoing edges looking for an edge whose's edge.to == dest.
findEdge(Edge<T>) - Method in class org.jboss.util.graph.Vertex
Search the outgoing edges for a match to e.
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.
findMethodByHash(Class, long) - Static method in class org.jboss.util.MethodHashing
 
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(PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property added event to all registered listeners.
firePropertyChanged(PropertyEvent) - Method in class org.jboss.util.property.PropertyMap
Fire a property changed event to all 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
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
Returns the first (lowest) key currently in this map.
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
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
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(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.
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
 
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
 
formatError(String, SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
formatError(String, TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
FullCollectionException - Exception in org.jboss.util.collection
Thrown to indicate that an operation can not be performed on a full collection.
FullCollectionException(String) - Constructor for exception org.jboss.util.collection.FullCollectionException
Construct a FullCollectionException with the specified detail message.
FullCollectionException() - Constructor for exception org.jboss.util.collection.FullCollectionException
Construct a FullCollectionException with no detail.

G

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(ParameterizedType, T) - Method in class org.jboss.util.collection.WeakTypeCache
Fill in the result
generate(boolean) - Static method in class org.jboss.util.HashCode
Generate a hash code for a boolean value.
generate(long) - Static method in class org.jboss.util.HashCode
Generate a hash code for a long value.
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(byte[]) - Static method in class org.jboss.util.HashCode
Generate a hash code for a byte array.
generate(Object[], boolean) - Static method in class org.jboss.util.HashCode
Generate a hash code for an object array.
generate(Object[]) - Static method in class org.jboss.util.HashCode
Generate a shallow hash code for an object array.
generate(Object) - Static method in class org.jboss.util.HashCode
Generate a hash code for an object.
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(int) - Method in class org.jboss.util.collection.CachedList
Returns the element at the specified position in this list.
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
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
get(int) - Method in class org.jboss.util.collection.LazyList
 
get(Object) - Method in class org.jboss.util.collection.LazyMap
 
get(Object) - Method in class org.jboss.util.collection.ReferenceValueMap
 
get() - Method in interface org.jboss.util.collection.ValueRef
Get underlying value.
get(Class<?>) - Method in class org.jboss.util.collection.WeakClassCache
Get the information for a class
get(String, ClassLoader) - Method in class org.jboss.util.collection.WeakClassCache
Get the information for a class
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(Type) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a type
get(String, ClassLoader) - Method in class org.jboss.util.collection.WeakTypeCache
Get the information for a class
get() - Method in class org.jboss.util.FieldInstance
Get the value of the field instance.
get(Object) - Method in class org.jboss.util.LRUCachePolicy
 
get(String, String) - Static method in class org.jboss.util.property.Property
Get a property
get(String) - Static method in class org.jboss.util.property.Property
Get a property
get(Object) - Method in class org.jboss.util.property.PropertyGroup
Get a property
get() - Method in interface org.jboss.util.stream.IMarshalledValue
 
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.
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, String[]) - Static method in class org.jboss.util.property.Property
Get an array style property
getArray(String) - Static method in class org.jboss.util.property.Property
Get an array style property
getArrayProperty(String, String[]) - Static method in class org.jboss.util.property.PropertyManager
Get an array style property.
getArrayProperty(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.
getArrayProperty(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.
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.
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.
 
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.
getChannel() - Method in class org.jboss.net.sockets.TimeoutSocket
 
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
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 - Static variable in class org.jboss.util.loading.ContextClassLoader
Retrieve a classloader permission
getClassLoader() - Method in class org.jboss.util.loading.MyClassLoaderClassLoaderSource
 
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.LongCounter
Return the current value of the counter.
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(Object) - Static method in class org.jboss.util.Classes
Describe the class of an object
getDescription() - Method in class org.jboss.util.state.StateMachine
Get the state machine description.
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
 
getEntityMap() - Static method in class org.jboss.util.xml.JBossEntityResolver
Obtain a read-only view of the current entity map.
getEntryArg(int) - Method in class org.jboss.util.xml.catalog.CatalogEntry
Get an entry argument.
getEntryArgCount(String) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryArgCount(int) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryType(String) - Static method in class org.jboss.util.xml.catalog.CatalogEntry
Lookup an entry type
getEntryType() - Method in class org.jboss.util.xml.catalog.CatalogEntry
Get the 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
 
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.
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
 
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(String) - Method in class org.jboss.net.protocol.DelegatingURLConnection
 
getHeaderField(int) - 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
 
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.FastCopyHashMap.SimpleEntry
 
getKey() - Static method in class org.jboss.util.naming.ENCThreadLocalKey
 
getLapCount() - Method in class org.jboss.util.StopWatch
Get the lap count.
getLapTime() - Method in class org.jboss.util.StopWatch
Get the elapsed lap time since the watch was started.
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.
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
 
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(String, Throwable) - Static method in class org.jboss.util.NestedThrowable.Util
Returns a formated message for the given detail message and nested Throwable.
getMessage() - Method in exception org.jboss.util.xml.catalog.CatalogException
Return a detail message for this exception.
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(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.
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.
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.
getNextTimeout() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
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(String) - Static method in class org.jboss.util.Classes
Get the package name of the specified class.
getPackageName(Class) - 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, String) - Static method in class org.jboss.util.property.PropertyManager
Get a property.
getProperty(String) - Static method in class org.jboss.util.property.PropertyManager
Get a property.
getProperty(String) - Method in class org.jboss.util.property.PropertyMap
 
getPropertyGroup(String) - Static method in class org.jboss.util.property.PropertyManager
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) - Method in class org.jboss.util.property.PropertyMap
Get a property group for the given property base.
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.
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
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
getSwitchContext() - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Retrieve a switch context
getSwitchContext(ClassLoader) - Method in class org.jboss.util.loading.ContextClassLoaderSwitcher
Retrieve a switch context and set the new context classloader
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()
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.RunnableTaskWrapper
 
getTaskCompletionTimeout() - Method in interface org.jboss.util.threadpool.TaskWrapper
The time before the task must be completed
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
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 interface org.jboss.util.timeout.TimeoutExt
 
getTimeoutTarget() - Method in interface org.jboss.util.timeout.TimeoutExt
Get the target of this timeout
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.
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
 
getValidKeys() - Method in class org.jboss.util.TimedCachePolicy
Get the list of keys for entries that are not expired.
getValue() - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
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 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.
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() - Constructor for class org.jboss.net.protocol.file.Handler
 
Handler - Class in org.jboss.net.protocol.njar
A protocol handler for the n(ested)jar protocol.
Handler() - Constructor for class org.jboss.net.protocol.njar.Handler
 
Handler - Class in org.jboss.net.protocol.resource
A protocol handler for the 'resource' protocol.
Handler() - Constructor for class org.jboss.net.protocol.resource.Handler
 
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.
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.FastCopyHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.util.collection.SoftSet
 
HashCode - Class in org.jboss.util
A hash-code generator and a collection of static hash-code generation methods.
HashCode(int) - Constructor for class org.jboss.util.HashCode
Construct a new HashCode using the given int as the base value.
HashCode() - Constructor for class org.jboss.util.HashCode
Construct a new HashCode.
hashCode() - Method in class org.jboss.util.HashCode
Get the hash-code.
hashCode - Variable in class org.jboss.util.id.GUID
The hash code of this GUID
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 - Variable in class org.jboss.util.id.VMID
The hash code of this VMID
hashCode() - Method in class org.jboss.util.id.VMID
Return the hash code of this VMID.
hashCode - Variable in class org.jboss.util.JBossObject
Cached hashCode
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 - Variable in class org.jboss.util.SoftObject
The hash code of the nested object
hashCode() - Method in class org.jboss.util.SoftObject
Return 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.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.
HashedTimeoutPriorityQueueImpl - Class in org.jboss.util.timeout
HashedTimeoutPriorityQueueImpl.
HashedTimeoutPriorityQueueImpl() - Constructor for class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
Create a new TimeoutPriorityQueueImpl.
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.SerializableEnumeration
 
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.CompoundIterator
Check if there are more elements.
hasNext() - Method in class org.jboss.util.collection.ReverseListIterator
Check if there are more elements.
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
 
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
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.
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.
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
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.

I

ID - Interface in org.jboss.util.id
A tagging interface for an identifier.
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.
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(boolean) - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
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
importXml(Element) - Method in interface org.jboss.util.xml.XmlLoadable
 
increment() - Method in class org.jboss.util.Counter
Increment the counter.
increment() - Method in class org.jboss.util.LongCounter
Increment the counter.
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 exception org.jboss.util.NullArgumentException
The index of the argument or null if no index.
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
 
indexOf(char) - Method in class org.jboss.util.JBossStringBuilder
 
indexOf(char, 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?
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(long) - Method in interface org.jboss.util.TimedCachePolicy.TimedEntry
Initializes an entry with the current cache time.
initialize() - Static method in class org.jboss.util.propertyeditor.DateEditor
Setup the parsing formats.
insert(Object, Object) - Method in interface org.jboss.util.CachePolicy
Inserts the specified object into the cache following the implemented policy.
insert(Object) - Method in class org.jboss.util.Heap
Inserts the given element in this heap.
insert(int, char[]) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, char[], 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(int, CharSequence) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, CharSequence, int, int) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, boolean) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, char) - 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, float) - Method in class org.jboss.util.JBossStringBuilder
 
insert(int, double) - Method in class org.jboss.util.JBossStringBuilder
 
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
instance - Variable in class org.jboss.util.FieldInstance
Instance
instance - Variable in class org.jboss.util.property.MethodBoundPropertyListener
Instance object that contains setter method
instantiate(Class, String, String) - Static method in class org.jboss.util.Classes
Instantiate a java class object
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(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
 
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(Object, Method, Object[]) - Method in class org.jboss.net.sockets.RMIMultiSocketClient
 
invoke(long, Object[]) - Method 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.
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).
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 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
Returns true if this map contains no key-value mappings.
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.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.
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.
isMarked() - Method in class org.jboss.util.graph.Edge
Get the edge mark flag
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
 
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.
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
 
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.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.SoftSet
 
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
 
iters - Variable in class org.jboss.util.collection.CompoundIterator
The array of iterators to iterate over.

J

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(JarURLConnection, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarArchiveBrowser
 
JarArchiveBrowser(File, ArchiveBrowser.Filter) - Constructor for class org.jboss.util.file.JarArchiveBrowser
 
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.
Java - Class in org.jboss.util.platform
Provides common access to specifics about the version of Java that a virtual machine supports.
JBOSS_402 - Static variable in class org.jboss.util.id.SerialVersion
The serialization compatible with Sun's RI, jboss-4.0.2+
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
 
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(int) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder with no characters
JBossStringBuilder(String) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given string.
JBossStringBuilder(CharSequence) - Constructor for class org.jboss.util.JBossStringBuilder
Create a new StringBuilder from the given character sequence.
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
join(StringBuffer, Object[], String) - Static method in class org.jboss.util.Strings
Join an array of strings into one delimited string.
join(Object[], String) - Static method in class org.jboss.util.Strings
Join an array of strings into one delimited string.
join(Object[]) - Static method in class org.jboss.util.Strings
Convert and join an array of objects into one string.
join(byte[]) - Static method in class org.jboss.util.Strings
Convert and join an array of bytes into one string.
join(StringBuffer, Object[], String, String, String) - Static method in class org.jboss.util.Strings
Return a string composed of the given array.
join(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
keys() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
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
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.

L

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.
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
 
lastIndexOf(char) - Method in class org.jboss.util.JBossStringBuilder
 
lastIndexOf(char, int) - Method in class org.jboss.util.JBossStringBuilder
 
lastKey() - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Returns the last (highest) key currently in this map.
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
 
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
 
LINE_SEPARATOR - Static variable in class org.jboss.util.property.Property
Platform dependent line separator.
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(Enumeration) - Static method in class org.jboss.util.collection.CollectionsUtil
Create a list from an enumeration
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(JBossStringBuilder, Collection) - Static method in class org.jboss.util.JBossObject
List the set of JBossObjects
list(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
list(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
listBindings(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
listBindings(Name) - Method in class org.jboss.util.naming.ReadOnlyContext
 
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
 
listMembers(URL, URLLister.URLFilter) - Method in class org.jboss.net.protocol.file.FileURLLister
 
listMembers(URL, URLLister.URLFilter, boolean) - Method in class org.jboss.net.protocol.file.FileURLLister
 
listMembers(URL, String, boolean) - Method in interface org.jboss.net.protocol.URLLister
List the members of the given collection URL that match the patterns supplied and, if it contains directory that contains NO dot in the name and scanNonDottedSubDirs is true, recursively finds URL in these directories.
listMembers(URL, String) - Method in interface org.jboss.net.protocol.URLLister
List the members of the given collection URL that match the patterns supplied.
listMembers(URL, URLLister.URLFilter, boolean) - Method in interface org.jboss.net.protocol.URLLister
List the members of the given collection that are accepted by the filter
listMembers(URL, URLLister.URLFilter) - Method in interface org.jboss.net.protocol.URLLister
List the members of the given collection that are accepted by the filter
listMembers(URL, String, boolean) - Method in class org.jboss.net.protocol.URLListerBase
 
listMembers(URL, String) - Method in class org.jboss.net.protocol.URLListerBase
 
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(List<E>, int) - Constructor for class org.jboss.util.collection.ListQueue
Construct a new constrained ListQueue.
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() - Constructor for class org.jboss.util.collection.ListQueue
Construct a new unconstrained ListQueue using a LinkedList for a data-structure.
ListSet - Class in org.jboss.util.collection
A thin wrapper around a List transforming it into a modifiable Set.
ListSet(List) - Constructor for class org.jboss.util.collection.ListSet
Construct a ListSet.
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.
load(String, Map) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a map.
load(Map) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a map.
load(PropertyReader) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a PropertyReader.
load(String) - Static method in class org.jboss.util.property.PropertyManager
Load properties from a PropertyReader specifed by the given class name.
load(String, Map) - Method in class org.jboss.util.property.PropertyMap
Load properties from a map.
load(Map) - Method in class org.jboss.util.property.PropertyMap
Load properties from a map.
load(PropertyReader) - Method in class org.jboss.util.property.PropertyMap
Load properties from a PropertyReader.
load(String) - Method in class org.jboss.util.property.PropertyMap
Load properties from a PropertyReader specifed by the given class name.
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, 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.
loadClass(String, boolean) - Method in class org.jboss.util.loading.DelegatingClassLoader
Load a class, by asking the parent
loadClasspathResource(String, boolean) - Method in class org.jboss.util.xml.JBossEntityResolver
Look for the resource name on the thread context loader resource path.
loadProperties(Properties, String) - Method in class org.jboss.util.property.FilePropertyReader
Load properties from a file into a properties map.
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
 
log - Variable in class org.jboss.util.JBossObject
The log
log - Static variable in class org.jboss.util.property.jmx.SystemPropertyClassValue
 
logAcquire() - Method in class org.jboss.util.Semaphore
 
logDeadlock() - Method in class org.jboss.util.Semaphore
 
logRelease() - Method in class org.jboss.util.Semaphore
 
LongCounter - Class in org.jboss.util
A long integer counter class.
LongCounter(long) - Constructor for class org.jboss.util.LongCounter
Construct a LongCounter with a starting value.
LongCounter() - Constructor for class org.jboss.util.LongCounter
Construct a LongCounter.
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(Name) - 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(Name) - 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(Name, 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
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
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
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.
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.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.LRUList - Class in org.jboss.util
Double queued list used to store cache entries.
LRUCachePolicy.LRUList() - Constructor for class org.jboss.util.LRUCachePolicy.LRUList
Creates a new double queued list.

M

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_count - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The number of cached objects
m_head - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The head of the double linked list
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_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_object - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
The cached object
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_tail - Variable in class org.jboss.util.LRUCachePolicy.LRUList
The tail of the double linked list
m_time - Variable in class org.jboss.util.LRUCachePolicy.LRUCacheEntry
The timestamp of the creation
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.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.
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.
makePrefixedPropertyName(String, String) - Method in class org.jboss.util.property.PropertyMap
Make a optionaly prefixed property name.
makeSynchronized(Iterator) - Static method in class org.jboss.util.collection.Iterators
Returns a synchronized version of the given Iterator.
makeSynchronized(Enumeration) - Static method in class org.jboss.util.collection.Iterators
Returns a synchronized version of the given Enumeration.
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.
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(int) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
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.
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.
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, String) - Constructor for class org.jboss.util.property.MethodBoundPropertyListener
Construct a MethodBoundPropertyListener.
MethodBoundPropertyListener(Object, String) - Constructor for class org.jboss.util.property.MethodBoundPropertyListener
Construct a MethodBoundPropertyListener.
MethodHash - Class in org.jboss.net.sockets
 
MethodHash() - Constructor for class org.jboss.net.sockets.MethodHash
 
methodHash(Method) - Static method in class org.jboss.util.MethodHashing
 
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
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
 

N

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.
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(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.
NestedError() - Constructor for error org.jboss.util.NestedError
Construct a NestedError with no detail.
NestedException - Exception in org.jboss.util
A common superclass for Exception classes that can contain a nested Throwable detail object.
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.
NestedException() - Constructor for exception org.jboss.util.NestedException
Construct a NestedException with no detail.
NestedRuntimeException - Exception in org.jboss.util
A common superclass for RuntimeException classes that can contain a nested Throwable detail object.
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.
NestedRuntimeException() - Constructor for exception org.jboss.util.NestedRuntimeException
Construct a NestedRuntimeException with no detail.
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, 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.
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.
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.
NestedThrowable.Util() - Constructor for class org.jboss.util.NestedThrowable.Util
 
newCatalog() - Method in class org.jboss.util.xml.catalog.Catalog
Create a new Catalog object.
NEWLINE - Static variable in class org.jboss.util.StringPropertyReplacer
New line string constant
next() - Method in class org.jboss.util.collection.ArrayIterator
Returns the next element in the iteration.
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.ReverseListIterator
Get the next element.
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.SerializableEnumeration
 
nextEntry - Static variable in class org.jboss.util.xml.catalog.CatalogEntry
The nextEntry is the ordinal number of the next entry type.
nextState(String) - Method in class org.jboss.util.state.StateMachine
Transition to the next state given the name of a valid transition.
nextToken() - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Return the next token in the catalog file.
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
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
 
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.
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(String) - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException with the specified detail message.
NoSuchMethodException(Method) - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException using the given method object to construct the 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.
NoSuchMethodException() - Constructor for exception org.jboss.util.NoSuchMethodException
Construct a NoSuchMethodException with no detail.
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(String) - Constructor for exception org.jboss.util.NotImplementedException
Construct a NotImplementedException with a detail message.
NotImplementedException() - Constructor for exception org.jboss.util.NotImplementedException
Construct a NotImplementedException with no detail.
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.
NullArgumentException - Exception in org.jboss.util
Thrown to indicate that a method argument was null and should not have been.
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.
NullArgumentException() - Constructor for exception org.jboss.util.NullArgumentException
Construct a NullArgumentException.

O

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
 
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
 
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.
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(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.
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.
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(URL) - Method in class org.jboss.util.state.xml.StateMachineParser
 
parse(String) - Static method in class org.jboss.util.xml.DOMUtils
Parse the given XML string and return the root Element
parse(InputStream) - Static method in class org.jboss.util.xml.DOMUtils
Parse the given XML stream and return the root Element
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.
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.
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(ParameterizedType) - Method in class org.jboss.util.collection.WeakTypeCache
Peek into the cache
peek(Class<?>) - Method in class org.jboss.util.collection.WeakTypeCache
Peek into the cache
peek() - Method in class org.jboss.util.Heap
 
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() - 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
 
peekEntry(Object) - Method in class org.jboss.util.TimedCachePolicy
Get the raw TimedEntry for key without performing any expiration check.
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.
poll() - Method in class org.jboss.util.timeout.HashedTimeoutPriorityQueueImpl
 
poll(long) - 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(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() - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
poll(long) - Method in class org.jboss.util.timeout.TimeoutPriorityQueueImpl
 
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.
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.
pos - Variable in class org.jboss.util.JBossStringBuilder
The position
preferPublic() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
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.
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.
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
 
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(PrintStream) - Method in class org.jboss.util.AbstractNestedThrowable
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() - Method in class org.jboss.util.AbstractNestedThrowable
Prints the composite message and the embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace() - Method in error org.jboss.util.NestedError
Prints the composite message and the embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace() - Method in exception org.jboss.util.NestedException
Prints the composite message and the embedded stack trace to System.err.
printStackTrace(PrintStream) - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace() - Method in exception org.jboss.util.NestedRuntimeException
Prints the composite message and the embedded stack trace to System.err.
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 exception org.jboss.util.NestedSQLException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace() - Method in exception org.jboss.util.NestedSQLException
Prints the composite message and the embedded stack trace to System.err.
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.
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(Properties) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group.
PropertyContainer(String) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group of the given name.
PropertyContainer(Class<?>) - Constructor for class org.jboss.util.property.PropertyContainer
Initialize the container with a property group of the given class name.
PropertyEditors - Class in org.jboss.util.propertyeditor
A collection of PropertyEditor utilities.
PropertyEditors() - Constructor for class org.jboss.util.propertyeditor.PropertyEditors
 
PropertyError - Error in org.jboss.util.property
Thrown to indicate a fatal problem with the property system.
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.
PropertyError() - Constructor for error org.jboss.util.property.PropertyError
Construct a PropertyError with no detail.
PropertyEvent - Class in org.jboss.util.property
A property event.
PropertyEvent(Object, String, String) - Constructor for class org.jboss.util.property.PropertyEvent
Construct a new PropertyEvent.
PropertyEvent(Object, 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(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.
PropertyException() - Constructor for exception org.jboss.util.property.PropertyException
Construct a PropertyException with no detail.
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.
PropertyMap - Class in org.jboss.util.property
A replacement for the standard java.util.Properties class which adds, among others, property event capabilities.
PropertyMap(Properties) - Constructor for class org.jboss.util.property.PropertyMap
Construct a PropertyMap with default properties.
PropertyMap() - Constructor for class org.jboss.util.property.PropertyMap
Construct a PropertyMap.
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.
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.
PUBLIC - Static variable in class org.jboss.util.xml.catalog.Catalog
The PUBLIC Catalog Entry type.
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
 
purgeStaleEntries() - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
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
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
 
put(Object, Object) - Method in class org.jboss.util.collection.WeakIdentityHashMap
Associates the specified value with the specified key in this map.
put(ParameterizedType, T) - Method in class org.jboss.util.collection.WeakTypeCache
Put a result into the cache
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.property.PropertyGroup
Set a property.
put(Object, Object) - Method in class org.jboss.util.property.PropertyMap
Set a property.
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
 
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.
putIfAbsent(K, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
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.

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.
queryResolver(String, String, String, String) - Method in class org.jboss.util.xml.catalog.Resolver
Query an external RFC2483 resolver.
queue - Variable in class org.jboss.util.collection.CachedCollection
Reference queue
queue - Variable in class org.jboss.util.collection.CachedList
Reference queue.
Queue<E> - Interface in org.jboss.util.collection
An iterface used to implement a first-in, first-out container.
queue - Variable in class org.jboss.util.collection.WeakSet
The reference queue used to get object removal notifications.
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
 

R

random - Variable in class org.jboss.net.sockets.RMIMultiSocketClient
 
rangeOf(String, String, String, int) - Static method in class org.jboss.util.Strings
Return the range from a begining token to an ending token.
rangeOf(String, String, String) - 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(byte[]) - Method in class org.jboss.net.sockets.InterruptableInputStream
 
read(byte[], int, int) - 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(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() - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
read(byte[], int, int) - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
readCatalog(Catalog, String) - Method in interface org.jboss.util.xml.catalog.readers.CatalogReader
Read a catalog from a file.
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, 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, InputStream) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
Parse an XML Catalog stream.
readCatalog(Catalog, String) - Method in class org.jboss.util.xml.catalog.readers.TextCatalogReader
Start parsing a text catalog file.
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.
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
 
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.
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(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(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(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(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.
rebind(String, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
rebind(Name, Object) - Method in class org.jboss.util.naming.ReadOnlyContext
 
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, 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
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(Map<K, V>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(Comparator<K>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
ReferenceValueMap(SortedMap<K, ValueRef<K, V>>) - Constructor for class org.jboss.util.collection.ReferenceValueMap
 
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
 
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.
registerListener(String, String) - Method in class org.jboss.net.protocol.URLListerFactory
Register a URLLister class for a given protocol
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.
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() - 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
remove(Object) - Method in interface org.jboss.util.CachePolicy
Remove the cached object paired with the specified key.
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(int) - Method in class org.jboss.util.collection.CachedList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class org.jboss.util.collection.CompoundIterator
Remove the current element from the current iterator.
remove(Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
remove(Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Removes the mapping for this key from this Map if present.
remove(Object, Object) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Remove entry for key only if currently mapped to given value.
remove(Object) - Method in class org.jboss.util.collection.FastCopyHashMap
 
remove(int) - Method in class org.jboss.util.collection.LazyList
 
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() - Method in interface org.jboss.util.collection.Queue
Dequeue an object from the queue.
remove(Object) - Method in class org.jboss.util.collection.ReferenceValueMap
 
remove() - Method in class org.jboss.util.collection.ReverseListIterator
Remove the current element.
remove(Object) - Method in class org.jboss.util.collection.SoftSet
 
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() - 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(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(Object) - Method in class org.jboss.util.LRUCachePolicy
 
remove(String) - Static method in class org.jboss.util.property.Property
Remove a property
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(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.LazyList
 
removeAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
removeAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
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.
removeFromEnvironment(String) - Method in class org.jboss.util.naming.ReadOnlyContext
 
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
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(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.
removePropertyListener(BoundPropertyListener) - Method in class org.jboss.util.property.PropertyMap
Remove a bound property listener.
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(K, V, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.jboss.util.collection.ConcurrentReferenceHashMap
replace(K, V, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Replace entry for key only if currently mapped to given value.
replace(K, V) - Method in class org.jboss.util.collection.ConcurrentSkipListMap
Replace entry for key only if currently mapped to some value.
replace(int, int, String) - Method in class org.jboss.util.JBossStringBuilder
 
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.
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.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.state.StateMachine
Reset the state machine back to the start state
reset() - Method in class org.jboss.util.StopWatch
Reset the watch.
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
 
resolve(String, String) - Method in class org.jboss.util.xml.catalog.helpers.BootstrapResolver
Transformer resolve API.
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.
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, String) - Method in class org.jboss.util.xml.catalog.Catalog
Return the applicable ENTITY system identifier.
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.
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.
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 - 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.
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
 
resumeEncoding() - Method in class org.jboss.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.jboss.util.collection.LazyList
 
retainAll(Collection<?>) - Method in class org.jboss.util.collection.LazySet
 
retainAll(Collection) - Method in class org.jboss.util.collection.SoftSet
 
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(int) - Method in class org.jboss.util.Heap
 
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
 
run() - Method in class org.jboss.util.builder.AbstractBuilder
 
run() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
Called by the thread pool executor
run(Runnable) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
run(Runnable, long, long) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
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() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
run(Runnable) - Method in interface org.jboss.util.threadpool.ThreadPool
Run a runnable
run(Runnable, long, long) - Method in interface org.jboss.util.threadpool.ThreadPool
Run runnable with start and complete time out set explicitely.
run() - Method in class org.jboss.util.TimedCachePolicy
The TimerTask run method.
run() - Method in class org.jboss.util.TimerQueue.TimerTaskLoop
 
run() - Method in class org.jboss.util.WorkerQueue.QueueLoop
 
RUN_TYPE - Static variable in class org.jboss.util.threadpool.BlockingMode
 
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

S

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(SAXParserFactory) - 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
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, TimeoutTarget) - Method in class org.jboss.util.timeout.TimeoutFactory
Schedules a new timeout.
schedule(long, Runnable) - 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.
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
 
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(Collection) - Constructor for class org.jboss.util.collection.SerializableEnumeration
 
SerializableEnumeration(int) - 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
 
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 - Variable in class org.jboss.util.collection.WeakSet
The Set which will be used for element storage.
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.
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(BlockingMode) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
setBlockingMode(String) - Method in class org.jboss.util.threadpool.BasicThreadPool
For backward compatibility with the previous string based mode
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.
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.
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 - Static variable in class org.jboss.util.loading.ContextClassLoaderSwitcher
Set the context classloader permission
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
setData(T) - Method in class org.jboss.util.graph.Vertex
 
setData(Object) - Method in class org.jboss.util.state.State
 
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.
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
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.
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
 
setStreamListener(StreamListener) - Method in class org.jboss.util.stream.NotifyingBufferedInputStream
 
setStreamListener(StreamListener) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
 
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.
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
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(V) - Method in class org.jboss.util.collection.FastCopyHashMap.SimpleEntry
 
setValue(Object) - Method in class org.jboss.util.propertyeditor.DateEditor
Sets directly the java.util.Date value
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
 
singleton - Static variable in class org.jboss.util.deadlock.DeadlockDetector
 
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
Returns the number of key-value mappings in this map.
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.FastCopyHashMap
 
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
 
size() - Method in class org.jboss.util.collection.SoftSet
 
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.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
 
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
 
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
 
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(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(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() - 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(Map<K, V>) - Constructor for class org.jboss.util.collection.SoftValueHashMap
Constructs a new SoftValueHashMap with the same mappings as the specified Map.
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
 
split(String, String, int) - Static method in class org.jboss.util.Strings
Split up a string into multiple strings based on a delimiter.
split(String, String) - 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() - 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 - Variable in class org.jboss.util.StopWatch
Start time
start(boolean) - Method in class org.jboss.util.StopWatch
Start the watch.
start() - Method in class org.jboss.util.StopWatch
Start the watch.
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.
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(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, AttributeList) - Method in class org.jboss.util.xml.catalog.readers.SAXCatalogReader
The SAX startElement method.
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.
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
 
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 - 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
 
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
 
staticCatalog() - Method in class org.jboss.util.xml.catalog.CatalogManager
Deprecated.
No longer static; use get/set methods.
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 - Variable in class org.jboss.util.StopWatch
Stop time
stop() - Method in class org.jboss.util.StopWatch
Stop the watch.
stop() - Method in class org.jboss.util.SynchronizedCachePolicy
 
stop(boolean) - Method in class org.jboss.util.threadpool.BasicThreadPool
 
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(boolean) - Method in interface org.jboss.util.threadpool.ThreadPool
Stop the pool
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.
stopTask() - Method in class org.jboss.util.threadpool.BasicTaskWrapper
 
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.
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
 
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.
Strings.Range(int, int) - Constructor for class org.jboss.util.Strings.Range
Construct a new range.
Strings.Range() - Constructor for class org.jboss.util.Strings.Range
Default constructor.
stripPackageName(String) - Static method in class org.jboss.util.Classes
Get the short name of the specified class by striping off the package name.
stripPackageName(Class) - Static method in class org.jboss.util.Classes
Get the short name of the specified class by striping off the package name.
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
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.
subSequence(int, int) - Method in class org.jboss.util.JBossStringBuilder
 
subst(StringBuffer, String, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
subst(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, Map, String, String) - Static method in class org.jboss.util.Strings
Substitute sub-strings in side of a string.
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(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[]) - 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.
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() - Method in class org.jboss.util.Base64.OutputStream
Suspends encoding of the stream.
Sync - Interface in org.jboss.util
Interface that gives synchronization semantic to implementors
SynchronizedCachePolicy - Class in org.jboss.util
A synchronized cache policy wrapper.
SynchronizedCachePolicy(CachePolicy) - Constructor for class org.jboss.util.SynchronizedCachePolicy
 
SYSTEM - Static variable in class org.jboss.util.xml.catalog.Catalog
The SYSTEM Catalog Entry type.
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

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
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
 
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
TaskWrapper - Interface in org.jboss.util.threadpool
A task wrapper for a thread pool.
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(Object) - Constructor for class org.jboss.util.propertyeditor.TextPropertyEditorSupport
 
TextPropertyEditorSupport() - Constructor for class org.jboss.util.propertyeditor.TextPropertyEditorSupport
 
theTimer - Variable in class org.jboss.util.TimedCachePolicy
 
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
threadSafe - Variable in class org.jboss.util.TimedCachePolicy
A flag indicating if entryMap should be synchronized
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
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.TimedEntry - Interface in org.jboss.util
The interface that cache entries support.
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.
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.
TimeoutFactory - Class in org.jboss.util.timeout
The timeout factory.
TimeoutFactory(ThreadPool) - Constructor for class org.jboss.util.timeout.TimeoutFactory
Constructs a new TimeoutFactory that uses the provided ThreadPool
TimeoutFactory() - Constructor for class org.jboss.util.timeout.TimeoutFactory
Constructs a new TimeoutFactory that uses the default thread pool
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.
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(InetAddress) - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory with the given bind address
TimeoutServerSocketFactory(int) - Constructor for class org.jboss.net.sockets.TimeoutServerSocketFactory
Create a socket factory with the given backlog
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.
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
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.
TimerQueue.TimerTaskLoop() - Constructor for class org.jboss.util.TimerQueue.TimerTaskLoop
 
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.
toArray() - Method in class org.jboss.util.collection.LazyList
 
toArray(U[]) - Method in class org.jboss.util.collection.LazyList
 
toArray() - Method in class org.jboss.util.collection.LazySet
 
toArray(U[]) - Method in class org.jboss.util.collection.LazySet
 
toArray() - Method in class org.jboss.util.collection.SoftSet
 
toArray(Object[]) - Method in class org.jboss.util.collection.SoftSet
 
toArray(Object) - Static method in class org.jboss.util.Objects
 
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.xml.catalog.readers.TextCatalogReader
The current position on the lookahead stack
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(JBossStringBuilder) - Method in interface org.jboss.util.JBossInterface
Append the key class properties to the buffer
toShortString() - Method in class org.jboss.util.JBossObject
 
toShortString(JBossStringBuilder) - Method in class org.jboss.util.JBossObject
Append the key class properties to the buffer
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.FastCopyHashMap.SimpleEntry
 
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(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() - 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.Counter
Return a string representation of this.
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 - Variable in class org.jboss.util.JBossObject
Cached toString
toString() - Method in class org.jboss.util.JBossObject
Override toString to cache the value
toString(JBossStringBuilder) - Method in class org.jboss.util.JBossObject
Append the class properties to the buffer
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.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(int) - 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
 
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.threadpool.BasicThreadPool
 
toString() - Method in class org.jboss.util.threadpool.BlockingMode
 
toString(Throwable) - Static method in class org.jboss.util.Throwables
Return a string that consists of the stack trace of the given Throwable.
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.
toStringImplementation() - Method in class org.jboss.util.JBossObject
Implementation of String
total - Variable in class org.jboss.util.StopWatch
Total time
toURI(String, String) - Static method in class org.jboss.util.Strings
 
toURI(String) - Static method in class org.jboss.util.Strings
 
toURL(String, String) - Static method in class org.jboss.util.Strings
Make a URL from the given string.
toURL(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
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
 

U

uid - Variable in class org.jboss.util.id.GUID
The unique identifier
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.
uid - Variable in class org.jboss.util.id.VMID
A unique identifier to ensure uniqueness across the host machine
unbind(String) - Static method in class org.jboss.util.naming.NonSerializableFactory
Remove a binding from the NonSerializableFactory map.
unbind(Name) - 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(Name) - 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
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(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.
UnexpectedThrowable() - Constructor for error org.jboss.util.UnexpectedThrowable
Construct a UnexpectedThrowable with no detail.
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.
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(String) - Constructor for exception org.jboss.util.UnreachableStatementException
Construct a UnreachableStatementException with a detail message.
UnreachableStatementException() - Constructor for exception org.jboss.util.UnreachableStatementException
Construct a UnreachableStatementException with no detail.
unregisterClassLoader(ClassLoader) - Method in interface org.jboss.util.loading.Translator
Called to indicate that the ClassLoader is being discarded by the server.
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
 
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
 
URLLister - Interface in org.jboss.net.protocol
Interface defining methods that can be used to list the contents of a URL collection irrespective of the protocol.
URLLister.URLFilter - Interface in org.jboss.net.protocol
Interface defining a filter for listed members.
URLListerBase - Class in org.jboss.net.protocol
Support class for URLLister's providing protocol independent functionality.
URLListerBase() - Constructor for class org.jboss.net.protocol.URLListerBase
 
URLListerBase.URLFilterImpl - Class in org.jboss.net.protocol
Inner class representing Filter criteria to be applied to the members of the returned Collection
URLListerBase.URLFilterImpl(String[]) - Constructor for class org.jboss.net.protocol.URLListerBase.URLFilterImpl
 
URLListerFactory - Class in org.jboss.net.protocol
 
URLListerFactory() - Constructor for class org.jboss.net.protocol.URLListerFactory
Create a URLLister with default listers defined for file and http protocols.
URLStreamHandlerFactory - Class in org.jboss.net.protocol
A factory for loading URL protocol handlers.
URLStreamHandlerFactory() - Constructor for class org.jboss.net.protocol.URLStreamHandlerFactory
 
Util - Class in org.jboss.util.naming
A static utility class for common JNDI operations.
Util() - Constructor for class org.jboss.util.naming.Util
 

V

VALUE - Static variable in class org.jboss.util.Null
The primary instance of Null.
value - Variable in class org.jboss.util.property.PropertyEvent
Property value.
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.
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)
ValueRef<K,V> - Interface in org.jboss.util.collection
ValueRef.
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
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.
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_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
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>, 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() - 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.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_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 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(TaskWrapper) - Method in class org.jboss.util.threadpool.BasicThreadPool
Wait for a task
waitForTask() - Method in class org.jboss.util.threadpool.RunnableTaskWrapper
 
waitForTask() - Method in interface org.jboss.util.threadpool.TaskWrapper
Wait according the wait type
waitForTasks() - Method in class org.jboss.util.threadpool.BasicThreadPool
 
waitForTasks(long) - 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 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.
WARNING - Static variable in interface org.jboss.util.ThrowableHandler.Type
Warning throwable.
warning(SAXParseException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
warning(TransformerException) - Method in class org.jboss.util.xml.JBossErrorHandler
 
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(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(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() - 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(Map) - Constructor for class org.jboss.util.collection.WeakIdentityHashMap
Constructs a new WeakIdentityHashMap with the same mappings as the specified Map.
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(Set) - Constructor for class org.jboss.util.collection.WeakSet
Construct a WeakSet.
WeakSet() - Constructor for class org.jboss.util.collection.WeakSet
Construct a WeakSet based on a HashSet.
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(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(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() - 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(Map<K, V>) - Constructor for class org.jboss.util.collection.WeakValueHashMap
Constructs a new WeakValueHashMap with the same mappings as the specified Map.
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
 
WHITESPACE - Static variable in interface org.jboss.util.CharacterChecker
 
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.QueueLoop - Class in org.jboss.util
Class that loops getting the next job to be executed and then executing it, in the worker thread.
WorkerQueue.QueueLoop() - Constructor for class org.jboss.util.WorkerQueue.QueueLoop
 
WRAPPER - Static variable in exception org.jboss.util.xml.catalog.CatalogException
A wrapper around another exception
write(int) - Method in class org.jboss.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jboss.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class org.jboss.util.stream.NotifyingBufferedOutputStream
 
write(byte[], int, 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
 

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
A B C D E F G H I J K L M N O P Q R S T U V W X 
JBoss Common Classes 2.5.0.Final

Copyright © 2015 JBoss by Red Hat. All rights reserved.