org.kuali.rice.ksb.messaging
Interface PersistedMessage
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PersistedMessageBO
public interface PersistedMessage
- extends Serializable
getServiceNamespace
String getServiceNamespace()
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.