Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.nio.intraband.proxy.TargetLocator

Packages that use TargetLocator
com.liferay.portal.nio.intraband.proxy   
 

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

Methods in com.liferay.portal.nio.intraband.proxy with parameters of type TargetLocator
static String[] IntrabandProxyInstallationUtil.installSkeleton(Class<?> clazz, TargetLocator targetLocator)
           
static String[] IntrabandProxyInstallationUtil.installSkeleton(ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
static Future<String[]> IntrabandProxyInstallationUtil.installSkeleton(RegistrationReference registrationReference, Class<?> clazz, TargetLocator targetLocator)
           
static Future<String[]> IntrabandProxyInstallationUtil.installSkeleton(RegistrationReference registrationReference, ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
 

Constructors in com.liferay.portal.nio.intraband.proxy with parameters of type TargetLocator
IntrabandProxyInstallationUtil.InstallSkeletonProcessCallable(ClassLoader classLoader, Class<?> clazz, TargetLocator targetLocator)
           
IntrabandProxyUtil.TemplateSkeleton(TargetLocator targetLocator)
           
 


Liferay 7.0-ce-b4