站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 common API Documentation 英文版文档

Index (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档

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
 
AbstractMarshaller - class org.jboss.xml.binding.AbstractMarshaller.
 
AbstractMarshaller() - Constructor for class org.jboss.xml.binding.AbstractMarshaller
 
AbstractMarshaller.ClassMapping - class org.jboss.xml.binding.AbstractMarshaller.ClassMapping.
 
AbstractMarshaller.ClassMapping(Class, String, String, Reader, GenericObjectModelProvider) - Constructor for class org.jboss.xml.binding.AbstractMarshaller.ClassMapping
 
AbstractMarshaller.QName - class org.jboss.xml.binding.AbstractMarshaller.QName.
 
AbstractMarshaller.QName(String, String, String) - Constructor for class org.jboss.xml.binding.AbstractMarshaller.QName
 
AbstractMarshaller.Stack - interface org.jboss.xml.binding.AbstractMarshaller.Stack.
 
AbstractMarshaller.StackImpl - class org.jboss.xml.binding.AbstractMarshaller.StackImpl.
 
AbstractMarshaller.StackImpl() - Constructor for class org.jboss.xml.binding.AbstractMarshaller.StackImpl
 
AbstractNestedThrowable - class org.jboss.util.AbstractNestedThrowable.
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 - class org.jboss.util.collection.AbstractQueue.
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.
AcceptableState - class org.jboss.util.state.AcceptableState.
An abstract state to build dynamicily state acceptabile states.
AcceptableState(int, String) - Constructor for class org.jboss.util.state.AcceptableState
 
AcceptableState(int) - Constructor for class org.jboss.util.state.AcceptableState
 
AppendObjectOutputStream - class org.jboss.util.stream.AppendObjectOutputStream.
An ObjectOutputStream that is meant for appending onto an existing stream written to by a non AppendObjectOutputStream
AppendObjectOutputStream(OutputStream) - Constructor for class org.jboss.util.stream.AppendObjectOutputStream
Construct a new AppendObjectOutputStream.
AppendingObjectOutputStream - class org.jboss.util.stream.AppendingObjectOutputStream.
An ObjectOutputStream that can conditionally be put into appending mode.
AppendingObjectOutputStream(OutputStream, boolean) - Constructor for class org.jboss.util.stream.AppendingObjectOutputStream
Construct an AppendingObjectOutputStream.
ApplicationDeadlockException - exception org.jboss.util.deadlock.ApplicationDeadlockException.
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 class org.jboss.util.deadlock.ApplicationDeadlockException
 
ApplicationDeadlockException(String, boolean) - Constructor for class org.jboss.util.deadlock.ApplicationDeadlockException
 
ArrayIterator - class org.jboss.util.collection.ArrayIterator.
An array iterator.
ArrayIterator(Object[]) - Constructor for class org.jboss.util.collection.ArrayIterator
Construct an ArrayIterator.
AttributesImpl - class org.jboss.xml.binding.AttributesImpl.
org.xml.sax.Attributes implementation.
AttributesImpl(Attributes) - Constructor for class org.jboss.xml.binding.AttributesImpl
 
AttributesImpl(int) - Constructor for class org.jboss.xml.binding.AttributesImpl
 
AutoResetObjectOutputStream - class org.jboss.util.stream.AutoResetObjectOutputStream.
An ObjectOutputStream that will auto reset after n objects have been written to the underlying stream.
AutoResetObjectOutputStream(ObjectOutputStream, int) - Constructor for class org.jboss.util.stream.AutoResetObjectOutputStream
Construct a new AutoResetObjectOutputStream.
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(File) - Method in class org.jboss.util.file.FilePrefixFilter
Check if a file is acceptible.
accept(File) - Method in class org.jboss.util.file.FileSuffixFilter
Check if a file is acceptible.
accept(File, String) - Method in class org.jboss.util.file.FilenamePrefixFilter
Check if a file is acceptible.
accept(File, String) - Method in class org.jboss.util.file.FilenameSuffixFilter
Check if a file is acceptible.
acceptAllFilter - Static variable in class org.jboss.net.protocol.URLListerBase
 
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
acceptableStates - Variable in class org.jboss.util.state.DefaultStateMachineModel.Entry
 
acceptableStates(State) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
acceptableStates(State) - Method in interface org.jboss.util.state.StateMachine.Model
Return an immutable set of the acceptable states for a given accepting state.
accepted(long) - Method in interface org.jboss.util.threadpool.Task
The task has been accepted
acceptingMap - Variable in class org.jboss.util.state.DefaultStateMachineModel
The mapping from State to Entry.
acquire() - Method in class org.jboss.util.Semaphore
 
acquire() - Method in interface org.jboss.util.Sync
Acquires this sync
activateOptions() - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
No options to activate.
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(byte) - Method in class org.jboss.util.MuByte
Add the specified amount.
add(double) - Method in class org.jboss.util.MuDouble
Add the specified amount.
add(float) - Method in class org.jboss.util.MuFloat
Add the specified amount.
add(int) - Method in class org.jboss.util.MuInteger
Add the specified amount.
add(long) - Method in class org.jboss.util.MuLong
Add the specified amount.
add(short) - Method in class org.jboss.util.MuShort
Add the specified amount.
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.
add(Object) - 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(Object) - Method in class org.jboss.util.collection.ListSet
Add an element to the set.
add(Object) - Method in interface org.jboss.util.collection.Queue
Enqueue an object onto the queue.
add(Object) - Method in class org.jboss.util.collection.WeakSet
Add an element to the set.
add(String, String, String, String, String) - Method in class org.jboss.xml.binding.AttributesImpl
 
addAll(Attributes) - Method in class org.jboss.xml.binding.AttributesImpl
 
addAttribute(String, String, String, String) - Method in class org.jboss.xml.binding.XsMarshaller
Adds an attribute to the top most elements.
addAttribute(String, String, String, String, String) - Method in class org.jboss.xml.binding.XsMarshaller
Adds an attribute to the top most elements declaring namespace prefix if it is not yet declared.
addChangeListener(StateMachine.ChangeListener) - Method in class org.jboss.util.state.StateMachine
Add a state change listener.
addChild(Object, Object, ContentNavigator, String, String) - Method in class org.jboss.xml.binding.DelegatingObjectModelFactory
 
addChild(Object, Object, ContentNavigator, String, String) - Method in interface org.jboss.xml.binding.GenericObjectModelFactory
 
addChild(Object, Object, ContentNavigator, String, String) - Method in class org.jboss.xml.binding.MappingObjectModelFactory
 
addError(Throwable) - Static method in class org.jboss.util.ThrowableHandler
Add a throwable that is to be handled with error type.
addLast(Object) - Method in class org.jboss.util.collection.AbstractQueue
Appends the given element to the end of the queue
addLast(Object) - 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
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.
addRootElement(String, String, String) - Method in class org.jboss.xml.binding.AbstractMarshaller
 
addRootElement(String, String, String) - Method in interface org.jboss.xml.binding.Marshaller
 
addState(State, Set) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
addState(State, State[]) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
addState(State, State) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
addState(State) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
addState(State, Set) - Method in interface org.jboss.util.state.StateMachine.Model
Add a non-final state.
addState(State, State[]) - Method in interface org.jboss.util.state.StateMachine.Model
Add a non-final state.
addState(State) - Method in interface org.jboss.util.state.StateMachine.Model
Add a final state.
addThrowableListener(ThrowableListener) - Static method in class org.jboss.util.ThrowableHandler
Add a ThrowableListener to the listener list.
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.
address - Variable in class org.jboss.util.id.VMID
The address of the current virtual machine
after - Variable in class org.jboss.util.stream.AutoResetObjectOutputStream
Number of objects to write before resetting.
afterInvocation() - Method in class org.jboss.util.Valve
Invoked after an invocation
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
 
and(boolean) - Method in class org.jboss.util.MuBoolean
ANDs the current value with the specified value.
and(byte) - Method in class org.jboss.util.MuByte
ANDs the current value with the specified value.
and(int) - Method in class org.jboss.util.MuInteger
ANDs the current value with the specified value.
and(long) - Method in class org.jboss.util.MuLong
ANDs the current value with the specified value.
and(short) - Method in class org.jboss.util.MuShort
ANDs the current value with the specified value.
appendPrettyString(StringBuffer, String) - Method in interface org.jboss.util.PrettyString.Appendable
Appends a pretty representation of the object to the given buffer.
appendPrettyString(StringBuffer, String) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
array - Variable in class org.jboss.util.collection.ArrayIterator
Array to iterate over.
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.
autoFlush - Variable in class org.jboss.util.stream.CRLFPrintWriter
 
available() - Method in class org.jboss.net.sockets.InterruptableInputStream
 
available() - Method in class org.jboss.util.stream.NullInputStream
Always returns zero.

B

BYTE - Static variable in interface org.jboss.xml.binding.TypeConverter
 
BasicTaskWrapper - class org.jboss.util.threadpool.BasicTaskWrapper.
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 org.jboss.util.threadpool.BasicThreadPool.
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, min/max pool sizes of 100 and a keep alive of 60 seconds.
BasicThreadPoolMBean - interface org.jboss.util.threadpool.BasicThreadPoolMBean.
Management interface for the thread pool.
BenignError - error org.jboss.util.BenignError.
Thrown to indicate to an encapsulated try/catch block that something has happened and it was not harmfull.
BenignError(String) - Constructor for class org.jboss.util.BenignError
Construct a BenignError with the specified detail message.
BenignError(String, Throwable) - Constructor for class org.jboss.util.BenignError
Construct a BenignError with the specified detail message and nested Throwable.
BenignError(Throwable) - Constructor for class org.jboss.util.BenignError
Construct a BenignError with the specified nested Throwable.
BenignError() - Constructor for class org.jboss.util.BenignError
Construct a BenignError with no detail.
BigDecimalEditor - class org.jboss.util.propertyeditor.BigDecimalEditor.
A property editor for BigDecimal.
BigDecimalEditor() - Constructor for class org.jboss.util.propertyeditor.BigDecimalEditor
 
BlockingMode - class org.jboss.util.threadpool.BlockingMode.
A type-safe enum for the BasicThreadPool blocking mode.
BlockingModeEditor - class org.jboss.util.propertyeditor.BlockingModeEditor.
A property editor for BlockingMode enum.
BlockingModeEditor() - Constructor for class org.jboss.util.propertyeditor.BlockingModeEditor
 
BooleanEditor - class org.jboss.util.propertyeditor.BooleanEditor.
A property editor for Boolean.
BooleanEditor() - Constructor for class org.jboss.util.propertyeditor.BooleanEditor
 
BoundCoercionHandler - class org.jboss.util.coerce.BoundCoercionHandler.
A bound CoersionHandler, which is bound to a specific class type.
BoundCoercionHandler() - Constructor for class org.jboss.util.coerce.BoundCoercionHandler
 
BoundPropertyAdapter - class org.jboss.util.property.BoundPropertyAdapter.
An abstract adapter class for receiving bound property events.
BoundPropertyAdapter() - Constructor for class org.jboss.util.property.BoundPropertyAdapter
 
BoundPropertyListener - interface org.jboss.util.property.BoundPropertyListener.
The listener interface for receiving bound property events (as well as property events).
ByteEditor - class org.jboss.util.propertyeditor.ByteEditor.
A property editor for Byte.
ByteEditor() - Constructor for class org.jboss.util.propertyeditor.ByteEditor
 
backlog - Variable in class org.jboss.net.sockets.DefaultSocketFactory
 
backlog - Variable in class org.jboss.net.sockets.TimeoutServerSocketFactory
 
basename - Variable in class org.jboss.util.property.PropertyGroup
Base property name
beforeInvocation() - Method in class org.jboss.util.Valve
Invoked before an invocation
begin - Variable in class org.jboss.util.Strings.Range
The beginning of the range.
bindAddress - Variable in class org.jboss.net.sockets.DefaultSocketFactory
 
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.
booleanValue() - Method in class org.jboss.util.MuBoolean
Return the value of this mutable boolean.
boundListeners - Variable in class org.jboss.util.property.PropertyMap
Bound property name -> listener list map
build(ObjectModelBuilder) - Method in class org.jboss.xml.binding.Content
 
build(GenericObjectModelFactory, Object, Content) - Method in class org.jboss.xml.binding.ObjectModelBuilder
 
buildQName(Element, String) - Static method in class org.jboss.xml.QNameBuilder
Build a QName from a combined name
byteValue() - Method in class org.jboss.util.MuByte
Return the byte value of this object.
byteValue() - Method in class org.jboss.util.MuDouble
Return the byte value of this object.
byteValue() - Method in class org.jboss.util.MuFloat
Return the byte value of this object.
byteValue() - Method in class org.jboss.util.MuInteger
Return the byte value of this object.
byteValue() - Method in class org.jboss.util.MuLong
Return the byte value of this object.
byteValue() - Method in class org.jboss.util.MuNumber
Returns the value of the specified number as a byte.
byteValue() - Method in class org.jboss.util.MuShort
Return the byte value of this object.

C

CHAR - Static variable in interface org.jboss.xml.binding.TypeConverter
 
CLOSED - Static variable in class org.jboss.util.Valve
The valve is in hold state
CLOSING - Static variable in class org.jboss.util.Valve
The valve is in holding state
COUNTER - Static variable in class org.jboss.util.id.UID
A counter for generating identity values
CRLFPrintWriter - class org.jboss.util.stream.CRLFPrintWriter.
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
 
CachePolicy - interface org.jboss.util.CachePolicy.
Interface that specifies a policy for caches.
CachedCollection - class org.jboss.util.collection.CachedCollection.
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 org.jboss.util.collection.CachedList.
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.
CategoryStream - class org.jboss.logging.util.CategoryStream.
Deprecated. Use LoggerStream instead.
CategoryStream(Category) - Constructor for class org.jboss.logging.util.CategoryStream
Deprecated. Redirect logging to the indicated category using Priority.INFO
CategoryStream(Category, Priority, PrintStream) - Constructor for class org.jboss.logging.util.CategoryStream
Deprecated. Redirect logging to the indicated category using the given priority.
CategoryWriter - class org.jboss.logging.util.CategoryWriter.
Deprecated. Use LoggerWriter instead.
CategoryWriter(Category) - Constructor for class org.jboss.logging.util.CategoryWriter
Deprecated. Redirect logging to the indicated category using Priority.INFO
CategoryWriter(Category, Priority) - Constructor for class org.jboss.logging.util.CategoryWriter
Deprecated. Redirect logging to the indicated category using the given priority.
CharacterHandler - class org.jboss.util.coerce.CharacterHandler.
A Character coercion handler.
CharacterHandler() - Constructor for class org.jboss.util.coerce.CharacterHandler
 
ClassArrayEditor - class org.jboss.util.propertyeditor.ClassArrayEditor.
A property editor for Class[].
ClassArrayEditor() - Constructor for class org.jboss.util.propertyeditor.ClassArrayEditor
 
ClassEditor - class org.jboss.util.propertyeditor.ClassEditor.
A property editor for Class.
ClassEditor() - Constructor for class org.jboss.util.propertyeditor.ClassEditor
 
ClassHandler - class org.jboss.util.coerce.ClassHandler.
A java.lang.Class coercion handler.
ClassHandler() - Constructor for class org.jboss.util.coerce.ClassHandler
 
Classes - class org.jboss.util.Classes.
A collection of Class utilities.
Classes() - Constructor for class org.jboss.util.Classes
 
CloneableObject - class org.jboss.util.CloneableObject.
A simple base-class for classes which need to be cloneable.
CloneableObject() - Constructor for class org.jboss.util.CloneableObject
 
CloneableObject.Cloneable - interface org.jboss.util.CloneableObject.Cloneable.
An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions...
Coercible - interface org.jboss.util.Coercible.
An iterface which an object implements to indicate that it will handle coercion by itself.
CoercionException - exception org.jboss.util.CoercionException.
This exception is thrown to indicate that a problem has occured while trying to coerce an object.
CoercionException(String) - Constructor for class org.jboss.util.CoercionException
Construct a CoercionException with the specified detail message.
CoercionException(String, Throwable) - Constructor for class org.jboss.util.CoercionException
Construct a CoercionException with the specified detail message and nested Throwable.
CoercionException(Throwable) - Constructor for class org.jboss.util.CoercionException
Construct a CoercionException with the specified nested Throwable.
CoercionException() - Constructor for class org.jboss.util.CoercionException
Construct a CoercionException with no detail.
CoercionHandler - class org.jboss.util.coerce.CoercionHandler.
An abstract class to allow extending the default behavior of Objects.coerce(Object,Class) when it is not possible to implement Coercible directly in the target class or where coercion is desired from an unrelated class.
CoercionHandler() - Constructor for class org.jboss.util.coerce.CoercionHandler
 
CollectionException - exception org.jboss.util.collection.CollectionException.
A generic collection exception.
CollectionException(String) - Constructor for class org.jboss.util.collection.CollectionException
Construct a CollectionException with the specified detail message.
CollectionException() - Constructor for class org.jboss.util.collection.CollectionException
Construct a CollectionException with no detail.
CompoundIterator - class org.jboss.util.collection.CompoundIterator.
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 org.jboss.util.collection.CompoundKey.
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.
Configurable - interface org.jboss.util.property.Configurable.
An interface that allows for dynamic configuration of instance objects with properties.
Constants - interface org.jboss.util.platform.Constants.
Platform constants.
Content - class org.jboss.xml.binding.Content.
An instance of this class represents XML content.
Content() - Constructor for class org.jboss.xml.binding.Content
 
Content.Characters - class org.jboss.xml.binding.Content.Characters.
 
Content.Characters(char[], int, int) - Constructor for class org.jboss.xml.binding.Content.Characters
 
Content.EndElement - class org.jboss.xml.binding.Content.EndElement.
 
Content.EndElement(String, String, String) - Constructor for class org.jboss.xml.binding.Content.EndElement
 
Content.EndPrefixMapping - class org.jboss.xml.binding.Content.EndPrefixMapping.
 
Content.EndPrefixMapping(String) - Constructor for class org.jboss.xml.binding.Content.EndPrefixMapping
 
Content.StartElement - class org.jboss.xml.binding.Content.StartElement.
 
Content.StartElement(String, String, String, Attributes) - Constructor for class org.jboss.xml.binding.Content.StartElement
 
Content.StartPrefixMapping - class org.jboss.xml.binding.Content.StartPrefixMapping.
 
Content.StartPrefixMapping(String, String) - Constructor for class org.jboss.xml.binding.Content.StartPrefixMapping
 
ContentNavigator - interface org.jboss.xml.binding.ContentNavigator.
An interface for content navigation.
ContentPopulator - class org.jboss.xml.binding.ContentPopulator.
org.xml.sax.ContentHandler implementation that poplulates an instance of org.jboss.xml.binding.Content.
ContentPopulator() - Constructor for class org.jboss.xml.binding.ContentPopulator
 
ContentWriter - class org.jboss.xml.binding.ContentWriter.
org.xml.sax.ContentHandler implementation that serializes an instance of org.jboss.xml.binding.Content to a java.io.Writer.
ContentWriter(Writer) - Constructor for class org.jboss.xml.binding.ContentWriter
 
ContextClassLoader - class org.jboss.util.loading.ContextClassLoader.
A helper for context classloading.
ContextClassLoaderSwitcher - class org.jboss.util.loading.ContextClassLoaderSwitcher.
A helper for context classloading switching.
ContextClassLoaderSwitcher.SwitchContext - class org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext.
A helper class to remember the original classloader and avoid continually retrieveing the current thread.
Counter - class org.jboss.util.Counter.
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.
cacheMiss() - Method in class org.jboss.util.LRUCachePolicy
Callback method called when a cache miss happens.
calculateHash(Method) - Static method in class org.jboss.net.sockets.MethodHash
 
calculateHash(Method) - Static method in class org.jboss.util.MethodHashing
 
callerEntry() - Static method in class org.jboss.util.StackTrace
Returns a stack trace entry for the calling methods current position in the stack.
canSerialize(Serializable) - Static method in class org.jboss.util.state.Test
 
cancel() - Method in class org.jboss.util.TimerTask
Cancels the next execution of this TimerTask (if any).
cancel() - Method in interface org.jboss.util.timeout.Timeout
Cancel this timeout.
canonical - Variable in class org.jboss.util.xml.DOMWriter
Canonical output.
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.
cd(File) - Method in class org.jboss.util.DirectoryBuilder
 
cd(String) - Method in class org.jboss.util.DirectoryBuilder
 
changeListeners - Variable in class org.jboss.util.state.StateMachine
The list of change listeners which are registered.
changeState(State) - Method in class org.jboss.util.state.StateMachine
Change the state of the machine and send change events to all listeners and to the previous and new state objects if they implement StateMachine.ChangeListener.
charValue() - Method in class org.jboss.util.MuCharacter
Return the char value of this mutable character.
characters(char[], int, int) - Method in class org.jboss.xml.binding.Content
 
characters(char[], int, int) - Method in class org.jboss.xml.binding.ContentPopulator
 
characters(char[], int, int) - Method in class org.jboss.xml.binding.ContentWriter
 
characters(char[], int, int) - Method in class org.jboss.xml.binding.ObjectModelBuilder
 
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
checkTimeoutMonitor() - Method in class org.jboss.util.threadpool.BasicThreadPool
Used to lazily create the task completion timeout thread and monitor
className - Variable in class org.jboss.util.StackTrace.Entry
The fully qualified class name for this entry
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.Heap
Empties this heap
clear() - Method in class org.jboss.util.LRUCachePolicy.LRUList
 
clear() - Static method in class org.jboss.util.ProfilerPoint
 
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.
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.ListSet
Removes all of the elements from this set.
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.collection.WeakValueHashMap
Removes all mappings from this map.
clear() - Method in class org.jboss.util.state.DefaultStateMachineModel
 
clear() - Method in interface org.jboss.util.state.StateMachine.Model
Clear all accepting state mappings and reset the initial and current state to null.
clear() - Method in interface org.jboss.xml.binding.AbstractMarshaller.Stack
 
clear() - Method in class org.jboss.xml.binding.AbstractMarshaller.StackImpl
 
clone() - Method in interface org.jboss.util.CloneableObject.Cloneable
 
clone() - Method in class org.jboss.util.CloneableObject
Clone the object via Object.clone().
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.LongCounter
Return a cloned copy of this object.
clone() - Method in class org.jboss.util.MuBoolean
Clone this mutable boolean.
clone() - Method in class org.jboss.util.MuByte
Return a cloned copy of this mutable byte.
clone() - Method in class org.jboss.util.MuCharacter
Return a cloned copy of this mutable character.
clone() - Method in class org.jboss.util.MuDouble
Return a cloned copy of this mutable double.
clone() - Method in class org.jboss.util.MuFloat
Return a cloned copy of this mutable float.
clone() - Method in class org.jboss.util.MuInteger
Return a cloned copy of this mutable integer.
clone() - Method in class org.jboss.util.MuLong
Return a cloned copy of this mutable long.
clone() - Method in class org.jboss.util.MuShort
Return a cloned copy of this mutable short.
clone() - Method in class org.jboss.util.StackTrace.Entry
Returns a shallow cloned copy of this object.
clone() - Method in class org.jboss.util.StackTrace
Returns a shallow cloned copy of this object.
clone() - Method in class org.jboss.util.StopWatch
Return a cloned copy of this object.
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.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.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 class org.jboss.util.platform.PID
Returns a copy of this PID.
clone() - Method in class org.jboss.util.state.DefaultStateMachineModel.Entry
 
clone() - Method in class org.jboss.util.state.DefaultStateMachineModel
 
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.stream.NullInputStream
Non-operation.
close() - Method in class org.jboss.util.stream.NullOutputStream
Non-operation.
close() - Method in class org.jboss.util.stream.ObjectOutputStreamAdapter
 
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.
closed() - Method in class org.jboss.util.Valve
Invoked after closing
closing() - Method in class org.jboss.util.Valve
Invoked before closing
cls - Variable in class org.jboss.xml.binding.AbstractMarshaller.ClassMapping
 
coerce(Class) - Method in interface org.jboss.util.Coercible
Coerce this object into a specified type
coerce(Object, Class) - Static method in class org.jboss.util.Objects
Coerce the given value into the specified type.
coerce(Object[], Class) - Static method in class org.jboss.util.Objects
Coerce the given values into the specified type.
coerce(Object, Class) - Method in class org.jboss.util.coerce.CharacterHandler
Coerces the given value into the given type (which should be Character.class).
coerce(String) - Method in class org.jboss.util.coerce.CharacterHandler
Coerces the given string into a Character, by taking off the first index of the string and wrapping it.
coerce(Object, Class) - Method in class org.jboss.util.coerce.ClassHandler
Coerces the given value into the given type (which should be Class).
coerce(String) - Method in class org.jboss.util.coerce.ClassHandler
Coerces the given String into a Class by doing a Class.forName().
coerce(Object, Class) - Method in class org.jboss.util.coerce.CoercionHandler
Coerce the given value into the specified type.
coerce(Object, Class) - Method in class org.jboss.util.coerce.FileHandler
Coerces the given value into the given type (which should be File).
coerce(String) - Method in class org.jboss.util.coerce.FileHandler
Coerces the given String into a File by creating attempting to create a new file for the given filename.
collection - Variable in class org.jboss.util.collection.CachedCollection
Wrapped collection
commit(boolean, boolean) - Method in class org.jboss.util.MuBoolean
Set the value to value only if the current value is equal to the assumed value.
commit(byte, byte) - Method in class org.jboss.util.MuByte
Set the value to value only if the current value is equal to the assumed value.
commit(double, double) - Method in class org.jboss.util.MuDouble
Set the value to value only if the current value is equal to the assumed value.
commit(float, float) - Method in class org.jboss.util.MuFloat
Set the value to value only if the current value is equal to the assumed value.
commit(int, int) - Method in class org.jboss.util.MuInteger
Set the value to value only if the current value is equal to the assumed value.
commit(long, long) - Method in class org.jboss.util.MuLong
Set the value to value only if the current value is equal to the assumed value.
commit(short, short) - Method in class org.jboss.util.MuShort
Set the value to value only if the current value is equal to the assumed value.
compare(Object, Object) - Method in class org.jboss.util.Heap
Compares the given objects using the comparator, if available, or considering them Comparable objects.
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(boolean) - Method in class org.jboss.util.MuBoolean
Compares this object with the specified boolean for order.
compareTo(Object) - Method in class org.jboss.util.MuBoolean
Compares this object with the specified object for order.
compareTo(byte) - Method in class org.jboss.util.MuByte
Compares this object with the specified byte for order.
compareTo(Object) - Method in class org.jboss.util.MuByte
Compares this object with the specified object for order.
compareTo(char) - Method in class org.jboss.util.MuCharacter
Compares this object with the specified long for order.
compareTo(Object) - Method in class org.jboss.util.MuCharacter
Compares this object with the specified object for order.
compareTo(double) - Method in class org.jboss.util.MuDouble
Compares this object with the specified double for order.
compareTo(Object) - Method in class org.jboss.util.MuDouble
Compares this object with the specified object for order.
compareTo(float) - Method in class org.jboss.util.MuFloat
Compares this object with the specified float for order.
compareTo(Object) - Method in class org.jboss.util.MuFloat
Compares this object with the specified object for order.
compareTo(int) - Method in class org.jboss.util.MuInteger
Compares this object with the specified int for order.
compareTo(Object) - Method in class org.jboss.util.MuInteger
Compares this object with the specified object for order.
compareTo(long) - Method in class org.jboss.util.MuLong
Compares this object with the specified long for order.
compareTo(Object) - Method in class org.jboss.util.MuLong
Compares this object with the specified object for order.
compareTo(short) - Method in class org.jboss.util.MuShort
Compares this object with the specified short for order.
compareTo(Object) - Method in class org.jboss.util.MuShort
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jboss.util.TimerTask
A TimerTask is less than another if it will be scheduled before.
complement() - Method in class org.jboss.util.MuBoolean
Set the value to its complement.
complement() - Method in class org.jboss.util.MuByte
Set the value to its complement.
complement() - Method in class org.jboss.util.MuInteger
Set the value to its complement.
complement() - Method in class org.jboss.util.MuLong
Set the value to its complement.
complement() - Method in class org.jboss.util.MuShort
Set the value to its complement.
completed(long, Throwable) - Method in interface org.jboss.util.threadpool.Task
The task has been completed
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
 
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.WeakSet
Returns true if this set contains the specified element.
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.collection.WeakValueHashMap
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.
containsState(State) - Method in class org.jboss.util.state.DefaultStateMachineModel
 
containsState(State) - Method in interface org.jboss.util.state.StateMachine.Model
Check if a give state is contained in the model.