org.kuali.rice.ksb.messaging
Interface PersistedMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
PersistedMessageBO

public interface PersistedMessage
extends Serializable


Method Summary
 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()
           
 

Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.