|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sas.edir.EventQueueKey
This is a simple class to use as a key for looking up items in the Event Queue.
Constructor Summary | |
EventQueueKey(java.lang.String userDn)
Construct an EventQueueKey. |
|
EventQueueKey(java.lang.String userDn,
java.lang.String uniqueID)
Construct an EventQueueKey |
Method Summary | |
boolean |
equals(EventQueueKey queueKey)
Test another EventQueueKey to see if it's equal to this one. |
java.lang.String |
getUniqueID()
Get the Unique ID |
java.lang.String |
getUserDn()
Get the User's DN. |
int |
hashCode()
Return a hash code for this key. |
void |
setUniqueID(java.lang.String uniqueID)
Set the Unique ID |
void |
setUserDn(java.lang.String userDn)
Set the User's DN. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventQueueKey(java.lang.String userDn)
userDn
- The DN of the user a message is intended forpublic EventQueueKey(java.lang.String userDn, java.lang.String uniqueID)
userDn
- The DN of the user a message is intended for.uniqueID
- An ID assigned to a specific report run.Method Detail |
public java.lang.String getUserDn()
public void setUserDn(java.lang.String userDn)
userDN
- A DN.public java.lang.String getUniqueID()
public void setUniqueID(java.lang.String uniqueID)
uniqueID
- A unique identifier for a report run.public boolean equals(EventQueueKey queueKey)
queueKey
- Object to test for equivalence.public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |