| Name | Description | Type | Package | Framework |
| Aggregator | | Class | ariba.util.core | Ariba Web |
|
| Aggregator .Collector | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core.Aggregator | Ariba Web |
|
| AndPredicate | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| ArgumentParser | Provide a cleaner way of handling arguments to public static void main (String args[]). | Class | ariba.util.core | Ariba Web |
|
| Arithmetic | Arithmetic is an abstract class that encapsulates the idea of doing simple arithmetic operations on instances of the sub-types of | Class | ariba.util.core | Ariba Web |
|
| Arithmetic .Operation | java. | Class | ariba.util.core.Arithmetic | Ariba Web |
|
| ArithmeticOperations | Fields inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| ArithmeticUtil | | Class | ariba.util.core | Ariba Web |
|
| ArrayUtil | Array Utilities. | Class | ariba.util.core | Ariba Web |
|
| Assert | | Class | ariba.util.core | Ariba Web |
|
| Asynchronous | Dummy type for RPC's that are asynchronizes and have a void return type. | Class | ariba.util.core | Ariba Web |
|
| Base64 | Base64. | Class | ariba.util.core | Ariba Web |
|
| BatchMapProcessor | Convenience class that abstracts the notion of processing a map of objects in batches. | Class | ariba.util.core | Ariba Web |
|
| BatchProcessingException | An exception that occurs during batch processing. | Class | ariba.util.core | Ariba Web |
|
| BatchProcessor | Convenience class that abstracts the notion of processing a collection of objects in chunks of a given size. | Class | ariba.util.core | Ariba Web |
|
| BatchSizer | Is a class that defines how a stream of objects should be batched. | Class | ariba.util.core | Ariba Web |
|
| BatchSizer .Fixed | Is a batch sizer that uses a simple fixed batch size. | Class | ariba.util.core.BatchSizer | Ariba Web |
|
| Blob | Represents a stream based interface to a "binary large-object" (or blob for short. | Interface | ariba.util.core | Ariba Web |
|
| BooleanArray | A DynamicArray of BooleansSee Also:DynamicArray | Class | ariba.util.core | Ariba Web |
|
| BufferPool | This abstract self cleaning pool of Buffer instances can be extended by subclasses for specific types of Buffers, for example CharBuffer and ByteBuffer. | Class | ariba.util.core | Ariba Web |
|
| ByteBufferPool | This class implements a self cleaning pool of ByteBuffers, each wrapped around a byte array of the configured buffer length. | Class | ariba.util.core | Ariba Web |
|
| CharBufferPool | This class implements a self cleaning pool of CharBuffers, each wrapped around a char array of the configured buffer length. | Class | ariba.util.core | Ariba Web |
|
| ChecksumManager | Service that manages ComponentChecksums. | Class | ariba.util.core | Ariba Web |
|
| Chrono | Simple timing class, used for timing one or more trials of an event. | Class | ariba.util.core | Ariba Web |
|
| ChronoWithMemory | Chrono subclass which displayed more information when being printed. | Class | ariba.util.core | Ariba Web |
|
| ClassExtension | The ClassExtension class is the abstract superclass for all ClassExtension subclasses. | Class | ariba.util.core | Ariba Web |
|
| ClassExtensionRegistry | The ClassExtensionRegistry class provides a convenient and consistent way to cache ClassExtension subclasses. | Class | ariba.util.core | Ariba Web |
|
| ClassFactory | Interface to provide settable class factory. | Interface | ariba.util.core | Ariba Web |
|
| ClassProxy | Objects that implement ClassProxy will be able to get the Class of the object they represent, and answer convenient instanceOf questions. | Interface | ariba.util.core | Ariba Web |
|
| ClassUtil | ClassUtil. | Class | ariba.util.core | Ariba Web |
|
| CommandLine | This interface provides a general mechanism for its clients to set up the command line arguments that it is expecteing, to process the arguments, | Interface | ariba.util.core | Ariba Web |
|
| Compare | Compare is an interface that provides an object comparison function for use by the static sorting methods in Sort. | Interface | ariba.util.core | Ariba Web |
|
| ComponentChecksum | The abstract class to support checking the that the runtime configuration of components are consistent | Class | ariba.util.core | Ariba Web |
|
| ComponentChecksumException | The general exception wrapper for ComponentChecksums. | Class | ariba.util.core | Ariba Web |
|
| CompositePredicate | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| ConsistentHashRing | The Consistent Hash Ring is a data structure that is used to load balance resources across several server nodes. | Class | ariba.util.core | Ariba Web |
|
| ConsistentHashRing .HashFunction | The HashFunction interface is used to implement the hashing function for the keys. | Interface | ariba.util.core.ConsistentHashRing | Ariba Web |
|
| ConsistentHashRing .MD5HashFunction | A MD5 hash function which is a good alternative for uniform hashing. | Class | ariba.util.core.ConsistentHashRing | Ariba Web |
|
| Constants | Constants for well known valuesSee Also:Serialized Form | Class | ariba.util.core | Ariba Web |
|
| ContextCommandLine | This interface provides a general mechanism for its clients to set up the command line arguments that it is expecting, to process the arguments, | Interface | ariba.util.core | Ariba Web |
|
| Crypt | | Class | ariba.util.core | Ariba Web |
|
| Crypto | Disclaimer. | Class | ariba.util.core | Ariba Web |
|
| CryptoInterface | | Interface | ariba.util.core | Ariba Web |
|
| CycleException | An exception that is thrown when a cycle is created. | Class | ariba.util.core | Ariba Web |
|
| DatabaseBaseId | This is a stripped down BaseId, for use in tools (such as migration) below the level of ObjectServer. | Class | ariba.util.core | Ariba Web |
|
| Date | The Date class implements helper functions on top of the java. | Class | ariba.util.core | Ariba Web |
|
| DateUtil | | Class | ariba.util.core | Ariba Web |
|
| DebugState | DebugState is used on conjunction with the ThreadDebugState class to print out information on the current application state when | Interface | ariba.util.core | Ariba Web |
|
| DefaultRejectedExecutionHandler | | Class | ariba.util.core | Ariba Web |
|
| DefaultThreadManager | Default implementation that doesn't do anything. | Class | ariba.util.core | Ariba Web |
|
| Deque | This class implements a double-ended queue (pronounced like "deck"). | Class | ariba.util.core | Ariba Web |
|
| DoubleArray | A DynamicArray of DoublesSee Also:DynamicArray | Class | ariba.util.core | Ariba Web |
|
| DynamicArray | A DynamicArray is like List except that is exposes the underlying array. | Class | ariba.util.core | Ariba Web |
|
| EncodingMap | | Class | ariba.util.core | Ariba Web |
|
| EncodingMapStrategy | | Interface | ariba.util.core | Ariba Web |
|
| EqHashtable | This class extends Hashtable, but provides for pointer hashing and equality instead of hashCode() and equals() equality. | Class | ariba.util.core | Ariba Web |
|
| EqLRUHashtable | This class extends LRUHashtable, but provides for pointer hashing and equality instead of hashCode() and equals() equality. | Class | ariba.util.core | Ariba Web |
|
| EvaluationException | See Also:Serialized FormConstructor SummaryEvaluationException() | Class | ariba.util.core | Ariba Web |
|
| EventExceptionListener | | Interface | ariba.util.core | Ariba Web |
|
| EventLoop | | Class | ariba.util.core | Ariba Web |
|
| EventQueue | A simple queue of events that can be added to and waited on by multiple threads | Class | ariba.util.core | Ariba Web |
|
| Executor | Copy of the java. | Interface | ariba.util.core | Ariba Web |
|
| ExitException | If Util. | Class | ariba.util.core | Ariba Web |
|
| Factory | Convenience generic factory class. | Class | ariba.util.core | Ariba Web |
|
| FastStringBuffer | Object subclass resembling the java. | Class | ariba.util.core | Ariba Web |
|
| FatalAssertionException | Class used to represent a Fatal Assert Exception. | Class | ariba.util.core | Ariba Web |
|
| Feature | Represents a feature or capability in the system and can answer the question of whether the feature is enabled in an instance of a given | Class | ariba.util.core | Ariba Web |
|
| FeatureConfig | Different products will fetch configuration in various ways: file, DB, etc. | Class | ariba.util.core | Ariba Web |
|
| FeatureSet | A feature set groups a set of features (Feature) by name. | Class | ariba.util.core | Ariba Web |
|
| FileArray | A DynamicArray of FilesFields inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| FileCompare | | Class | ariba.util.core | Ariba Web |
|
| FileComponentChecksum | This class extends the ComponentChecksum class to compute a checksum for files and directories. | Class | ariba.util.core | Ariba Web |
|
| FileOutputStreamHolder | Constructor SummaryFileOutputStreamHolder(java. | Class | ariba.util.core | Ariba Web |
|
| FileReplacer | Utility class that supports replacing a given base file with a new file (typically, a new version of that file. | Class | ariba.util.core | Ariba Web |
|
| FileReplacer .BadStateException | See Also:Serialized FormConstructor SummaryFileReplacer. | Class | ariba.util.core.FileReplacer | Ariba Web |
|
| FileUtil | File Utilities. | Class | ariba.util.core | Ariba Web |
|
| FileUtil .FileDeletionException | Represents the exceptional condition where we expected to be able to delete a file but were not actually able to do so. | Class | ariba.util.core.FileUtil | Ariba Web |
|
| FileUtil .FileRenameException | Represents the exceptional condition where we expected to be able to rename a file but were not actually able to do so. | Class | ariba.util.core.FileUtil | Ariba Web |
|
| Fmt | Formatted output. | Class | ariba.util.core | Ariba Web |
|
| FormatBuffer | A version of a FastStringBuffer that is able to append some basic java types directly without having to use intermediate | Class | ariba.util.core | Ariba Web |
|
| Function | Generic class that represents a function returning a type K. | Class | ariba.util.core | Ariba Web |
|
| Function .MethodFunction | | Class | ariba.util.core.Function | Ariba Web |
|
| GlobalLock | Interface for a GlobalLock. | Interface | ariba.util.core | Ariba Web |
|
| GlobalLocking | Finder class for the GlobalLockingServiceConstructor SummaryGlobalLocking() | Class | ariba.util.core | Ariba Web |
|
| GlobalLockingException | Something went wrong in GlobalLocking, typically accessing an invalid lock | Class | ariba.util.core | Ariba Web |
|
| GlobalLockingService | provide services for acquiring global locks and creating lock groups. | Interface | ariba.util.core | Ariba Web |
|
| GlobalLockUtil | A helper class for acquiring and releasing global lockConstructor SummaryGlobalLockUtil() | Class | ariba.util.core | Ariba Web |
|
| GlobalState | | Class | ariba.util.core | Ariba Web |
|
| Gridtable | A two-dimensional map. | Class | ariba.util.core | Ariba Web |
|
| GrowOnlyGridTable | A two-dimensional GrowOnlyHashtable. | Class | ariba.util.core | Ariba Web |
|
| GrowOnlyHashSet | A GrowOnlyHashSet built on top of a GrowOnlyHashTable. | Class | ariba.util.core | Ariba Web |
|
| GrowOnlyHashtable | A version of Hashtable that. | Class | ariba.util.core | Ariba Web |
|
| GrowOnlyHashtable .IdentityMap | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core.GrowOnlyHashtable | Ariba Web |
|
| GZipUtil | Utility class to perform gzip on strings, byte arrays, etc. | Class | ariba.util.core | Ariba Web |
|
| Hashtable | A Hashtable class that has a number of performance improvements over other Hashtable classes. | Class | ariba.util.core | Ariba Web |
|
| HeapTimerQueue | An implementation of a TimerQueue that stores the Timers in a PriorityQueue. | Class | ariba.util.core | Ariba Web |
|
| Holder | Convenience class that makes it a little simpler to write a lazily evalated Use as follows. | Class | ariba.util.core | Ariba Web |
|
| HTML | | Class | ariba.util.core | Ariba Web |
|
| HTTP | HTTP. | Class | ariba.util.core | Ariba Web |
|
| IntCompanionSort | provides functions for sorting arrays of objects, with integer companion arraysFields inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| IntegerArray | A DynamicArray of IntegersSee Also:DynamicArray | Class | ariba.util.core | Ariba Web |
|
| IntegerCompare | | Class | ariba.util.core | Ariba Web |
|
| InternCharToString | This class implements an instance of a GrowOnlyHashtable with the following properties: | Class | ariba.util.core | Ariba Web |
|
| IOUtil | Input/Output Utilities. | Class | ariba.util.core | Ariba Web |
|
| IOUtil .BufferHolder | Holds a byte buffer for use in this class while copying bytes around. | Class | ariba.util.core.IOUtil | Ariba Web |
|
| IteratorUnion | An enumeration that is the union of a list of enumerations. | Class | ariba.util.core | Ariba Web |
|
| JavaThreadFactory | A ThreadFactory for plain Java ThreadsConstructor SummaryJavaThreadFactory() | Class | ariba.util.core | Ariba Web |
|
| LinearLRUHashtable | Provides an LRUHashtable that uses linear growth (the LRUHashtable class uses exponential growth). | Class | ariba.util.core | Ariba Web |
|
| Link | Link implements a fairly textbook "link" suitable for use in a doubly linked list. | Class | ariba.util.core | Ariba Web |
|
| Linkable | By implementing this interface the object in question can be stored in a LinkableList. | Interface | ariba.util.core | Ariba Web |
|
| LinkableList | LinkableList implements a fairly straightforward doubly linked The only points are that one should never follow or modify the | Class | ariba.util.core | Ariba Web |
|
| LinkedList | This class implements a basic doublely linked list. | Class | ariba.util.core | Ariba Web |
|
| LinkedTimerQueue | A TimerQueue implemented using a linked list of Timers. | Class | ariba.util.core | Ariba Web |
|
| LinkPayload | LinkPayload is a simply wrapper around Link that includes a payload reference. | Class | ariba.util.core | Ariba Web |
|
| ListUtil | List Utilities. | Class | ariba.util.core | Ariba Web |
|
| ListUtil .Comparator | Is a java. | Class | ariba.util.core.ListUtil | Ariba Web |
|
| LobException | Represents an exception that has occurred during an interaction with a large-object (lob. | Class | ariba.util.core | Ariba Web |
|
| LockHandler | | Class | ariba.util.core | Ariba Web |
|
| LockHandlerConditions | | Interface | ariba.util.core | Ariba Web |
|
| LockHandlerContext | | Class | ariba.util.core | Ariba Web |
|
| LockManager | | Class | ariba.util.core | Ariba Web |
|
| LRUEntry | An entry in LRUHashtable. | Class | ariba.util.core | Ariba Web |
|
| LRUHashtable | A hashtable that tracks the age of entries. | Class | ariba.util.core | Ariba Web |
|
| LRURemoveListener | | Interface | ariba.util.core | Ariba Web |
|
| MainThread | | Interface | ariba.util.core | Ariba Web |
|
| MapArray | A DynamicArray of MapsFields inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| MapBasedSet | A generic implementation of the Set built on top of a Map. | Class | ariba.util.core | Ariba Web |
|
| MapUtil | Map Utilities. | Class | ariba.util.core | Ariba Web |
|
| MasterPasswordClient | Manages master password. | Class | ariba.util.core | Ariba Web |
|
| MathUtil | Math Utilities. | Class | ariba.util.core | Ariba Web |
|
| MaxEncodedString | | Class | ariba.util.core | Ariba Web |
|
| MemoryOptimizedMap | This is a map implementation that is very memory efficient for very small maps. | Class | ariba.util.core | Ariba Web |
|
| MemoryStats | Simple class that captures the current memory situation. | Class | ariba.util.core | Ariba Web |
|
| MessageDigestUtil | A utility class for generating message digests, suitable for password hashing. | Class | ariba.util.core | Ariba Web |
|
| MIME | MIME. | Class | ariba.util.core | Ariba Web |
|
| MimeEncoding | This class is generated by Add Language Tool. | Class | ariba.util.core | Ariba Web |
|
| MIMESource | This interface provides the abstraction of MIME data source. | Interface | ariba.util.core | Ariba Web |
|
| ModifiableInteger | This is a handy class to use in cases where Integer needs to be part of a Collection object, yet needs to be modified very frequently. | Class | ariba.util.core | Ariba Web |
|
| ModMofNPredicate | | Class | ariba.util.core | Ariba Web |
|
| MultiKeyHashtable | A MultiKeyHashtable class that allows for multiple keys per entry. | Class | ariba.util.core | Ariba Web |
|
| MultiValueHashtable | A map like class that can store multiple values for theConstructor SummaryMultiValueHashtable() | Class | ariba.util.core | Ariba Web |
|
| NamedList | See Also:Serialized FormConstructor SummaryNamedList() | Class | ariba.util.core | Ariba Web |
|
| NamedValue | Simple class to store a simple pair name/valueConstructor SummaryNamedValue(java. | Class | ariba.util.core | Ariba Web |
|
| NoCrypto | Disclaimer. | Class | ariba.util.core | Ariba Web |
|
| NonCachingClassLoader | reloading of class files from the file system. | Class | ariba.util.core | Ariba Web |
|
| NotPredicate | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| ObjectArray | A DynamicArray of Objects No array() needed because the underlying array is the same type | Class | ariba.util.core | Ariba Web |
|
| ObjectLockManager | This class maintains a set of objects that can be exclusively locked. | Class | ariba.util.core | Ariba Web |
|
| ObjectUtil | This is a class of static methods useful for Objects in general. | Class | ariba.util.core | Ariba Web |
|
| OptimizingGridtable | Fields inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| OrderedHashtable | An OrderedHashtable is just like a normal Hashtable except that it remembers the order the keys were added to the table and, whenever keys() | Class | ariba.util.core | Ariba Web |
|
| OrPredicate | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core | Ariba Web |
|
| OutputStreamHolder | Represents the capability to hold an OutputStream. | Interface | ariba.util.core | Ariba Web |
|
| Parameters | Interface to access easily configuration parametersConstructor SummaryParameters() | Class | ariba.util.core | Ariba Web |
|
| PerformanceCheck | PerformanceCheck defines a set of expected performance boundaries for task execution. | Class | ariba.util.core | Ariba Web |
|
| PerformanceCheck .ErrorSink | Callback interface for to record warnings/erros detected. | Interface | ariba.util.core.PerformanceCheck | Ariba Web |
|
| PerformanceChecker | Object used by the PerformanceCheck to check a specific metric (or PerformanceStateCore). | Class | ariba.util.core | Ariba Web |
|
| PerformanceState | This class maintains performance state for the current thread. | Class | ariba.util.core | Ariba Web |
|
| PerformanceState .Stats | | Class | ariba.util.core.PerformanceState | Ariba Web |
|
| PerformanceStateCore | This class is the root for performance counters. | Class | ariba.util.core | Ariba Web |
|
| PerformanceStateCore .EventDetail | | Class | ariba.util.core.PerformanceStateCore | Ariba Web |
|
| PerformanceStateCore .Instance | | Class | ariba.util.core.PerformanceStateCore | Ariba Web |
|
| PerformanceStateCounter | A thread specific counter. | Class | ariba.util.core | Ariba Web |
|
| PerformanceStateCounter .Instance | | Class | ariba.util.core.PerformanceStateCounter | Ariba Web |
|
| PerformanceStateCPUTimedCounter | A performance counter for thread CPU time. | Class | ariba.util.core | Ariba Web |
|
| PerformanceStateCPUTimedCounter .Instance | Fields inherited from class ariba. | Class | ariba.util.core.PerformanceStateCPUTimedCounter | Ariba Web |
|
| PerformanceStateTimedCounter | | Class | ariba.util.core | Ariba Web |
|
| PerformanceStateTimedCounter .Instance | | Class | ariba.util.core.PerformanceStateTimedCounter | Ariba Web |
|
| PermutationIterator | A PermutationIterator produces a series of permutations of the requested size from a source array of objects. | Class | ariba.util.core | Ariba Web |
|
| Pool | | Class | ariba.util.core | Ariba Web |
|
| Pool .PoolChangeReason | Used with poolChange method to indicate the reason the pool was changed. | Class | ariba.util.core.Pool | Ariba Web |
|
| Predicate | | Class | ariba.util.core | Ariba Web |
|
| Predicate .Constant | Nested Class SummaryNested classes/interfaces inherited from class ariba. | Class | ariba.util.core.Predicate | Ariba Web |
|
| Priority | Priority represent the user preceived speed of an operation, not necessarily the speed of the operation. | Interface | ariba.util.core | Ariba Web |
|
| ProgressMonitor | This class stores the user-visible progress information for the current thread so that it can be queried / reflected by a progress panel in the UI. | Class | ariba.util.core | Ariba Web |
|
| PropertyGetter | | Class | ariba.util.core | Ariba Web |
|
| PropertyHasher | | Class | ariba.util.core | Ariba Web |
|
| PropertyTable | PropertyTable is an extension of a Map which provides additional convenience methods and some minor semantic | Class | ariba.util.core | Ariba Web |
|
| QuickTableDiff | Simple command line tool to diff to table files. | Class | ariba.util.core | Ariba Web |
|
| ReadOnlyMap | A Map-like object that can't be modified - not because it is immutable (which would raise a run-time exception), but because it has no API | Class | ariba.util.core | Ariba Web |
|
| ReferenceHandler | Handles paramaters via indirect references. | Class | ariba.util.core | Ariba Web |
|
| ReferenceReader | Interface class for reading value of a parameter reference. | Interface | ariba.util.core | Ariba Web |
|
| ReferenceReaderException | Exception class to be used for ReferenceReaderSee Also:Serialized Form | Class | ariba.util.core | Ariba Web |
|
| ReferenceSyntaxParser | This class provides methods to parse Strings that may contain remote and/or local references. | Class | ariba.util.core | Ariba Web |
|
| RegexFunction | | Class | ariba.util.core | Ariba Web |
|
| RegexFunction .Instruction | | Class | ariba.util.core.RegexFunction | Ariba Web |
|
| RejectedExecutionException | Exception thrown by an Executor when a task cannot be accepted for execution. | Class | ariba.util.core | Ariba Web |
|
| RejectedExecutionHandler | An interface for handling rejected executions. | Interface | ariba.util.core | Ariba Web |
|
| ResourceService | The fundamental API to resolving localized resources. | Class | ariba.util.core | Ariba Web |
|
| ResourceService .Localizer | | Interface | ariba.util.core.ResourceService | Ariba Web |
|
| ResourceService .PseudoLocalizer | | Interface | ariba.util.core.ResourceService | Ariba Web |
|
| ResourceService .ResourceLocation | Is an enumerated type representing the locations where string resources may be found under the string resource base URL. | Class | ariba.util.core.ResourceService | Ariba Web |
|
| SecurityHelper | Very poor stop-gap measure to prevent bogus access to some vital stuff. | Class | ariba.util.core | Ariba Web |
|
| SelfCleaningPool | Generic resource pooling mechanism, that uses Timer to return allocated storage to be garbage collected when it is no longer needed for current usage patterns. | Class | ariba.util.core | Ariba Web |
|
| SelfCleaningPool .PoolFloat | Nested class that wraps up an actual resource instance. | Class | ariba.util.core.SelfCleaningPool | Ariba Web |
|
| ServerExtension | Interface used to bind new extension into the server. | Interface | ariba.util.core | Ariba Web |
|
| ServerInterface | Interface that defines basic functionalities that should be provided by the servers. | Interface | ariba.util.core | Ariba Web |
|
| ServerUtil | | Class | ariba.util.core | Ariba Web |
|
| SetUtil | Set Utilities. | Class | ariba.util.core | Ariba Web |
|
| SignalHandler | Wrapper around the sun. | Class | ariba.util.core | Ariba Web |
|
| SimpleComponentChecksum | A simple implementation of ComponentChecksum that saves a stored byte array. | Class | ariba.util.core | Ariba Web |
|
| Sort | Sort provides functions for sorting arrays of objects. | Class | ariba.util.core | Ariba Web |
|
| SparseVector | Object subclass that manages an array of objects. | Class | ariba.util.core | Ariba Web |
|
| State | | Interface | ariba.util.core | Ariba Web |
|
| StateFactory | | Class | ariba.util.core | Ariba Web |
|
| Stopwatch | | Interface | ariba.util.core | Ariba Web |
|
| StringArray | A DynamicArray of StringsSee Also:DynamicArray | Class | ariba.util.core | Ariba Web |
|
| StringCompare | | Class | ariba.util.core | Ariba Web |
|
| StringCompareIgnoreCase | | Class | ariba.util.core | Ariba Web |
|
| StringCSVConsumer | The StringCSVConsumer is callback from ResourceSerivce to process string tables. | Interface | ariba.util.core | Ariba Web |
|
| StringTableProcessor | The StringCSVProcessor is callback for ResourceSerivce to process string tables. | Interface | ariba.util.core | Ariba Web |
|
| StringUtil | String Utilities. | Class | ariba.util.core | Ariba Web |
|
| StringUtil .SearchResult | Small struct class that captures the result of search for a string within some other unidentified string or stream. | Class | ariba.util.core.StringUtil | Ariba Web |
|
| SubsetIterator | A SubsetIterator produces a series of subsets of the requested size from a source array of objects. | Class | ariba.util.core | Ariba Web |
|
| SystemUtil | System Utilities. | Class | ariba.util.core | Ariba Web |
|
| SystemUtil .ValidCaller | A simple bean to hold the attributes of a valid caller for use by validateCaller method. | Class | ariba.util.core.SystemUtil | Ariba Web |
|
| TableUtil | Table file Utilities. | Class | ariba.util.core | Ariba Web |
|
| Target | Interface enabling a generalized object request framework. | Interface | ariba.util.core | Ariba Web |
|
| ThreadDebugKey | A key to use with ThreadDebugState. | Class | ariba.util.core | Ariba Web |
|
| ThreadDebugState | This class maintains debug state for the current thread. | Class | ariba.util.core | Ariba Web |
|
| ThreadDebugState .StateMap | | Class | ariba.util.core.ThreadDebugState | Ariba Web |
|
| ThreadedQueue | This is a ThreadedQueue used for a producer/consumer model of threads. | Class | ariba.util.core | Ariba Web |
|
| ThreadFactory | ThreadFactory's allow an API to create threads that match the callers desires in terms of implementation. | Interface | ariba.util.core | Ariba Web |
|
| ThreadGroupLocalState | | Class | ariba.util.core | Ariba Web |
|
| ThreadLocalHolder | | Class | ariba.util.core | Ariba Web |
|
| ThreadManager | Interface to allow Ariba thread management. | Interface | ariba.util.core | Ariba Web |
|
| ThreadManager .NoOp | | Class | ariba.util.core.ThreadManager | Ariba Web |
|
| ThreadNameAbbreviation | Maintain short names for threads. | Class | ariba.util.core | Ariba Web |
|
| ThreadNamedPropertyGetter | | Interface | ariba.util.core | Ariba Web |
|
| ThreadNamedPropertySetter | | Interface | ariba.util.core | Ariba Web |
|
| ThreadPool | Standard non-extensible thread pool implememtation on top of queue. | Class | ariba.util.core | Ariba Web |
|
| ThreadPoolMonitor | This interface specifies a hook to monitor the thread pool. | Interface | ariba.util.core | Ariba Web |
|
| ThreadPoolRejectedExecutionHandler | A concrete implementation of RejectedExecutionHandler for ThreadPools. | Class | ariba.util.core | Ariba Web |
|
| Timer | Object subclass that causes an action to occur at a predefined rate. | Class | ariba.util.core | Ariba Web |
|
| TimerQueue | Private class to manage a queue of Timers. | Class | ariba.util.core | Ariba Web |
|
| TokenTable | A table of tokens that map to objects. | Class | ariba.util.core | Ariba Web |
|
| TransientException | TransientException is designed to be thrown by application code that needs to halt execution of an action and display a localized error message to the user about the | Class | ariba.util.core | Ariba Web |
|
| TreeIterable | | Class | ariba.util.core | Ariba Web |
|
| TreeIterable .Traversal | | Class | ariba.util.core.TreeIterable | Ariba Web |
|
| TunnelingException | TunnelingException is used to wrap a RunTimeException around a Exception. | Class | ariba.util.core | Ariba Web |
|
| URLUtil | URL Utilities. | Class | ariba.util.core | Ariba Web |
|
| Vector | Object subclass that manages an array of objects. | Class | ariba.util.core | Ariba Web |
|
| Version | This class provides access to build version information. | Class | ariba.util.core | Ariba Web |
|
| VersionComponentChecksum | Component checksum for the application version. | Class | ariba.util.core | Ariba Web |
|
| WhiteListPredicate | | Class | ariba.util.core | Ariba Web |
|
| WrappedException | a generic exception subclass for all exceptions thrown. | Class | ariba.util.core | Ariba Web |
|
| WrapperRuntimeException | The WrapperRuntimeException class provides a simple runtime exceptionfor all the various problems which might occur within the FieldValue | Class | ariba.util.core | Ariba Web |
|
| WriteResistantMap | Similar to a ReadOnlyMap, but with a method getMap enabling the caller to get direct access to the underlying Map, which may then | Class | ariba.util.core | Ariba Web |