com.tc.aspectwerkz.util |
|
Java Source File Name | Type | Comment |
ContextClassLoader.java | Class | Utility methods dealing with the context class loader. |
EnvironmentDetect.java | Class | Detects Java JVM vendor and Java version
Usage: -jvm | -java
System.exit code is:
2:BEA, 1:IBM, 0:SUN
MajorMinor (f.e. |
SequencedHashMap.java | Class | A map of objects whose mapping entries are sequenced based on the order in which they were added. |
SerializableThreadLocal.java | Class | Extends the java.lang.ThreadLocal to be able to add additional functionality. |
Strings.java | Class | Utility methods for strings. |
Util.java | Class | Utility methods and constants used in the AspectWerkz system. |
UuidGenerator.java | Class | Generates a UUID. |