jrun.ejb
Class ID

java.lang.Object
  |
  +--jrun.ejb.ID
All Implemented Interfaces:
java.io.Serializable

public final class ID
extends java.lang.Object
implements java.io.Serializable

Uniquely identifies each caller (thread, process, etc)

Author:
Imre Kifor, Paul Reilly
See Also:
Serialized Form

Field Summary
 long processId
           
 
Constructor Summary
ID()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 long toLong()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

processId

public final long processId
Constructor Detail

ID

public ID()
Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toLong

public long toLong()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.