Packagesekati.crypt
Classpublic final class RUID
ImplementsIHash

Runtime Unique ID's for runtime Object management and identification.



Public Methods
 MethodDefined by
  
RUID()
RUID Static Constructor
RUID
  
create():int
[static] Generate a runtime unique id
RUID
  
[static] Return the current RUID id
RUID
  
getKey():String
[static] Return the key property used to track RUID's
RUID
Constructor detail
RUID()constructor
public function RUID()

RUID Static Constructor

Method detail
create()method
public static function create():int

Generate a runtime unique id

Returns
int
getCurrentId()method 
public static function getCurrentId():int

Return the current RUID id

Returns
int
getKey()method 
public static function getKey():String

Return the key property used to track RUID's

Returns
String