Liferay 7.0-ce-b4

com.liferay.portal.fabric.server
Class FabricServerUtil

java.lang.Object
  extended by com.liferay.portal.fabric.server.FabricServerUtil

public class FabricServerUtil
extends Object


Constructor Summary
FabricServerUtil()
           
 
Method Summary
static FabricServer getFabricServer()
           
 void setFabricServer(FabricServer fabricServer)
           
static void start()
           
static Future<?> stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricServerUtil

public FabricServerUtil()
Method Detail

getFabricServer

public static FabricServer getFabricServer()

start

public static void start()
                  throws Exception
Throws:
Exception

stop

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

setFabricServer

public void setFabricServer(FabricServer fabricServer)

Liferay 7.0-ce-b4