com.ptc.windchill.cadx.ws
Class WsSelectionHolder

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.ptc.windchill.cadx.ws.WsSelectionHolder
All Implemented Interfaces:
Cloneable, Map, Serializable

public class WsSelectionHolder
extends Hashtable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private static long CLEANUP_THRESHOLD
           
private static WsSelectionHolder selection_holder_obj
           
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
WsSelectionHolder()
           
WsSelectionHolder(int initialCapacity)
           
WsSelectionHolder(int initialCapacity, float loadFactor)
           
 
Method Summary
 void CollectGarbage()
           
static WsSelectionHolder getSelectionHolder()
           
static long getSelectionId()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

selection_holder_obj

private static WsSelectionHolder selection_holder_obj

CLEANUP_THRESHOLD

private static final long CLEANUP_THRESHOLD
See Also:
Constant Field Values
Constructor Detail

WsSelectionHolder

public WsSelectionHolder()

WsSelectionHolder

public WsSelectionHolder(int initialCapacity)

WsSelectionHolder

public WsSelectionHolder(int initialCapacity,
                         float loadFactor)
Method Detail

getSelectionHolder

public static WsSelectionHolder getSelectionHolder()

getSelectionId

public static long getSelectionId()

CollectGarbage

public void CollectGarbage()