Liferay 7.0-ce-b4

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

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

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

See Also:
Serialized Form

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

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.FabricAgentFinishStartupProcessCallable

protected NettyFabricWorkerExecutionChannelHandler.FabricAgentFinishStartupProcessCallable(long id)
Method Detail

call

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

Liferay 7.0-ce-b4