Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.handlers
Class NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable
All Implemented Interfaces:
ProcessCallable<Serializable>, Serializable
Enclosing class:
NettyFabricWorkerExecutionChannelHandler

protected static class NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable
extends Object
implements ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
protected NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable(long id, Serializable result, Throwable throwable)
           
 
Method Summary
 Serializable call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable

protected NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable(long id,
                                                                                     Serializable result,
                                                                                     Throwable throwable)
Method Detail

call

public Serializable call()
                  throws ProcessException
Specified by:
call in interface ProcessCallable<Serializable>
Throws:
ProcessException

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4