com.kenmccrary.jtella
Class Utilities

java.lang.Object
  |
  +--com.kenmccrary.jtella.Utilities

public class Utilities
extends java.lang.Object

General purpose utilities


Constructor Summary
Utilities()
           
 
Method Summary
static short[] generateGUID()
          Generate something remotely resembling a windows guid
static GUID getClientGUID()
          Returns the client guid in the form of the wrapper GUID
static short[] getClientIdentifier()
          Generate something resembling a guid for this host
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

generateGUID

public static short[] generateGUID()
Generate something remotely resembling a windows guid

getClientIdentifier

public static short[] getClientIdentifier()
Generate something resembling a guid for this host

getClientGUID

public static GUID getClientGUID()
Returns the client guid in the form of the wrapper GUID

main

public static void main(java.lang.String[] args)