Liferay 7.0-ce-b4

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

Packages that use ProcessException
com.liferay.portal.cluster   
com.liferay.portal.fabric   
com.liferay.portal.fabric.agent   
com.liferay.portal.fabric.local.agent   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.worker   
com.liferay.portal.fabric.status   
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   
com.liferay.portal.nio.intraband.proxy   
com.liferay.portal.resiliency.service   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
 

Uses of ProcessException in com.liferay.portal.cluster
 

Methods in com.liferay.portal.cluster that throw ProcessException
 T MethodHandlerProcessCallable.call()
           
 

Uses of ProcessException in com.liferay.portal.fabric
 

Methods in com.liferay.portal.fabric that throw ProcessException
<T extends Serializable>
FabricWorker<T>
FabricProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Uses of ProcessException in com.liferay.portal.fabric.agent
 

Methods in com.liferay.portal.fabric.agent that throw ProcessException
<T extends Serializable>
FabricWorker<T>
FabricAgent.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Uses of ProcessException in com.liferay.portal.fabric.local.agent
 

Methods in com.liferay.portal.fabric.local.agent that throw ProcessException
<T extends Serializable>
FabricWorker<T>
LocalFabricAgent.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Uses of ProcessException in com.liferay.portal.fabric.netty.handlers
 

Methods in com.liferay.portal.fabric.netty.handlers that throw ProcessException
 Serializable NettyFabricWorkerExecutionChannelHandler.FabricAgentFinishStartupProcessCallable.call()
           
 Serializable NettyFabricWorkerExecutionChannelHandler.FabricWorkerResultProcessCallable.call()
           
 ProcessConfig NettyFabricWorkerExecutionChannelHandler.LoadedPaths.toProcessConfig(ProcessConfig processConfig)
           
 

Uses of ProcessException in com.liferay.portal.fabric.netty.worker
 

Methods in com.liferay.portal.fabric.netty.worker that throw ProcessException
 NoticeableFuture<T> NettyFabricWorkerBridgeRPCCallable.call()
           
 

Uses of ProcessException in com.liferay.portal.fabric.status
 

Methods in com.liferay.portal.fabric.status that throw ProcessException
 Serializable JMXProxyUtil.GetAttributeProcessCallable.call()
           
 Serializable JMXProxyUtil.OperationProcessCallable.call()
           
 Serializable JMXProxyUtil.SetAttributeProcessCallable.call()
           
 

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()
           
 

Uses of ProcessException in com.liferay.portal.nio.intraband.proxy
 

Methods in com.liferay.portal.nio.intraband.proxy that throw ProcessException
 String[] IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable.call()
           
 

Uses of ProcessException in com.liferay.portal.resiliency.service
 

Methods in com.liferay.portal.resiliency.service that throw ProcessException
 Serializable ServiceMethodProcessCallable.call()
           
 

Uses of ProcessException in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util that throw ProcessException
static void XugglerAutoInstallHelper.installNativeLibraries()
           
 


Liferay 7.0-ce-b4