Interface PersistedMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
PersistedMessageBO

public interface PersistedMessage extends Serializable
  • Method Details

    • getApplicationId

      String getApplicationId()
    • getIpNumber

      String getIpNumber()
    • getQueueDate

      Timestamp getQueueDate()
    • getQueuePriority

      Integer getQueuePriority()
    • getQueueStatus

      String getQueueStatus()
    • getRetryCount

      Integer getRetryCount()
    • getRouteQueueId

      Long getRouteQueueId()
    • getServiceName

      String getServiceName()
    • getMethodName

      String getMethodName()
    • getExpirationDate

      Timestamp getExpirationDate()
    • getValue1

      String getValue1()
    • getValue2

      String getValue2()
    • getPayload

      String getPayload()
    • getMethodCall

      org.kuali.rice.ksb.api.messaging.AsynchronousCall getMethodCall()