equip.data
Class GUIDFactoryImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.GUIDFactory
              extended byequip.data.GUIDFactoryImpl
All Implemented Interfaces:
java.lang.Cloneable

public class GUIDFactoryImpl
extends GUIDFactory

The concrete implementation of the IDL'd GUID factory class GUIDFactory. It is recommended to use SingletonManager to get a per-process instance of this class. If you are using the IDataspace API then you can use that instead.


Constructor Summary
GUIDFactoryImpl()
           
 
Method Summary
 GUID getNull()
          get a null GUID.
 GUID getUnique()
          get a new, unique GUID.
 
Methods inherited from class equip.data.GUIDFactory
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIDFactoryImpl

public GUIDFactoryImpl()
Method Detail

getUnique

public GUID getUnique()
Description copied from class: GUIDFactory
get a new, unique GUID.

Specified by:
getUnique in class GUIDFactory
Returns:
a new, unique GUID.

getNull

public GUID getNull()
Description copied from class: GUIDFactory
get a null GUID.

Specified by:
getNull in class GUIDFactory
Returns:
a null GUID (see GUID.isNull()).