com.tc.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » Terracotta » com.tc.util 
com.tc.util
Java Source File NameTypeComment
AATree.javaClass Implements an AA-tree.
AbstractClassDumper.javaClass A little utility class that will write class files to disk.
AbstractIdentifier.javaClass Generic Identifier class, parent class of many ID types.
AbstractIdentifierTest.javaClass Unit test for AbstractIdentifier .
AbstractResourceBundleFactory.javaClass
ActivityMonitor.javaClass This class can be used while debugging to record some activity based on a key and later can be used to inpect the activity when something goes wrong.
AdaptedClassDumper.javaClass A little utility class that will write class files to disk for instrumented class files.
ArchiveBuilder.javaInterface
Assert.javaClass A general purpose assertion utility.
AssertTest.javaClass Unit test for Assert .
ByteishBuffer.javaInterface Stuff common to ByteBuffer and TCByteBuffer.
ByteishWrapper.javaClass Only wanted to write the real dump() implementation once, so this wrapper should mask whether we are working with an NIO byte buffer or a TC byte buffer.
ClassListToFileList.javaClass Translates an array of Class objects to an array of File objects.
ClassUtils.javaClass
ClassUtilsTest.javaClass
CommonShutDownHook.javaClass
CompositeIdentifier.javaClass
CompositeIdentifierTest.javaClass
Conversion.javaClass Data conversion algorithms and whatnot can be found in java.io.DataInput and java.io.DataOutput.
Conversions.javaClass
ConversionTest.javaClass JUnit TestCase to exercise the Conversion class.
Counter.javaClass
CruiseControlLogParser.javaClass
DebugUtil.javaClass This a temporary class to hold a debug flag and should be removed after the CyclicBarrier bug is found.
DsoFinalMethodTest.javaClass Test to see if an adapted class has all of the adaptations we expect.
Dumper.javaClass Class to facilitate printing out binary data or opaque objects in some sort of other usable form.
DumperTest.javaClass
EnumerationWrapper.javaClass
EqualityComparator.javaInterface Knows how to compare two objects for equality.
EqualsEqualityComparator.javaClass An EqualityComparator that compares objects with Object.equals(Object) .
EqualsEqualityComparatorTest.javaClass Unit test for EqualsEqualityComparator .
ExternalProcessStreamWriter.javaClass
FieldUtils.javaClass
HashtableKeySetWrapper.javaClass
HashtableValuesWrapper.javaClass
HexDump.javaClass Knows how to dump out byte arrays in the style of emacs' hexl-mode.
HexDumpTest.javaClass Unit test for HexDump .
InitialClassDumper.javaClass A little utility class that will write class files to disk for uninstrumented class files.
InvalidSequenceIDException.javaClass
JarBuilder.javaClass
ListIteratorWrapper.javaClass
LoggingInvocationHandler.javaClass An InvocationHandler that logs every call made through it, along with the thread that made it.
NonPortableDetail.javaClass Label/value pair for use in a NonPortableReason .
NonPortableReason.javaClass Encapsulate why something is non-portable and build nice error messages for printing when that occurs.
NonPortableReasonTest.javaClass
ObjectIDSet.javaClass TODO May 31, 2006: 1) Make this set special case things like addAll() removeAll() etc if the passed in collection is also an ObjectIDSet 2) Make this set optimized for worst case scenario too.
ObjectIDSet2.javaClass This class is a an attempt to meet the shortcomings of ObjectIDSet.
ObjectIDSetTest.javaClass
OidLongArray.javaClass
OidLongArrayTest.javaClass
PortChooser.javaClass
ProductInfo.javaClass Utility class to retrieve the build information for the product.
ProductInfoBundle.javaClass
ReflectionUtil.javaClass A wrapper for unsafe usage in class like Atomic Variables, ReentrantLock, etc.
ReflectiveProxy.javaClass Creates a proxy to allows a class containing the correct set of method signatures to stand in for an interface (w/o actually implementing it) NOTE: even if createProxyIfPossible() returns a proxy, it doesn't mean you want get ClassCastExceptions on the argument and/or return types -- The only checking that is done is on class names (ignoring loaders completely) NOTE (2): Since reflection is used, this probably isn't the fastest thing in town.
ReflectiveProxyTest.javaClass
ReplaceLine.javaClass
Resolve.javaInterface
ResourceBundleFactory.javaInterface
ResourceBundleHelper.javaClass
SameObjectEqualityComparator.javaClass An EqualityComparator that tells if objects are the same actual object.
SameObjectEqualityComparatorTest.javaClass Unit test for SameObjectEqualityComparator .
SequenceGenerator.javaClass
SequenceGeneratorTest.javaClass
SequenceID.javaClass
SequenceValidator.javaClass
SequenceValidatorTest.javaClass
SerializationSpeedTester.javaClass This is a nifty little class that lets you 'profile' the serialization speed of a given object: it will serialize the object in question, and each class underneath that object, printing the speed of each serialization at the end.
SerializationTestUtil.javaClass Utilities for use in testing serialization.
SetIteratorWrapper.javaClass Since a Set is just a wrapper around a HashMap we need to use this to find out about removes from iterators on sets.
SetMapPerformanceTest.javaClass
SettableBoolValue.javaClass
SettableBoolValueTest.javaClass
SettableIntValue.javaClass
SettableIntValueTest.javaClass
SettableValue.javaClass A simple value (of any Object type) that can be in three states, not just two:
  • Unset.
  • Set, but null.
  • Set, with a value.
This lets us handle a myriad of cases in the config where we need to distinguish between something having never been set and something having been set explicitly to null.
SettableValueTest.javaClass Unit test for SettableValue .
Stack.javaClass
StackTest.javaClass
StandardResourceBundleFactory.javaClass
StandardStringifier.javaClass A Stringifier that generally uses Object.toString on objects, but uses special cases for certain objects (like arrays) for which Object.toString doesn't do a very good job.
StandardStringifierTest.javaClass Unit test for StandardStringifier .
StartupLock.javaClass Class for testing if it is safe to startup a process on a specified directory (i.e.
StartupLockTest.javaClass
State.javaClass
Stringifier.javaInterface Knows how to turn objects into strings in some fashion.
StringReplace.javaClass A small app that does a simple substring search and replace.
StringUtil.javaClass String utility methods.
StringUtilTest.javaClass
SyncObjectIdSet.javaInterface
SyncObjectIdSetImpl.javaClass
SyncObjectIdSetImplTest.javaClass
TCAssertionError.javaClass Assertion error thrown by Assert .
TCDataFileLockingException.javaClass
TCTimeoutException.javaClass An exception thrown when an operation times out.
TCTimer.javaInterface
TCTimerImpl.javaClass A wrapper around java.util.Timer.
TestTimer.javaClass
THashMapCollectionWrapper.javaClass
TimeMovesForwardTest.javaClass
TIMUtil.javaClass Terracotta Integration Module Util This should be the only source where the TIM names and versions are defined.
ToStringStringifier.javaClass A Stringifier that uses Object.toString to do its work.
ToStringStringifierTest.javaClass Unit test for ToStringStringifier .
UnsafeUtil.javaClass A wrapper for unsafe usage in class like Atomic Variables, ReentrantLock, etc.
Util.javaClass Generic utility methods.
UtilHashTest.javaClass
UtilTest.javaClass
UUID.javaClass
VendorVmSignature.javaClass
VendorVmSignatureException.javaClass
WindowUtil.javaClass
ZipBuilder.javaClass
ZipCompare.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.