Liferay 7.0-ce-b4

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.process.local   
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
 

Subclasses of ProcessException in com.liferay.portal.kernel.process
 class TerminationProcessException
           
 

Methods in com.liferay.portal.kernel.process that throw ProcessException
 T ProcessCallable.call()
           
static
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, List<String> arguments)
           
static
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, String... arguments)
           
<T extends Serializable>
ProcessChannel<T>
ProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
static
<T extends Serializable>
ProcessChannel<T>
ProcessExecutorUtil.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 byte[] CollectorOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 Void LoggingOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 Void ConsumerOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 E OutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 Void EchoOutputProcessor.processStdErr(InputStream stdErrInputStream)
           
 byte[] CollectorOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 Void LoggingOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 Void ConsumerOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 O OutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 Void EchoOutputProcessor.processStdOut(InputStream stdOutInputStream)
           
 

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

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

Methods in com.liferay.portal.kernel.process.local that throw ProcessException
 T RequestProcessCallable.call()
           
<T extends Serializable>
ProcessChannel<T>
LocalProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Constructors in com.liferay.portal.kernel.process.local 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 7.0-ce-b4