KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tcclient > util > DSOUnsafe


1 /*
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tcclient.util;
5
6
7 /**
8  * A wrapper for unsafe usage in class like Atomic Variables, ReentrantLock, etc.
9  */

10 public class DSOUnsafe {
11   public final static String JavaDoc CLASS_DOTS = "com.tcclient.util.DSOUnsafe";
12   public final static String JavaDoc CLASS_SLASH = "com/tcclient/util/DSOUnsafe";
13   public final static String JavaDoc CLASS_DESCRIPTION = "Lcom/tcclient/util/DSOUnsafe;";
14   public final static String JavaDoc INIT_DESCRIPTION = "()V";
15
16   public DSOUnsafe() {
17     super();
18   }
19
20 }
21
Popular Tags