gov.nih.nci.caarray.services.security.mageom.mdb
Class SecuredElementUpdateMessage

java.lang.Object
  extended by 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
           
 
Constructor Summary
SecuredElementUpdateMessage(java.lang.String className, java.lang.String id)
           
 
Method Summary
 int getAttempts()
           
 java.lang.String getClassName()
           
 java.lang.String getId()
           
 long getWaitTime()
           
 void setAttempts(int attempts)
           
 void setWaitTime(long waitTime)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

SecuredElementUpdateMessage

public SecuredElementUpdateMessage(java.lang.String className,
                                   java.lang.String id)
Method Detail

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