gov.nih.nci.caarray.services.security.mageom.mdb
Class SecuredElementUpdateMessage
java.lang.Object
gov.nih.nci.caarray.services.security.mageom.mdb.SecuredElementUpdateMessage
- All Implemented Interfaces:
- java.io.Serializable
public class SecuredElementUpdateMessage
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Joshua Phillips
- See Also:
- Serialized Form
Field Summary |
protected int |
_attempts
Number of times this message has been queued. |
protected java.lang.String |
_className
The class name of the newly inserted SecuredElement |
protected java.lang.String |
_id
The id of the newly inserted SecuredElement |
protected long |
_waitTime
The time this message waited befor being requeued. |
protected static long |
serialVersionUID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
_className
protected java.lang.String _className
- The class name of the newly inserted SecuredElement
_id
protected java.lang.String _id
- The id of the newly inserted SecuredElement
_attempts
protected int _attempts
- Number of times this message has been queued.
_waitTime
protected long _waitTime
- The time this message waited befor being requeued.
SecuredElementUpdateMessage
public SecuredElementUpdateMessage(java.lang.String className,
java.lang.String id)
getClassName
public java.lang.String getClassName()
getId
public java.lang.String getId()
getAttempts
public int getAttempts()
setAttempts
public void setAttempts(int attempts)
getWaitTime
public long getWaitTime()
setWaitTime
public void setWaitTime(long waitTime)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object