Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.messaging
Class MessageStatus

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.MessageStatus
All Implemented Interfaces:
Serializable

public class MessageStatus
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MessageStatus()
           
 
Method Summary
 long getDuration()
           
 String getExceptionMessage()
           
 String getExceptionStackTrace()
           
 Object getPayload()
           
 boolean hasException()
           
 void setException(Exception e)
           
 void setPayload(Object payload)
           
 void startTimer()
           
 void stopTimer()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageStatus

public MessageStatus()
Method Detail

getDuration

public long getDuration()

getExceptionMessage

public String getExceptionMessage()

getExceptionStackTrace

public String getExceptionStackTrace()

getPayload

public Object getPayload()

hasException

public boolean hasException()

setException

public void setException(Exception e)

setPayload

public void setPayload(Object payload)

startTimer

public void startTimer()

stopTimer

public void stopTimer()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3