Liferay 6.2-ce-ga5

com.liferay.portal.kernel.process.log
Class LoggingProcessCallable

java.lang.Object
  extended by com.liferay.portal.kernel.process.log.LoggingProcessCallable
All Implemented Interfaces:
ProcessCallable<String>, Serializable

public class LoggingProcessCallable
extends Object
implements ProcessCallable<String>

See Also:
Serialized Form

Constructor Summary
LoggingProcessCallable(byte[] bytes)
           
LoggingProcessCallable(byte[] bytes, boolean error)
           
 
Method Summary
 String call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingProcessCallable

public LoggingProcessCallable(byte[] bytes)

LoggingProcessCallable

public LoggingProcessCallable(byte[] bytes,
                              boolean error)
Method Detail

call

public String call()
Specified by:
call in interface ProcessCallable<String>

Liferay 6.2-ce-ga5