|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.database.components.ClientThreadIdRef
public class ClientThreadIdRef
A class representing a client thread id and ID relationship.
| Constructor Summary | |
|---|---|
ClientThreadIdRef(ClientThreadId clientThread,
ID id)
Create a ClientThreadIdRef with the given thread and id. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ClientThreadId |
getClientThread()
Returns the first value in the tuple |
ID |
getID()
Returns the second value in the tuple |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientThreadIdRef(ClientThreadId clientThread,
ID id)
clientThread - The client thread idid - The object id.| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic ClientThreadId getClientThread()
public ID getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||