Liferay 6.2-ce-ga5

com.liferay.portal.kernel.process
Interface ProcessCallable<T extends Serializable>

All Superinterfaces:
Serializable
All Known Implementing Classes:
DestinationConfigurationProcessCallable, ExceptionProcessCallable, LoggingProcessCallable, RemoteSPI, RemoteSPI.RegisterCallback, ReturnProcessCallable, SystemPropertiesProcessCallable

public interface ProcessCallable<T extends Serializable>
extends Serializable


Method Summary
 T call()
           
 

Method Detail

call

T call()
                            throws ProcessException
Throws:
ProcessException

Liferay 6.2-ce-ga5