org.kuali.rice.ksb.messaging
Interface PersistedMessage
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PersistedMessageBO
public interface PersistedMessage
- extends Serializable
getApplicationId
String getApplicationId()
getIpNumber
String getIpNumber()
getQueueDate
Timestamp getQueueDate()
getQueuePriority
Integer getQueuePriority()
getQueueStatus
String getQueueStatus()
getRetryCount
Integer getRetryCount()
getRouteQueueId
Long getRouteQueueId()
getServiceName
String getServiceName()
getMethodCall
AsynchronousCall getMethodCall()
getMethodName
String getMethodName()
getExpirationDate
Timestamp getExpirationDate()
getPayload
PersistedMessagePayload getPayload()
getValue1
String getValue1()
getValue2
String getValue2()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.