public interface PersistedMessage extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId() |
Timestamp |
getExpirationDate() |
String |
getIpNumber() |
AsynchronousCall |
getMethodCall() |
String |
getMethodName() |
PersistedMessagePayload |
getPayload() |
Timestamp |
getQueueDate() |
Integer |
getQueuePriority() |
String |
getQueueStatus() |
Integer |
getRetryCount() |
Long |
getRouteQueueId() |
String |
getServiceName() |
String |
getValue1() |
String |
getValue2() |
String getApplicationId()
String getIpNumber()
Timestamp getQueueDate()
Integer getQueuePriority()
String getQueueStatus()
Integer getRetryCount()
Long getRouteQueueId()
String getServiceName()
AsynchronousCall getMethodCall()
String getMethodName()
Timestamp getExpirationDate()
PersistedMessagePayload getPayload()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.