Liferay 6.2.0-ce-m5

Uses of Interface
com.liferay.portal.kernel.process.ProcessCallable

Packages that use ProcessCallable
com.liferay.portal.kernel.nio.intraband.rpc   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.process.log   
com.liferay.portal.kernel.test   
 

Uses of ProcessCallable in com.liferay.portal.kernel.nio.intraband.rpc
 

Methods in com.liferay.portal.kernel.nio.intraband.rpc with parameters of type ProcessCallable
static
<V extends Serializable>
V
IntraBandRPCUtil.execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable)
           
static
<V extends Serializable>
V
IntraBandRPCUtil.execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable, long timeout, TimeUnit timeUnit)
           
 

Uses of ProcessCallable in com.liferay.portal.kernel.process
 

Classes in com.liferay.portal.kernel.process that implement ProcessCallable
 class ExceptionProcessCallable
           
 class ReturnProcessCallable<T extends Serializable>
           
 

Methods in com.liferay.portal.kernel.process with parameters of type ProcessCallable
static
<T extends Serializable>
Future<T>
ProcessExecutor.execute(String classPath, List<String> arguments, ProcessCallable<? extends Serializable> processCallable)
           
static
<T extends Serializable>
Future<T>
ProcessExecutor.execute(String classPath, ProcessCallable<? extends Serializable> processCallable)
           
static
<T extends Serializable>
Future<T>
ProcessExecutor.execute(String java, String classPath, List<String> arguments, ProcessCallable<? extends Serializable> processCallable)
           
 

Uses of ProcessCallable in com.liferay.portal.kernel.process.log
 

Classes in com.liferay.portal.kernel.process.log that implement ProcessCallable
 class LoggingProcessCallable
           
 

Methods in com.liferay.portal.kernel.process.log with parameters of type ProcessCallable
 void ProcessOutputStream.writeProcessCallable(ProcessCallable<?> processCallable)
           
 

Uses of ProcessCallable in com.liferay.portal.kernel.test
 

Methods in com.liferay.portal.kernel.test that return ProcessCallable
protected  ProcessCallable<Serializable> NewJVMJUnitTestRunner.processProcessCallable(ProcessCallable<Serializable> processCallable, MethodKey testMethodKey)
           
 

Methods in com.liferay.portal.kernel.test with parameters of type ProcessCallable
protected  ProcessCallable<Serializable> NewJVMJUnitTestRunner.processProcessCallable(ProcessCallable<Serializable> processCallable, MethodKey testMethodKey)
           
 


Liferay 6.2.0-ce-m5