Package org.kuali.rice.ksb.messaging
Interface PersistedMessage
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PersistedMessageBO
-
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsynchronousCall
-
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()
-