Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.nio.intraband.proxy.IntrabandProxyInstallationUtil

public class IntrabandProxyInstallationUtil
extends Object


Nested Class Summary
protected static class IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable
           
 
Constructor Summary
IntrabandProxyInstallationUtil()
           
 
Method Summary
static void checkProxyMethodSignatures(String[] skeletonProxyMethodSignatures, String[] stubProxyMethodSignatures)
           
static String[] installSkeleton(Class<?> clazz, TargetLocator targetLocator)
           
static String[] installSkeleton(ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
static Future<String[]> installSkeleton(RegistrationReference registrationReference, Class<?> clazz, TargetLocator targetLocator)
           
static Future<String[]> installSkeleton(RegistrationReference registrationReference, ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrabandProxyInstallationUtil

public IntrabandProxyInstallationUtil()
Method Detail

checkProxyMethodSignatures

public static void checkProxyMethodSignatures(String[] skeletonProxyMethodSignatures,
                                              String[] stubProxyMethodSignatures)

installSkeleton

public static String[] installSkeleton(Class<?> clazz,
                                       TargetLocator targetLocator)

installSkeleton

public static String[] installSkeleton(ClassLoader classLoader,
                                       Class<?> clazz,
                                       TargetLocator targetLocator)

installSkeleton

public static Future<String[]> installSkeleton(RegistrationReference registrationReference,
                                               Class<?> clazz,
                                               TargetLocator targetLocator)

installSkeleton

public static Future<String[]> installSkeleton(RegistrationReference registrationReference,
                                               ClassLoader classLoader,
                                               Class<?> clazz,
                                               TargetLocator targetLocator)

Liferay 7.0-ce-b4