Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.process.ProcessException

Packages that use ProcessException
com.liferay.portal.kernel.nio.intraband.messaging   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.resiliency.spi.remote   
 

Uses of ProcessException in com.liferay.portal.kernel.nio.intraband.messaging
 

Methods in com.liferay.portal.kernel.nio.intraband.messaging that throw ProcessException
 Boolean DestinationConfigurationProcessCallable.call()
           
 

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

Methods in com.liferay.portal.kernel.process that return ProcessException
 ProcessException ExceptionProcessCallable.call()
           
 

Methods in com.liferay.portal.kernel.process that throw ProcessException
 T ProcessCallable.call()
           
static
<O,E> Future<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, List<String> arguments)
           
static
<O,E> Future<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, String... arguments)
           
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)
           
 Void LoggingOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 Void ConsumerOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 E OutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 Void LoggingOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 Void ConsumerOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 O OutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 

Constructors in com.liferay.portal.kernel.process with parameters of type ProcessException
ExceptionProcessCallable(ProcessException processException)
           
 

Uses of ProcessException in com.liferay.portal.kernel.resiliency.spi.remote
 

Methods in com.liferay.portal.kernel.resiliency.spi.remote that throw ProcessException
 SPI RemoteSPI.call()
           
 SPI RemoteSPI.RegisterCallback.call()
           
 


Liferay 6.2-ce-ga5