Liferay 7.0-ce-b4

com.liferay.portal.fabric.server
Interface FabricServer

All Known Implementing Classes:
NettyFabricServer

public interface FabricServer


Method Summary
 void start()
           
 Future<?> stop()
           
 

Method Detail

start

void start()
           throws Exception
Throws:
Exception

stop

Future<?> stop()
               throws Exception
Throws:
Exception

Liferay 7.0-ce-b4