Liferay 7.0-ce-b4

com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable

java.lang.Object
  extended by com.liferay.portal.nio.intraband.proxy.IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable
All Implemented Interfaces:
ProcessCallable<String[]>, Serializable
Enclosing class:
IntrabandProxyInstallationUtil

protected static class IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable
extends Object
implements ProcessCallable<String[]>

See Also:
Serialized Form

Constructor Summary
protected IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable(ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
 
Method Summary
 String[] call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable

protected IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable(ClassLoader classLoader,
                                                                        Class<?> clazz,
                                                                        TargetLocator targetLocator)
Method Detail

call

public String[] call()
              throws ProcessException
Specified by:
call in interface ProcessCallable<String[]>
Throws:
ProcessException

Liferay 7.0-ce-b4