Liferay 7.0-ce-b4

com.liferay.portal.fabric.local.worker
Class LocalFabricWorker<T extends Serializable>

java.lang.Object
  extended by com.liferay.portal.fabric.local.worker.LocalFabricWorker<T>
All Implemented Interfaces:
FabricWorker<T>, ProcessChannel<T>

public class LocalFabricWorker<T extends Serializable>
extends Object
implements FabricWorker<T>


Constructor Summary
LocalFabricWorker(ProcessChannel<T> processChannel)
           
 
Method Summary
 FabricStatus getFabricStatus()
           
 NoticeableFuture<T> getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
write(ProcessCallable<V> processCallable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFabricWorker

public LocalFabricWorker(ProcessChannel<T> processChannel)
Method Detail

getFabricStatus

public FabricStatus getFabricStatus()
Specified by:
getFabricStatus in interface FabricWorker<T extends Serializable>

getProcessNoticeableFuture

public NoticeableFuture<T> getProcessNoticeableFuture()
Specified by:
getProcessNoticeableFuture in interface ProcessChannel<T extends Serializable>

write

public <V extends Serializable> NoticeableFuture<V> write(ProcessCallable<V> processCallable)
Specified by:
write in interface ProcessChannel<T extends Serializable>

Liferay 7.0-ce-b4