com.liferay.portal.kernel.backgroundtask
Class BackgroundTaskStatus

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BackgroundTaskStatus
All Implemented Interfaces:
java.io.Serializable

public class BackgroundTaskStatus
extends java.lang.Object
implements java.io.Serializable

Author:
Michael C. Han
See Also:
Serialized Form

Constructor Summary
BackgroundTaskStatus()
           
 
Method Summary
 void clearAttributes()
           
 java.io.Serializable getAttribute(java.lang.String key)
           
 java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
           
 java.lang.String getAttributesJSON()
           
 void setAttribute(java.lang.String key, java.io.Serializable value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskStatus

public BackgroundTaskStatus()
Method Detail

clearAttributes

public void clearAttributes()

getAttribute

public java.io.Serializable getAttribute(java.lang.String key)

getAttributes

public java.util.Map<java.lang.String,java.io.Serializable> getAttributes()

getAttributesJSON

public java.lang.String getAttributesJSON()

setAttribute

public void setAttribute(java.lang.String key,
                         java.io.Serializable value)